Skip to content

Commit

Permalink
Step version
Browse files Browse the repository at this point in the history
Corrections in formats;
Publisher renamed to 'Chinese TeX Society'.
  • Loading branch information
louisstuart96 committed Aug 10, 2018
1 parent 7b25a0f commit 5e482f9
Show file tree
Hide file tree
Showing 12 changed files with 135 additions and 116 deletions.
35 changes: 17 additions & 18 deletions src/chap/chap.01.basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ \subsection{引擎、格式和命令}\label{subsec:concepts}
\begin{center}
\begin{tabular}{ccc}
\hline
& plain \TeX\ 格式 & \LaTeX\ 格式 \\
& \textbf{plain \TeX\ 格式} & \textbf{\LaTeX\ 格式} \\
\hline
\TeX\ 引擎 & \texttt{tex} & N/A \\
\hologo{pdfTeX} 引擎 & \texttt{etex} & \texttt{latex}\footnotemark \\
Expand Down Expand Up @@ -262,24 +262,23 @@ \subsection{文档类}\label{subsec:classes}
其中 \Arg{class-name} 为文档类的名称,如 \LaTeX\ 提供的 \cls{article}, \cls{book}, \cls{report},
在其基础上派生的一些文档类如支持中文排版的 \cls{ctexart} / \cls{ctexbook} / \cls{ctexrep},
或者有其它功能的一些文档类,如 \cls{moderncv} / \cls{beamer} 等。
\LaTeX\ 提供的基础文档类见表 \ref{tbl:ltx-classes},前三个习惯上称为“标准文档类”。
\LaTeX\ 提供的基础文档类见表 \ref{tbl:ltx-classes},其中前三个习惯上称为“标准文档类”。

\begin{table}[htp]
\caption{\LaTeX\ 提供的基础文档类}\label{tbl:ltx-classes}
\hrule
\begin{description}
\item [\texttt{article}] 文章格式的文档类,广泛用于科技论文、报告、说明文档等。
\item [\texttt{report}] 长篇报告格式的文档类,具有章节结构,用于综述、长篇论文、简单的书籍等。
\item [\texttt{book}] 书籍文档类,包含章节结构和前言、正文、后记等结构。
\end{description}
\hrule
\begin{description}
\item [\texttt{proc}] 基于 \cls{article} 文档类的一个简单的学术文档模板。
\item [\texttt{slides}] 幻灯格式的文档类,使用无衬线字体。
\item [\texttt{minimal}] 一个极其精简的文档类,只设定了纸张大小和基本字号,
用作代码测试的最小工作示例(Minimal Working Example)。
\end{description}
\hrule
\centering
\caption{\LaTeX\ 提供的基础文档类。}\label{tbl:ltx-classes}
\begin{tabular}{lp{30em}}
\hline
\texttt{article} & 文章格式的文档类,广泛用于科技论文、报告、说明文档等。\\
\texttt{report} & 长篇报告格式的文档类,具有章节结构,用于综述、长篇论文、简单的书籍等。\\
\texttt{book} & 书籍文档类,包含章节结构和前言、正文、后记等结构。\\
\hline
\texttt{proc} & 基于 \cls{article} 文档类的一个简单的学术文档模板。\\
\texttt{slides} & 幻灯格式的文档类,使用无衬线字体。\\
\texttt{minimal} & 一个极其精简的文档类,只设定了纸张大小和基本字号,
用作代码测试的最小工作示例(Minimal Working Example)。 \\
\hline
\end{tabular}
\end{table}

\pinyinindex{xuanxiang}{选项(宏包/文档类)}
Expand All @@ -292,7 +291,7 @@ \subsection{文档类}\label{subsec:classes}
\LaTeX\ 的三个标准文档类可指定的选项见表 \ref{tbl:ltx-options}。

