summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
index 9b5982f91f4..ae535f7a057 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
@@ -10,7 +10,7 @@
正确编译需要以下几部分:
\begin{itemize}
\item 一个基本的 \TeX{} 发行版。
- \item CJK 或 XeCJK(供 \hologo{XeLaTeX} 使用)宏包。
+ \item CJK 或 XeCJK(供 Xe\LaTeX{} 使用)宏包。
\item ctex 宏包\supercite{ctex,ctex-faq}(提供了 ctexbook 文档类)。
\item 中文字体。
\item 如果要使用 biblatex 进行文献列表和引用的排版的话,
@@ -120,7 +120,7 @@ texdoc pkuthss
\end{itemize}
\myemph{%
注:%
- \hologo{pdfLaTeX} 方式编译(见第 \ref{sec:compile} 节)
+ pdf\LaTeX{} 方式编译(见第 \ref{sec:compile} 节)
可能需要将 eps 图片转换为 pdf 格式,
而使用 Makefile 或伪“Makefile”时这些图片可以自动生成;
不使用 Makefile 的用户可以手动运行 %
@@ -136,15 +136,15 @@ texdoc pkuthss
\item \LaTeX{} -- dvipdfmx 方式:\\
依次执行 \verb|latex|,\verb|biber|(或 \verb|bibtex|),%
\verb|latex|,\verb|latex| 和 \verb|dvipdfmx|。
- \item \hologo{pdfLaTeX} 方式:\\
+ \item pdf\LaTeX{} 方式:\\
依次执行 \verb|pdflatex|,\verb|biber|(或 \verb|bibtex|),%
\verb|pdflatex| 和 \verb|pdflatex|。
- \item \hologo{XeLaTeX} 方式:\\
+ \item Xe\LaTeX{} 方式:\\
依次执行 \verb|xelatex|,\verb|biber|(或 \verb|bibtex|),%
\verb|xelatex| 和 \verb|xelatex|。\\
\myemph{%
- 注意:\hologo{XeLaTeX} 对非 UTF-8 的编码支持不好,
- 因此 \hologo{XeLaTeX} 方式的编译不支持 GBK 编码。
+ 注意:Xe\LaTeX{} 对非 UTF-8 的编码支持不好,
+ 因此 Xe\LaTeX{} 方式的编译不支持 GBK 编码。
}
\end{itemize}