summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bjfuthesis/documentation
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-29 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2021-05-29 03:01:39 +0000
commitc735cad430ba6a619963ad7248020b781a0a45f3 (patch)
treeea6084fa9eea4a658d4f3eb9f2495cf269c7f790 /macros/latex/contrib/bjfuthesis/documentation
parentfd03eb3aab9edb9b15484a1130509cebe187d8bd (diff)
CTAN sync 202105290301
Diffstat (limited to 'macros/latex/contrib/bjfuthesis/documentation')
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.pdfbin0 -> 136857 bytes
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.tex11
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/contents/abstract.tex10
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/contents/acknowledge.tex2
-rw-r--r--macros/latex/contrib/bjfuthesis/documentation/contents/mainbody.tex102
5 files changed, 125 insertions, 0 deletions
diff --git a/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.pdf b/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.pdf
new file mode 100644
index 0000000000..fd39414e1f
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.pdf
Binary files differ
diff --git a/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.tex b/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.tex
new file mode 100644
index 0000000000..1523a5d638
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/documentation/bjfuthesis.tex
@@ -0,0 +1,11 @@
+\documentclass{bjfuthesis}
+\begin{document}
+ \frontmatter
+ \input{contents/abstract}
+ \tableofcontents
+ \mainmatter
+ \input{contents/mainbody}
+ \backmatter
+ \chapter{参考文献}
+ \input{contents/acknowledge}
+\end{document}
diff --git a/macros/latex/contrib/bjfuthesis/documentation/contents/abstract.tex b/macros/latex/contrib/bjfuthesis/documentation/contents/abstract.tex
new file mode 100644
index 0000000000..457ae84467
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/documentation/contents/abstract.tex
@@ -0,0 +1,10 @@
+\chapter*{摘要}
+\begin{abstract}
+ bjfuthesis文档类是为北京林业大学学生书写毕业论文准备的\LaTeX 文档类。该文档类基于ctexbook文档类。它修改了一些布局与样式来提供与北京林业大学毕业论文规范兼容的文档布局。
+\end{abstract}
+\keywordscn{LaTeX,毕业论文,北京林业大学}
+\chapter*{Abstract}
+\begin{abstract}
+ The bjfuthesis class is a \LaTeX class intended for students in Beijing Forestry University to write their theses. The class is based on the ctexbook class. It modifies some of the layout and style definitions of these packages in order to provide a document layout that should be compatible with Beijing Forestry University Thesis Standard.
+\end{abstract}
+\keywordsen{LaTeX, thesis, Beijing Forestry University}
diff --git a/macros/latex/contrib/bjfuthesis/documentation/contents/acknowledge.tex b/macros/latex/contrib/bjfuthesis/documentation/contents/acknowledge.tex
new file mode 100644
index 0000000000..ceadf4aa0d
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/documentation/contents/acknowledge.tex
@@ -0,0 +1,2 @@
+\chapter{致谢}
+感谢社区开发者的贡献。
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`