\begin{table}[htp]
\caption{\LaTeX\ 的三个标准文档类可指定的选项}\label{tbl:ltx-options}
\caption{\LaTeX\ 的三个标准文档类可指定的选项}\label{tbl:ltx-options}
\hrule
\begin{description}
\item[\texttt{10pt, 11pt, 12pt}] \quad 指定文档的基本字号。缺省为 \texttt{10pt}。
Expand Down
6 changes: 4 additions & 2 deletions src/chap/chap.02.text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,11 @@ \subsection{\LaTeX\ 标志}\label{subsec:latex-mark}
\cmdindex{TeX,LaTeX,LaTeXe}
我们见到的所有错落有致的 \LaTeX\ 标志都是由以下命令输入的:
\begin{center}
\begin{tabular}{*{6}{l}}
\begin{tabular}{*{2}{l}}
\hline
\TeX & \cmd{TeX} & \LaTeX & \cmd{LaTeX} & \LaTeXe & \cmd{LaTeXe} \\
\TeX & \cmd{TeX} \\
\LaTeX & \cmd{LaTeX} \\
\LaTeXe & \cmd{LaTeXe} \\
\hline
\end{tabular}
\end{center}
Expand Down
72 changes: 41 additions & 31 deletions src/chap/chap.03.elements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ \subsection{引用环境}\label{subsec:quote}
\begin{example}
Rabindranath Tagore's short poem:
\begin{verse}
Beauty is truths smile
Beauty is truth's smile
when she beholds her own face in
a perfect mirror.
\end{verse}
Expand Down Expand Up @@ -472,19 +472,21 @@ \section{表格}\label{sec:tabular}

\subsection{列格式}\label{subsec:tabular-cols}

\LaTeX\ 表格中基本的列格式如下表:
\begin{center}
\begin{tabular}{lp{24em}}
\env{tabular} 环境使用 \Arg{column-spec} 参数指定表格的列数以及每列的格式。基本的列格式见表 \ref{tbl:table-column-spec}。
\begin{table}[htp]
\centering
\caption{\LaTeX\ 表格列格式。}\label{tbl:table-column-spec}
\begin{tabular}{*{2}{l}}
\hline
列格式 & 说明 \\
\textbf{列格式} & \textbf{说明} \\
\hline
\ttfamily l/c/r & 单元格内容左对齐/居中/右对齐,不折行 \\
\ttfamily p\marg{width} & 单元格宽度固定为 \Arg{width},可自动折行 \\
\ttfamily | & 绘制竖线 \\
\ttfamily @\marg{string} & 自定义内容 \Arg{string} \\
\hline
\end{tabular}
\end{center}
\end{table}

\begin{example}
\begin{tabular}{lcr|p{6em}}
Expand Down Expand Up @@ -527,7 +529,8 @@ \subsection{列格式}\label{subsec:tabular-cols}
\end{tabular}
\end{example}

辅助格式甚至支持插入 \cmd{centering} 等命令改变 \texttt{p} 列格式的对齐方式,一般还要加额外的命令 \cmd{array\-back\-slash} 以免出错%
辅助格式甚至支持插入 \cmd{centering} 等命令改变 \texttt{p} 列格式的对齐方式,
一般还要加额外的命令 \cmd{array\-back\-slash} 以免出错%
\footnote{\cmd{centering} 等对齐命令会破坏表格环境里 \crcmd\ 换行命令的定义,
\cmd{array\-back\-slash} 用来恢复之。如果不加 \cmd{array\-back\-slash} 命令,
也可以用 \cmd{tabular\-newline} 命令代替原来的 \crcmd\ 实现表格换行。}:
Expand Down Expand Up @@ -560,8 +563,9 @@ \subsection{列宽}\label{subsec:colwidth}

