Skip to content
Snippets Groups Projects
Commit 638f00cc authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

docs: 更新了说明文档

parent f6167705
No related branches found
No related tags found
No related merge requests found
\chapter{配置环境}
\textbf{特别提醒:本章文字仅供格式示例,内容已停止维护,请参考宏包手册进行设置}
下表是目前经过测试的环境。如果有其他可用不可用的环境,欢迎补充。
\begin{table}[ht]
......
\chapter{绪论}
\textbf{特别提醒:本章文字仅供格式示例,内容已停止维护,请参考宏包手册进行设置}
\section{简介}
南京大学学位论文\hologo{LaTeX}模板\cite{njuthesis}基于本科生院的论文撰写规范制作,同时参考研究生院提供的硕士、博士学位材料包,用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文,旨在为同学提供毕业论文书写的方便。
......
\chapter{页面布局}
\textbf{特别提醒:本章文字仅供格式示例,内容已停止维护,请参考宏包手册进行设置}
本模板格式依照《11-南京大学毕业论文(设计)的撰写规范和装订要求》进行调整,文件内容详见\cref{chap:standard}
\section{封面页}
......
......@@ -5,7 +5,7 @@
\section{超链接}
\lstinline
\lstinline|\href{<url>}{<name>}|
\section{文档内容的引用}
......
......@@ -644,6 +644,47 @@ through XeTeX.
% \end{table}
% \end{ctexexam}
%
%
% \subsubsection{代码}
%
% 由\pkg{listings}提供代码排版。代码块\env{lstlisting},注意这个环境中的缩进空格会如实输出
% \begin{ctexexam}
% \begin{lstlisting}
% <code>
% \end{lstlisting}
% \end{ctexexam}
%
% 行间代码|\lstinline!<code>!|
%
%
% \subsubsection{数学}
%
% 行内公式形如|$\mathrm{e}^{(a+2b)x}$|
%
% 带有编号的行间公式\env{equation}
% \begin{ctexexam}
% \begin{equation}\label{eq:myeqlabel}
% \pi
% \end{equation}
% \end{ctexexam}
%
% 如不需要编号,可以用\env{equation*}或者 |\[<eq>\]|
%
% 也提供了一系列的数学环境。证明环境会在结尾添加证毕符号
% \begin{ctexexam}
% \begin{proof}
% 证明我是我
% \end{proof}
% \end{ctexexam}
%
% 普通环境
% \begin{ctexexam}
% \begin{definition}[他人]
% 定义他人即地狱
% \end{definition}
% \end{ctexexam}
%
%
% \subsubsection{脚注}
% |\footnote{<text>}|
%
......@@ -652,10 +693,12 @@ through XeTeX.
%
% 使用\pkg{cleveref}宏包实现了带图、表等项目名称的智能引用,仅需使用|\cref{<label>}|命令。
%
% |\href{<url>}{<name>}|
% 超链接|\href{<url>}{<name>}|
%
%
% \subsection{特殊页面}
%
%
% 本模板还提供一系列环境用于生成所需的特殊页面
%
% \subsubsection{摘要页}
%
......@@ -696,21 +739,20 @@ through XeTeX.
% \end{acknowledgement}
% \end{ctexexam}
%
%
% \subsubsection{附录页}
%
% 附录放在|\appendix|命令后,以英文字母进行编号,正常通过|\chapter{}|编写
% \subsubsection{参考文献页}
%
% 使用以下命令,\opt{bibintoc}可以将参考文献页插入目录
%
% \begin{ctexexam}
% \printbibliography[heading=bibintoc,title=参考文献]
% \end{ctexexam}
%
% \subsubsection{附录页}
%
% \subsubsection{代码}
% 附录放在|\appendix|命令后,以英文字母进行编号,正常通过|\chapter{}|编写
%
% \env{lstlisting}环境用来进行代码排版
% 是否需要索引?
%
% \subsubsection{引用标签}
%
% 使用\pkg{cleveref}宏包实现了带图、表等项目名称的智能引用,仅需使用|\cref{<label>}|命令。
%
% \subsection{参考文献}
%
......@@ -718,7 +760,7 @@ through XeTeX.
%
% 默认参考文献存储于主目录下的\file{njuthesis.bib},直接向其中粘贴新的参考文献即可。
%
% 如果希望额外添加一个名叫\file{mybiblio.bib}的参考文献目录,可以在主文件\file{mynjuthesis.tex}的导言区中添加以下命令:
% 如果希望额外添加管理文献列表,譬如添加一个名叫\file{mybiblio.bib}的参考文献文件,可以在主文件\file{mynjuthesis.tex}的导言区中添加以下命令:
%
% \begin{ctexexam}
% \addbibresource{mybiblio.bib}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment