-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Takayuki YATO
committed
Jul 23, 2011
1 parent
8e848e4
commit 5b176ae
Showing
10 changed files
with
5,006 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
本ソフトウェアは MIT ライセンスの下で配布されます。著作権は作者である | ||
「八登崇之(別名 ZR)」に属します。また本ソフトウェアは無保証です。 | ||
|
||
The MIT License | ||
|
||
Copyright (c) 2009-2011 Takayuki YATO (a.k.a. "ZR") | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
================================================== | ||
== PXrubrica バンドル v0.1 <2011/07/23> == | ||
== 八登 崇之 Takayuki YATO; aka."ZR")== | ||
================================================== | ||
(This file is encoded in UTF-8. | ||
There is a brief documentation in English below.) | ||
|
||
JIS 規格「JIS X 4051」および W3C 技術ノート「日本語組版処理の要件」(*) | ||
(*2)で述べられているような、日本において一般的な様式に従ってルビを付ける | ||
機能を提供する。 | ||
|
||
(*) http://www.w3.org/TR/jlreq/ja/ (日本語版) | ||
http://www.w3.org/TR/jlreq/ (正式の英語版) | ||
|
||
■ 対応環境 | ||
|
||
・TeX フォーマット: pLaTeX (派生エンジン含む) | ||
・DVI ウェア: pTeX 対応のもの | ||
|
||
■ 構成物 | ||
|
||
pxrublica.sty: 本体パッケージ | ||
pxrubrica.pdf: pxrubrica.sty の説明書 | ||
pxrubrica.dtx: DocStrip ソースファイル | ||
pxrubrica.ins: DocStrip インストーラファイル | ||
sample/*.tex: サンプル文書 | ||
|
||
パッケージの使用に必要なのは *.sty ファイルのみである。 | ||
|
||
■ インストール | ||
|
||
TDS 1.1 に従ったシステムでは、各ファイルを次の場所に移動する。 | ||
・*.sty → $TEXMF/tex/platex/pxrubrica/ | ||
|
||
W32TeX を C:\usr\local にインストールした場合は以下の通り。 | ||
・*.sty | ||
→ C:\usr\local\share\texmf\local\tex\platex\pxrubrica\ | ||
残りのファイルは実行には不要である。 | ||
|
||
(参考) DocStrip ソースからの抽出 | ||
説明書(pxrubrica.dvi) | ||
platex pxrubrica.dtx | ||
本体(pxrubrica.sty) | ||
ptex -kanji=jis pxrubrica.ins | ||
同梱されている *.pdf、*.sty ファイルは上記の操作で生成したもので | ||
ある。(DVI → PDF 変換は dvipdfmx で行った) | ||
|
||
================================================== | ||
== PXrubrica Package Bundle v0.1 <2011/07/23> == | ||
== Takayuki YATO (aka."ZR")== | ||
================================================== | ||
|
||
This package provides function to add ruby annotation (furigana) that | ||
follows the style conventional in Japanese typography, as described in | ||
the W3C technical note ``Requirements for Japanese Text Layout'' (*) | ||
and the JIS specification JIS X 4051. | ||
|
||
(*) http://www.w3.org/TR/jlreq/ (in English) | ||
|
||
* SYSTEM REQUIREMENTS | ||
|
||
- TeX format: pLaTeX (including its derivative engines) | ||
- DVI ware: all that support pTeX | ||
|
||
* CONTENT | ||
|
||
pxrublica.sty: the main package | ||
pxrubrica.pdf: the manual for pxrubrica.sty | ||
pxrubrica.dtx: DocStrip source file | ||
pxrubrica.ins: DocStrip installer file | ||
sample/*.tex: sample documents | ||
|
||
You need only *.sty files to make the package work. | ||
|
||
# Currently the manual is provided only in Japanese.... | ||
|
||
* INSTALLATION | ||
|
||
In a system compliant to TDS 1.1, move the files as follows: | ||
- *.sty --> $TEXMF/tex/platex/pxrubrica/ | ||
|
||
And rehash your TEXMF trees if necessary. | ||
|
Oops, something went wrong.