summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxjscls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-22 00:19:27 +0000
committerKarl Berry <karl@freefriends.org>2013-01-22 00:19:27 +0000
commit9e67837f4fdebbf12846157337f011699f63c305 (patch)
tree1dcdf051599e6eefc57290ed9cb1528f7f1ee05e /Master/texmf-dist/doc/latex/bxjscls
parent9918a3f042c30290a90e1649bf5da94ddd9f4ce5 (diff)
bxjscls
git-svn-id: svn://tug.org/texlive/trunk@28901 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxjscls')
-rw-r--r--Master/texmf-dist/doc/latex/bxjscls/LICENSE24
-rw-r--r--Master/texmf-dist/doc/latex/bxjscls/README81
-rw-r--r--Master/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdfbin0 -> 193480 bytes
3 files changed, 105 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjscls/LICENSE b/Master/texmf-dist/doc/latex/bxjscls/LICENSE
new file mode 100644
index 00000000000..9f4021fc174
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxjscls/LICENSE
@@ -0,0 +1,24 @@
+$BK\%=%U%H%&%'%"$O(B MIT $B%i%$%;%s%9$N2<$GG[I[$5$l$^$9!#Cx:n8"$O:n<T$G$k!V(BZR$B!W$K(B
+$BB0$7$^$9!#$^$?K\%=%U%H%&%'%"$OL5J]>Z$G$9!#(B
+
+The MIT License
+
+Copyright (c) 2010 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.
diff --git a/Master/texmf-dist/doc/latex/bxjscls/README b/Master/texmf-dist/doc/latex/bxjscls/README
new file mode 100644
index 00000000000..cbeaf5f90e8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxjscls/README
@@ -0,0 +1,81 @@
+==================================================
+== BXjscls バンドル v0.3a <2012/05/01> ==
+== by「ZR」(八登 崇之/Takayuki YATO)==
+== <zrbabbler@yahoo.co.jp> ==
+==================================================
+(This file is encoded in UTF-8,)
+
+■ 対応環境
+
+ ・UTF-8 直接入力が可能な日本語対応 LaTeX2e であれば、その日本語処理
+ 機構と連携するコードを用意することでこのバンドルに含まれる文書クラス
+ を使用できる。現状では、このバンドルの作者により、次の環境に対する
+ 連携コードが用意されている。
+ - XeLaTeX 0.997 版以降 + zxjatype 0.3 版以降
+ (連携機構は zxjatype 自身に含まれるので、単に zxjatype の読込を
+ 行えば連携される)
+ - pLaTeX (ptexenc 版) または upLaTeX
+ (本バンドルに含まれる bxjsptex モジュールを利用する。方法は、
+ 文書クラスのオプションに platex または uplatex を指定する。)
+
+■ 本ソフトウェアの作者のサイト
+
+ En toi Pythmeni tes TeXnopoleos 〜電脳世界の奥底にて〜
+ http://zrbabbler.sp.land.to/
+
+■ インストール
+
+ 本バンドルは DocStrip 形式ファイル bxjsclasses.dtx の形で提供されて
+ いて、ファイル抽出を行うことで文書クラスファイル等を得ることができる。
+ ただし、ユーザの便宜のため、予め抽出したファイルと組版した説明文書を
+ バンドルに同梱したので、実際にはファイル抽出処理は不要である。
+
+ TDS 1.1 に従ったシステムでは、各ファイルを次の場所に移動する。
+ ・*.cls, *.def → $TEXMF/tex/latex/bxjscls/
+
+ W32TeX を C:\usr\local にインストールした場合の例。
+ ・*.cls, *.def
+ → C:\usr\local\share\texmf-local\tex\latex\bxjscls
+
+ ・(参考)ファイル抽出の方法
+
+ 以下のコマンドを実行すると
+ bxjsarticle.cls, bxjsreport.cls, bxjsptex.def
+ の各ファイルが抽出される:
+ platex -kanji=utf8 bxjsclasses.dtx
+ または
+ xelatex bxjsclasses.dtx
+
+ 以下のコマンドを実行すると解説文書 bxjsclasses.dvi が得られる。
+ platex bxjsclasses.dtx (2 回実行)
+ ※ 現状では、解説文書は jsarticle クラスで作成しているので組版には
+ pLaTeX が必要である。
+
+--------------------------------------
+
+ まだ解説が書けておりません…。基本的な機能の説明については以下の Web
+ ページで行っていますのでそちらを参照してください。
+
+ BXjscls パッケージ
+ http://zrbabbler.sp.land.to/bxjscls.html
+
+ 連携モジュールの仕様については解説文書 bxjsclasses.pdf の付録 A に
+ 述べられている。
+
+----------------------------------------
+
+■ 更新履歴
+
+Version 0.3a <2012/05/01>
+ - 一部の用紙サイズオプション(b4paper 等)で、縦と横の長さを逆に
+ 指定していたのを修正した。
+
+Version 0.3 <2010/08/15>
+ - (u)pLaTeX 用連携モジュールを追加。
+ - jbase クラスオプションを追加。
+ - base, jbase, mag を calc パッケージの数式で記述できるようにした。
+
+Version 0.2 <2009/08/15>
+ - 最初の公開版。
+
+W# EOF
diff --git a/Master/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf b/Master/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf
new file mode 100644
index 00000000000..719eafb8c47
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxjscls/bxjsclasses.pdf
Binary files differ