\pkgindex{tabularx}
\envindex[tabularx]{tabularx}
\pkg{tabularx} 宏包为我们提供了方便的解决方案。它引入了一个 \texttt{X} 格式,类似 \texttt{p} 格式,
不过会根据表格宽度自动计算列宽,多个 \texttt{X} 格式平均分配列宽。\texttt{X} 格式也可以用 \pkg{array} 里的辅助格式修饰对齐方式:
\pkg{tabularx} 宏包为我们提供了方便的解决方案。它引入了一个 \texttt{X} 列格式,类似 \texttt{p} 列格式,
不过会根据表格宽度自动计算列宽,多个 \texttt{X} 列格式平均分配列宽。
\texttt{X} 列格式也可以用 \pkg{array} 里的辅助格式修饰对齐方式:
\begin{example}
\begin{tabularx}{14em}%
{|*{4}{>{\centering\arraybackslash}X|}}
Expand Down Expand Up @@ -725,15 +729,15 @@ \section{图片}\label{sec:figures}
\begin{table}[htp]
\centering
\caption{各种编译方式支持的主流图片格式。}\label{tbl:figure-format}
\begin{tabular}{l>{\ttfamily}l>{\ttfamily}l}
\begin{tabular}{*{3}{l}}
\hline
格式 & 矢量图 & 位图 \\
\textbf{格式} & \textbf{矢量图} & \textbf{位图} \\
\hline
\texttt{latex + dvipdfmx} & .eps & n/a \\
\quad $\llcorner$(调用 \pkg{bmpsize} 宏包 ) & .eps .pdf & .jpg .png .bmp \\[.3\baselineskip]
\texttt{pdflatex} & .pdf & .jpg .png \\
\quad $\llcorner$(调用 \pkg{epstopdf} 宏包) & .pdf .eps & .jpg .png \\[.3\baselineskip]
\texttt{xelatex} & .pdf .eps & .jpg .png .bmp \\
\texttt{latex + dvipdfmx} & \texttt{.eps} & n/a \\
\quad $\llcorner$(调用 \pkg{bmpsize} 宏包 ) & \texttt{.eps .pdf} & \texttt{.jpg .png .bmp} \\[.3\baselineskip]
\texttt{pdflatex} & \texttt{.pdf} & \texttt{.jpg .png} \\
\quad $\llcorner$(调用 \pkg{epstopdf} 宏包) & \texttt{.pdf .eps} & \texttt{.jpg .png} \\[.3\baselineskip]
\texttt{xelatex} & \texttt{.pdf .eps} & \texttt{.jpg .png .bmp} \\
\hline
\end{tabular}
\begin{quote}\footnotesize
Expand All @@ -760,18 +764,20 @@ \section{图片}\label{sec:figures}
\end{verbatim}

\cmd{includegraphics} 命令的可选参数 \Arg{options} 支持 \Arg{key}=\Arg{value} 形式赋值,常用的参数如下:
\begin{center}
\begin{table}[htp]
\centering
\caption{\cmd{includegraphics} 命令的可选参数。}\label{tbl:graphics-options}
\begin{tabular}{lp{18em}}
\hline
参数 & 含义 \\
\textbf{参数} & \textbf{含义} \\
\hline
width=\Arg{width} & 将图片缩放到宽度为 \Arg{width} \\
height=\Arg{height} & 将图片缩放到高度为 \Arg{height} \\
scale=\Arg{scale} & 将图片相对于原尺寸缩放 \Arg{scale} 倍 \\
angle=\Arg{angle} & 令图片逆时针旋转 \Arg{angle} 度 \\
\texttt{width=}\Arg{width} & 将图片缩放到宽度为 \Arg{width} \\
\texttt{height=}\Arg{height} & 将图片缩放到高度为 \Arg{height} \\
\texttt{scale=}\Arg{scale} & 将图片相对于原尺寸缩放 \Arg{scale} 倍 \\
\texttt{angle=}\Arg{angle} & 令图片逆时针旋转 \Arg{angle} 度 \\
\hline
\end{tabular}
\end{center}
\end{table}

\section{盒子}\label{sec:box}

Expand Down Expand Up @@ -897,23 +903,27 @@ \section{浮动体}\label{sec:float}

\Arg{placement} 参数提供了一些符号用来表示浮动体允许排版的位置,如 \texttt{hbp} 允许浮动体排版在当前位置、底部或者单独成页。
\env{table} 和 \env{figure} 浮动体的默认设置为 \texttt{tbp}。
\begin{center}
\begin{tabular}{>{\ttfamily}lp{14em}}
\begin{table}[htp]
\centering
\caption{浮动体的位置参数。}\label{tbl:float-placement}
\begin{tabular}{*{2}{l}}
\hline
\textbf{参数} & \textbf{含义} \\
\hline
h & 当前位置(代码所处的上下文) \\
t & 顶部 \\
b & 底部 \\
p & 单独成页 \\[0.5ex]
! & 在决定位置时忽视限制 \\
\texttt{h} & 当前位置(代码所处的上下文) \\
\texttt{t} & 顶部 \\
\texttt{b} & 底部 \\
\texttt{p} & 单独成页 \\
\texttt{!} & 在决定位置时忽视限制 \\
\hline
\end{tabular}
\end{center}
\begin{quote}\footnotesize
注 1:排版位置的选取与参数里符号的顺序无关,\LaTeX\ 总是以 \texttt{h-t-b-p} 的优先级顺序决定浮动体位置。
也就是说 \texttt{[!htp]} 和 \texttt{[ph!t]} 没有区别。\par
注 2:限制包括浮动体个数(除单独成页外,默认每页不超过 3 个浮动体,其中顶部不超过 2 个,底部不超过 1 个)
以及浮动体空间占页面的百分比(默认顶部不超过 70\%,底部不超过 30\%)。
\end{quote}
\end{table}

