图表格式
1
figure/jlu.svg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
figure/latex_pdf_latex.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
figure/pdf_xelatex.png
Normal file
After Width: | Height: | Size: 48 KiB |
18576
figure/scutthesis.eps
Normal file
BIN
figure/scutthesis.png
Normal file
After Width: | Height: | Size: 76 KiB |
7978
figure/tex_engine.eps
Normal file
BIN
figure/tex_engine.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
figure/texlive_gui_lang.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
figure/texlive_gui_main.png
Normal file
After Width: | Height: | Size: 136 KiB |
@ -150,7 +150,7 @@
|
||||
\newcommand{\textsubsectionfont}{\bfseries\songti\xiaosihao} % 正文上X.Y.Z小节的字体
|
||||
\newcommand{\textsubsubsectionfont}{\heiti\wuhao} % 正文上X.Y.Z.K小节的字体
|
||||
\newcommand{\footnotefont}{\songti\xiaowuhao\normalfont} % 脚注字体
|
||||
\newcommand{\ftcaptionfont}{\kaiti\wuhao\normalfont} % 图表标题的字体
|
||||
\newcommand{\ftcaptionfont}{\heiti\wuhao} % 图表标题的字体
|
||||
\newcommand{\reftitlefont}{\songti\sanhao} % “参考文献”字样的字体
|
||||
\newcommand{\refbodyfont}{\songti\wuhao\normalfont} % 参考文献字体
|
||||
\newcommand{\thanktitlefont}{\heiti\sanhao} % “致谢”字样的字体
|
||||
@ -177,8 +177,8 @@
|
||||
%\RequirePackage{ccaption} %与subfig冲突,弃用
|
||||
\RequirePackage{caption} % 定义图的标题格式:居中. 使用caption3.0
|
||||
\DeclareCaptionFont{capFont}{\ftcaptionfont} % 表格名及图名
|
||||
\DeclareCaptionLabelSeparator{twospace}{~~}
|
||||
\captionsetup{ labelsep=twospace,% 去掉图标签后的冒号
|
||||
\DeclareCaptionLabelSeparator{fourspace}{~~~~}
|
||||
\captionsetup{ labelsep=fourspace,% 去掉图标签后的冒号
|
||||
belowskip=0bp,aboveskip=0bp,
|
||||
font={capFont}, figurename=图,tablename=表,listfigurename=插图目录,listtablename=表格目录}
|
||||
\captionsetup[figure]{position=bottom}
|
||||
|
@ -74,6 +74,9 @@ in order to verify the feasibility of the combination.
|
||||
\TeX /\LaTeX 是一种专业的科技文献排版语言,使用它写文档具有如下优势:
|
||||
\begin{enumerate}
|
||||
\item 将文档内容书写与格式排版的工作分离,使得专注与内容书写成为可能;
|
||||
\begin{enumerate}
|
||||
\item 我是分项
|
||||
\end{enumerate}
|
||||
\item 基于编程化控制修改排版格式,工作灵活性和精确度高;
|
||||
\item 基于独立操作系统的文档格式,兼容性好。
|
||||
\end{enumerate}
|
||||
|