OSDN Git Service

Updated manuals.
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 10 Jul 2013 23:44:02 +0000 (08:44 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 10 Jul 2013 23:44:02 +0000 (08:44 +0900)
doc/luatexja-en.pdf
doc/luatexja-ja.pdf
doc/luatexja.dtx

index 65716f4..3814646 100644 (file)
Binary files a/doc/luatexja-en.pdf and b/doc/luatexja-en.pdf differ
index 5322648..4a35222 100644 (file)
Binary files a/doc/luatexja-ja.pdf and b/doc/luatexja-ja.pdf differ
index af1fd5e..4599eb8 100644 (file)
@@ -490,6 +490,7 @@ We say `alphabetic fonts' for fonts used in \textbf{ALchar}, and `Japanese fonts
 \item \Pkg{luaotfload} v2.2
 \item \Pkg{luatexbase} v0.6~(2013/05/04)
 \item \Pkg{xunicode} v0.981~(2011/09/09)
+\item \Pkg{adobemapping} (Adobe cmap and pdfmapping files)
 \end{itemize}
 
 %<*en>
@@ -593,30 +594,33 @@ But only the contents in \texttt{src/} are needed to work \LuaTeX-ja.
 %</ja>
 
 %<*en>
-\item If you downloaded this package from CTAN, you have to process following three
-   files with \LuaLaTeX to generate classes:
+\item If you downloaded this package from CTAN, you have to run following commands
+    to generate classes 
+    and \texttt{ltj-kinsoku.lua} (the file which stores default ``\textit{kinsoku}'' parameters):
 %</en>
 %<*ja>
-\item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルを
-生成するために,以下の3ファイルを\LuaLaTeX で処理する必要がある:
+\item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルや
+標準の禁則処理用パラメータを
+格納した \texttt{ltj-kinsoku.lua} を生成するために,
+以下を実行する必要がある:
 %</ja>
-\begin{itemize}
- \item \texttt{src/ltjclasses/ltjclasses.ins}
- \item \texttt{src/ltjclasses/ltjltxdoc.ins}
- \item \texttt{src/ltjsclasses/ltjsclasses.ins}
-\end{itemize}
-
+\begin{verbatim}
+$ cd src
+$ lualatex ltjclasses.ins
+$ lualatex ltjsclasses.ins
+$ lualatex ltjltxdoc.ins
+$ luatex   ltj-kinsoku_make.tex
+\end{verbatim}
 %<*en>
-\item If you downloaded this package from CTAN, you also have to process 
-  \texttt{src/ltj-kinsoku\_make.tex} by (plain) \LuaTeX\ to generate 
-  \texttt{ltj-kinsoku.lua}, which stores default ``\textit{kinsoku}'' parameters.
+Note that \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} are not needed in regular use.
 %</en>
 %<*ja>
-\item もしCTANから本パッケージを取得したのであれば,標準の禁則処理用パラメータを
-格納した \texttt{ltj-kinsoku.lua} を生成するために,
-\texttt{src/ltj-kinsoku\_make.tex} を(plain) \LuaTeX で処理する必要がある.
+ここで使用した \texttt{*.\{dtx,ins\}} と \texttt{ltj-kinsoku\_make.tex} は
+通常の使用にあたっては必要ない.
 %</ja>
 
+
+
 %<*en>
 \item Copy all the contents of \texttt{src/} into one of your \texttt{TEXMF} tree.
       \texttt{TEXMF/tex/luatex/luatexja/} is an example location.
@@ -3419,6 +3423,11 @@ With the help of this example, we remark the specification of \verb+\inhibitglue
 %<*ja>
 \item \verb+\inhibitglue+ を数式モード中で呼び出した場合はただ無視される.
 %</ja>
+
+%<*ja>
+\item \LaTeX で\LuaTeX-ja を使用する場合は,
+\verb+\inhibitglue+ の代わりとして \verb+\<+ を使うことができる.
+%</ja>
 \end{itemize}
 
 %<en>\section{Control Sequences for \LaTeXe}