\envindex{table*,figure*}
双栏排版环境下,\LaTeX\ 提供了 \env{table*} 和 \env{figure*} 环境用来排版跨栏的浮动体。
Expand Down
10 changes: 6 additions & 4 deletions src/chap/chap.04.math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,15 @@ \subsection{算符}\label{subsec:math-op}
\caption{\LaTeX\ 作为算符的函数名称一览。}\label{tbl:math-functions}
\begin{tabular}{*{5}{p{5em}}}
\hline
\multicolumn{5}{c}{不带上下限的算符} \\
\multicolumn{5}{c}{\textbf{不带上下限的算符}} \\
\hline
\cmd{sin} & \cmd{arcsin} & \cmd{sinh} & \cmd{exp} & \cmd{dim} \\
\cmd{cos} & \cmd{arccos} & \cmd{cosh} & \cmd{log} & \cmd{ker} \\
\cmd{tan} & \cmd{arctan} & \cmd{tanh} & \cmd{lg} & \cmd{hom} \\
\cmd{cot} & \cmd{arg} & \cmd{coth} & \cmd{ln} & \cmd{deg} \\
\cmd{sec} & \cmd{csc} & \\
\hline
\multicolumn{5}{c}{带上下限的算符} \\
\multicolumn{5}{c}{\textbf{带上下限的算符}} \\
\hline
\cmd{lim} & \cmd{limsup} & \cmd{liminf} & \cmd{sup} & \cmd{inf} \\
\cmd{min} & \cmd{max} & \cmd{det} & \cmd{Pr} & \cmd{gcd} \\
Expand Down Expand Up @@ -669,9 +669,9 @@ \subsection{数学字母字体}\label{subsec:math-alpha}
\begin{table}[htp]
\centering
\caption{数学字母字体。} \label{tbl:math-fonts}
\begin{tabular}{@{}*3l@{}}
\begin{tabular}{*{3}{l}}
\hline
例子 & 命令 & 依赖的宏包\\
\textbf{示例} & \textbf{命令} & \textbf{依赖的宏包}\\
\hline
$\mathnormal{ABCDE abcde 1234}$ & \cmd{mathnormal}\marg*{\ldots}& \\
$\mathrm{ABCDE abcde 1234}$ & \cmd{mathrm}\marg*{\ldots} & \\
Expand Down Expand Up @@ -699,6 +699,8 @@ \subsection{数学符号的尺寸}\label{subsec:math-styles}
\caption{数学符号尺寸。}\label{tbl:math-size}
\begin{tabular}{lll}
\hline
\textbf{命令} & \textbf{尺寸} & \textbf{示例} \\
\hline
\cmd{displaystyle} & 行间公式尺寸 & $\displaystyle\sum a $\\
\cmd{textstyle} & 行内公式尺寸 & $\textstyle\sum a $ \\
\cmd{scriptstyle} & 上下标尺寸 & $\scriptstyle a$ \\
Expand Down
48 changes: 26 additions & 22 deletions src/chap/chap.05.style.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ \subsection{字体样式}\label{subsec:fontshape}
\begin{table}[htp]
\caption{字体命令。} \label{tbl:fonts}
\centering
\begin{tabular}{@{}rrcc@{}}
\begin{tabular}{*{4}{l}}
\hline
\cmd{rmfamily}\cmdindex{rmfamily} & \cmd{textrm}\cmdindex{textrm}\marg*{\ldots} & \textrm{roman} & 衬线字体(罗马体)\\
\cmd{sffamily}\cmdindex{sffamily} & \cmd{textsf}\cmdindex{textsf}\marg*{\ldots} & \textsf{sans serif} & 无衬线字体 \\
Expand All @@ -59,7 +59,7 @@ \subsection{字号}\label{subsec:fontsize}
\begin{table}[htp]
\centering
\caption{字号。} \label{tbl:sizes}
\begin{tabular}{@{}ll}
\begin{tabular}{ll}
\hline
\cmd{tiny}\cmdindex{tiny} & \tiny tiny font \\
\cmd{scriptsize}\cmdindex{scriptsize} & \scriptsize very small font\\
Expand All @@ -82,9 +82,10 @@ \subsection{字号}\label{subsec:fontsize}
\begin{table}[htp]
\centering
\caption{标准文档类中的字号大小。}\label{tbl:ptsizes}
\begin{tabular}{lrrr}
\begin{tabular}{*{4}{l}}
\hline
\textbf{字号} & \textbf{10pt 选项(默认)} & \textbf{11pt 选项} & \textbf{12pt 选项} \\
\hline
字号 & 10pt 选项(默认)& 11pt 选项 & 12pt 选项 \\
\cmd{tiny}\cmdindex{tiny} & 5pt & 6pt & 6pt\\
\cmd{scriptsize}\cmdindex{scriptsize} & 7pt & 8pt & 8pt\\
\cmd{footnotesize}\cmdindex{footnotesize} & 8pt & 9pt & 10pt \\
Expand Down Expand Up @@ -139,7 +140,7 @@ \subsection{字体编码}\label{subsec:font-encs}
常见的正文字体编码有 \texttt{OT1} 和 \texttt{T1} 等。\LaTeX\ 默认使用对原始 \TeX\ 兼容的 \texttt{OT1} 编码,使用起来有诸多限制:
高德纳在设计 Computer Modern 字体时认为一些符号,如大于号、小于号等,原则上都应该在公式里出现,所以在正文字体(\cmd{rmfamily} 或 \cmd{sffamily})里,
这些符号所在的位置被其它符号所占据(事实上用户输入 \texttt< 和 \texttt> 得到的是\ !` 和\ ?` 两个倒立的标点符号,
正常的大于号和小于号可用命令 \cmd{textgreater} 和 \cmd{textless} 输入;\cmd{ttfamily} 字体下基本上是正常的)。
正常的大于号和小于号可用命令 \cmd{textgreater} 和 \cmd{textless} 输入;等宽字体(\cmd{ttfamily})里是正常的大于号和小于号)。

扩展的 \texttt{T1} 编码则对 ASCII 字符的兼容好得多,不会出现上述的大于号、小于号的问题。
\texttt{T1} 编码配合一些字体宏包如 \pkg{txfonts}、\pkg{lmodern} 等,还能够令用户使用 \cmd{textasciitilde} 命令
Expand All @@ -151,15 +152,16 @@ \subsection{字体编码}\label{subsec:font-encs}
\usepackage[T1]{fontenc}
\end{verbatim}

\pkg{fontenc} 宏包是用来配合传统的 \LaTeX\ 字体的,如表 \ref{tbl:font-pkgs} 中的大部分宏包。如果使用下文的 \pkg{fontspec}
\pkg{fontenc} 宏包是用来配合传统的 \LaTeX\ 字体的,如表 \ref{tbl:font-pkgs} 中的一些传统宏包。如果使用下文的 \pkg{fontspec}
宏包调用 \texttt{ttf} 或 \texttt{otf} 格式字体,就不要再使用 \pkg{fontenc} 宏包。
使用表 \ref{tbl:font-pkgs} 中的字体宏包之前最好查看一下宏包的帮助手册,了解使用方法和注意事项。

\begin{table}[!p]
\centering
\caption{常见的 \LaTeX\ 字体宏包。}\label{tbl:font-pkgs}
\begin{tabularx}{\linewidth}{cX}
\begin{tabular}{lp{30em}}
\hline
\multicolumn{2}{c}{文本/数学字体搭配的宏包} \\
\multicolumn{2}{c}{\textbf{文本 / 数学字体搭配的宏包}} \\
\hline
\pkg{lmodern} & Latin Modern 字体,对 Computer Modern 字体的扩展 \\
\pkg{cmbright} & 仿 Computer Modern 风格的无衬线字体 \\
Expand All @@ -175,10 +177,10 @@ \subsection{字体编码}\label{subsec:font-encs}
\pkg{fourier} & fourier 风格数学字体,配合 Utopia 正文字体 \\
\pkg{fouriernc} & fourier 风格数学字体,配合 New Century Schoolbook 正文字体 \\
\pkg{arev} & Arev 无衬线字体宏包,Vera Sans 风格 \\
\pkg{mathdesign} & 配合 Charter/Garamond/Utopia 正文字体的数学字体宏包(Garamond 字体可能需要单独安装) \\
\pkg{mathdesign} & 配合 Charter / Garamond / Utopia 正文字体的数学字体宏包(Garamond 字体可能需要单独安装) \\
\hline
\multicolumn{2}{c}{文本字体宏包} \\
\multicolumn{2}{l}{\small 以下字体包括传统的 \LaTeX\ 字体格式以及 TrueType / OpenType 格式。} \\
\multicolumn{2}{c}{\textbf{文本字体宏包}} \\
\multicolumn{2}{l}{\footnotesize 以下字体包括传统的 \LaTeX\ 字体格式以及 TrueType / OpenType 格式。} \\
\hline
\pkg{dejavu} & DejaVu 开源字体 \\
\pkg{droid} & Droid 开源字体 \\
Expand All @@ -188,14 +190,14 @@ \subsection{字体编码}\label{subsec:font-encs}
\pkg{sourcesanspro} & Source Sans Pro 开源无衬线字体 \\
\pkg{sourcecodepro} & Source Code Pro 开源等宽字体 \\
\hline
\multicolumn{2}{c}{符号宏包} \\
\multicolumn{2}{c}{\textbf{符号宏包}} \\
\hline
\pkg{mathabx} & 数学符号宏包之一 \\
\pkg{MnSymbol} & 数学符号宏包之一 \\
\pkg{MnSymbol} & 数学符号宏包之一,配合 Minion Pro 文本字体 \\
\pkg{fdsymbol} & 数学符号宏包之一 \\
\pkg{pifont} & Zapf Dingbats 符号字体宏包 \\
\pkg{pifont} & Zapf Dingbats 符号宏包 \\
\hline
\end{tabularx}
\end{tabular}
\end{table}

