OSDN Git Service

Fix typo in src/ltj-plain.sty and src/patches/lltjdefs.sty
[luatex-ja/luatexja.git] / doc / luatexja.dtx
index 8102c6e..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,18 +594,32 @@ 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>
+Note that \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} are not needed in regular use.
+%</en>
+%<*ja>
+ここで使用した \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.
@@ -3408,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}