Skip to content

Commit d904f8d

Browse files
committed
Pull from Liam0205, and also modify some contents by myself
1 parent fe165c6 commit d904f8d

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

LaTeX-cn/Head.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
% safe参数解决与\!在内的多个冲突
22
% \sups命令可能被重定义,xeCJK放在tipa后
33
\RequirePackage[safe]{tipa}
4-
\documentclass[a4paper, zihao = -4]{ctexrep}
4+
\documentclass[a4paper, zihao=-4, linespread=1]{ctexrep}
5+
\xeCJKsetup{CJKmath=true}
6+
\renewcommand{\CTEXthechapter}{\arabic{chapter}}
7+
58

69
% 中文支持
10+
% \iffalse与\fi可以实现“多行注释”
711
\iffalse
812
\usepackage[slantfont,boldfont]{xeCJK}
913
\setCJKmainfont[BoldFont=SimHei,ItalicFont=KaiTi]{SimSun}
@@ -97,7 +101,7 @@
97101
\quad\rule[-12pt]{2pt}{70pt}\quad
98102
{\fontsize{60}{60}\selectfont\thechapter}}
99103
\titleformat{\chapter}[block]{\hfill\LARGE\sffamily}{}{0pt}{\chaformat}[\vspace{2.5pc}\large
100-
\startcontents\printcontents{}{1}{\setcounter{tocdepth}{2}}]
104+
\startcontents\printcontents{}{1}{\setcounter{tocdepth}{2}\songti}]
101105
%\titleclass{\section}{top}
102106
%\titleformat{\section}{\Large\bfseries}{\thesection}{0.5em}{}
103107
\titleformat*{\section}{\centering\Large\bfseries}

LaTeX-cn/LaTeX-cn.tex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ \subsection{命令与环境}
8282
\documentclass[a4paper]{ctexart}
8383
\end{latex}
8484

85-
\LaTeX 中,还有一种重要的指令叫做\co{环境}。它定义了一整个区段的内容都受到环境(即其本身)的控制。这个区段是从\latexline{\\begin{environment}}开始,到\latexline{\\end{environment}}结束的。比如:
85+
\LaTeX 中,还有一种重要指令叫做\co{环境}。它定义某区段的内容受到环境(即其本身)的控制,区段从\latexline{\\begin{environment}}开始,到\latexline{\\end{environment}}结束的。比如:
8686
\begin{latex}{}
8787
\begin{document}
8888
...内容...
@@ -421,8 +421,8 @@ \subsection{中文字体}
421421
\item CJKMath=ture/\uline{false}:是否支持数学环境CJK字体。
422422
\item CheckSingle=true/\uline{false}:是否检查CJK标点单独占用段落最后一行。此检查在倒数二、三个字符为命令时可能失效。
423423
\item LongPunct=\verb|{——……}|:设置CJK长标点集,默认的只有中文破折号和中文省略号。长标点不允许在内部产生断行。你也可以用$+=$或者$-=$号来修改CJK长标点集。
424-
\item MiddlePunct=\verb|{——·}|:设置CJK居中标点集,默认的只有中文破折号和中文间隔号(中文输入状态下按数字1左侧的重音符号键)。居中标点保证标点两端距前字和后字的距离等同,并禁止在其之前断行。你同样可以使用$+=/-=$进行修改。
425-
\item AutoFakeBold=true/\uline{false}:是否启用全局伪粗体。如果启用,在setCJKmainfont等命令中,将用AutoFakeBold=2这种参数代替原有的BoldFont=SimHei这种参数。其中,数字2表示将原字体加粗2倍实现伪粗体。
424+
\item MiddlePunct=\verb|{——·}|:设置CJK居中标点集,默认的只有中文破折号和中文间隔号(中文输入状态下按数字1左侧的重音符号键)。居中标点保证标点两端距前字和后字的距离等同,并禁止在其之前断行。你同样可以使用\texttt{+=/-=}进行修改。
425+
\item AutoFakeBold=true/\uline{false}:是否启用全局伪粗体。如果启用,在setCJKmainfont等命令中,将用AutoFakeBold=2参数代替原有的BoldFont=SimHei这种参数。其中,数字2表示将原字体加粗2倍实现伪粗体。
426426
\item AutoFakeSlant=true/\uline{false}:是否启用全局伪斜体。仿上。
427427
\end{feai}
428428

@@ -688,7 +688,7 @@ \subsection{图片}
688688
\end{wrapfigure}
689689
\end{latex}
690690

691-
各参数的含义是
691+
各参数的含义
692692
\begin{inlinee}
693693
\item {\bfseries\itshape linenum:} (可选)图片所占行数,一般不指定
694694
\item {\bfseries\itshape place:} 图片在文字段中的位置——R, L, I, O分别代表右侧、左侧、近书脊、远书脊
@@ -797,7 +797,7 @@ \subsection{浮动体外的图表标题}
797797
\makeatother
798798
\end{latex}
799799

800-
这部分是底层的\TeX 代码,不多介绍。定义后,你可以在浮动体外使用\latexline{\\figcaption和\\tabcaption}命令。注意:为了防止标题和图表不在一页,可以用minipage环境把它们包起来。
800+
这部分是底层的\TeX 代码,在此就不多介绍了。在如上定义后,你可以在浮动体外使用\latexline{\\figcaption和\\tabcaption}命令。注意:为了防止标题和图表不在一页,可以用minipage环境把它们包起来。
801801

802802
\section{页面设置}
803803

@@ -988,10 +988,10 @@ \subsection{空格}
988988
在数学环境中,行文空格是被忽略的。比如\verb|$x,y$|和\verb|$x, y$|并没有区别。数学环境有独有的空格命令,最后一个是$-3/18$的空格:
989989

990990
\begin{codeshow}
991-
$0/18Space,3/18Sp\,ace$ \\
992-
$4/18Sp\:ace,5/18Sp\;ace$ \\
993-
$9/18Sp\ ace,One1Sp\quad ace$ \\
994-
$Two2Sp\qquad ace,nega3/18Sp\!ace$
991+
$没有空格,3/18\,$ \\
992+
$4/18\:,5/18\;$ \\
993+
$9/18\ 格,一个空\quad $ \\
994+
$两个空\qquad 格,负3/18\!$
995995
\end{codeshow}
996996

997997
事实上,以上命令也可以在数学模式外使用,其中使用最广泛的是\verb|\,|,比如上文提到过的千位分隔符。在数学环境中它也应用广泛:

0 commit comments

Comments
 (0)