\subsection{使用 \pkg{fontspec} 宏包更改字体 (\texttt{xelatex})}\label{subsec:fontspec}
Expand Down Expand Up @@ -244,12 +246,14 @@ \subsection{长度和长度变量}\label{subsec:lengths}

在前面的一些章节,我们已经见到一些长度和长度变量的用法。本节首先统一介绍长度和长度变量。

长度的数值 \Arg{length} 由数字和单位组成。常用的单位如下:
长度的数值 \Arg{length} 由数字和单位组成。常用的单位见表 \ref{tbl:length-unit}。

\def\unitindex#1{\index{#1@\texttt{#1} (\textit{长度单位})}}

\begin{center}
\begin{tabular}{cl}
\begin{table}[htp]
\centering
\caption{\TeX\ / \LaTeX\ 中的长度单位。}\label{tbl:length-unit}
\begin{tabular}{ll}
\hline
\texttt{pt}\unitindex{pt} & 点阵宽度,1/72.27\texttt{in} \\
\texttt{bp}\unitindex{bp} & 点阵宽度,1/72\texttt{in} \\
Expand All @@ -261,7 +265,7 @@ \subsection{长度和长度变量}\label{subsec:lengths}
\texttt{ex}\unitindex{ex} & 当前字号下小写字母 x 的高度,常用于垂直距离的设定 \\
\hline
\end{tabular}
\end{center}
\end{table}

在一些情况下还会用到可伸缩的“弹性长度”,如 \texttt{12pt plus 2pt minus 3pt}
表示基础长度为 \texttt{12pt},可以伸展到 \texttt{14pt} ,也可以收缩到 \texttt{9pt}。
Expand Down Expand Up @@ -575,16 +579,16 @@ \subsection{基本的页眉页脚样式}\label{subsec:basic-pagesyle}

\begin{table}[htp]
\centering
\caption{\LaTeX\ 预定义的页眉页脚样式}\label{tbl:pagestyle}
\begin{tabularx}{0.8\textwidth}{lX}
\caption{\LaTeX\ 预定义的页眉页脚样式}\label{tbl:pagestyle}
\begin{tabular}{lp{30em}}
\hline
\texttt{empty} & 页眉页脚为空 \\
\texttt{plain} & 页眉为空,页脚为页码。(\cls{article} 和 \cls{report} 文档类默认;\cls{book} 文档类的每章第一页也为 plain 格式) \\
\hline
\texttt{headings} & 页眉为章节标题和页码,页脚为空。(\cls{book} 文档类默认) \\
\texttt{myheadings} & 页眉为页码及 \cmd{markboth} 和 \cmd{markright} 命令手动指定的内容,页脚为空。\\
\hline
\end{tabularx}
\end{tabular}
\end{table}

\clsindex{article,report,book}
Expand Down
Loading

0 comments on commit 5e482f9

Please sign in to comment.