doc: remove troublesome `hologo' package.
This commit is contained in:
parent
ba8aed4855
commit
e57efb1fb9
@ -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}
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
\subsection{其它一些问题}
|
||||
|
||||
使用 GBK 编码和 \hologo{pdfLaTeX} 编译方式时需要用户%
|
||||
使用 GBK 编码和 pdf\LaTeX{} 编译方式时需要用户%
|
||||
运行 \verb|gbk2uni| 程序来转换 \verb|.out| 文件,
|
||||
否则生成的 pdf 书签可能乱码。
|
||||
考虑到用户可能没有 \verb|gbk2uni| 程序,且有用户使用 UTF-8 编码,
|
||||
|
||||
@ -22,8 +22,6 @@
|
||||
\usepackage{amssymb}
|
||||
% 提供 Verbatim 环境和 \VerbatimInput 命令。
|
||||
\usepackage{fancyvrb}
|
||||
% 提供各种 TeX logo,特别是 XeTeX 系的诡异 logo。
|
||||
\usepackage{hologo}
|
||||
|
||||
% 使被强调的内容为红色。
|
||||
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user