summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex')
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex102
1 files changed, 102 insertions, 0 deletions
diff --git a/macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex b/macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex
new file mode 100644
index 0000000000..017c18c9e9
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex
@@ -0,0 +1,102 @@
+\chapter{绪论}
+\section{研究背景}
+国内诸多高校都在GitHub上提供了其高校的论文模板,故本作者秉持开源共享的精神,将本\LaTeX 文档类开源于https://github.com/bjfu-projects/bjfu-thesis。
+\section{文档结构}
+第一章为绪论,简单介绍研究背景以及文档结构。
+
+第二章为英文使用说明,介绍本文档类的使用方法。
+
+第三章为中文使用说明,介绍本文档类的使用方法。
+\chapter{Usage Notes}
+The order of following usage notes is based on the structure of the thesis.
+
+ * To include the cover of your thesis, put 'cover.pdf' in the directory.
+
+ * You MUST add `\textbackslash frontmatter` before your abstract.
+
+ * Print title of Chinese abstract or English abstract: `\textbackslash chapter*{abstract title}`
+
+ * Print content of abstract: `\textbackslash begin{abstract}abstract` content`\textbackslash end{abstract}`
+
+ * Print Chinese keywords: `\textbackslash keywordscn{Chinese keywords}`
+
+ * Print English keywords: \textbackslash keywordsen{English keywords}
+
+ * Print table of contents: \textbackslash tableofcontents
+
+ * You MUST add `\textbackslash mainmatter` before the main body of your thesis.
+
+ * The hierachy of the thesis:
+ `\textbackslash chapter{chapter title}`
+ `\textbackslash section{section title}`
+ `\textbackslash subsection{subsection title}`
+
+ * Use following structure:
+ `\textbackslash chapter{chapter 1 title}`
+ normal text
+ `\textbackslash section{section 1.1 title}`
+ normal text
+ `\textbackslash section{section 1.2 title}`
+ `\textbackslash subsection{subsection 1.2.1 title}`
+ normal text
+ ...
+
+ * Floats are set to be centered by default, with default allowed positions being current position in code, top, bottom and a separate page.
+
+ * Put images you want to insert in `\textbackslash figures`, and you DO NOT need to include 'figures' in your path
+
+ * Show two captions for a figure or a table: `\textbackslash bicaption{Chinese caption}{English caption}`
+ You MUST place figures in 'figure' environment, and table in 'table' environment, which MUST match.
+ Or `\textbackslash bicaption{Chinese caption}{English caption}` will not work as expected.
+
+ * Show a note for a figure or table: `\textbackslash chartnote{a note for a figure or a table}`
+
+ * You MUST add `\textbackslash backmatter` before your references and your acknowledgement.
+
+ * Print bibliography: `\textbackslash printbibliography`
+\chapter{使用说明}
+以下使用说明的顺序基于论文的结构
+
+* 要将你的论文封面插入论文,需将"cover.pdf"置于该目录中
+
+* 你必须在摘要部分前加入`\textbackslash frontmatter`
+
+* 显示中文或英文摘要标题:`\textbackslash chapter*{abstract title}`
+
+* 显示摘要内容:`\textbackslash begin{abstract}摘要内容\textbackslash end{abstract}`
+
+* 显示中文关键词:`\textbackslash keywordscn{中文关键词}`
+
+* 显示英文关键词:`\textbackslash keywordsen{英文关键词}`
+
+* 显示目录:`\textbackslash tableofcontents`
+
+* 你必须在你的论文的主体部分前加入`\textbackslash mainmatter`
+
+* 论文具有的层次划分:
+`\textbackslash chapter{一级标题}`
+`\textbackslash section{二级标题}`
+`\textbackslash subsection{三级标题}`
+
+* 使用以下层次结构:
+`\textbackslash chapter{一级标题 1}`
+正文文字
+`\textbackslash section{二级标题 1.1}`
+正文文字
+`\textbackslash section{二级标题 1.2}`
+`\textbackslash subsection{三级标题 1.2.1}`
+正文文字
+……
+
+* 浮动体已默认居中,且默认允许的位置已设为“当前代码中的位置、顶部、底部、单独成页”
+
+* 将你需要插入的图片置于`\textbackslash figures`中,无需在路径中包含“figures”
+
+* 为一张图或一个表显示两个图(表)题:`\textbackslash bicaption{中文图题}{英文图题}`
+你必须将图置于“figure”环境中,表置于“table”环境中,必须匹配。
+否则`\textbackslash bicaption{中文图题}{英文图题}`不会起作用
+* 显示图表注:`\textbackslash chartnote{图的注释或表的注释}`
+
+* 你必须在你的参考文献前加入`\textbackslash backmatter`
+
+* 显示参考文献:`\textbackslash printbibliography`