diff --git "a/BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.0.pdf" "b/BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.1.pdf" similarity index 79% rename from "BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.0.pdf" rename to "BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.1.pdf" index 79d39bd..161b706 100644 Binary files "a/BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.0.pdf" and "b/BIT-Thesis\344\275\277\347\224\250\346\214\207\345\215\227v1.1.pdf" differ diff --git a/BIT-thesis-manual/BIT-thesis-grd.cls b/BIT-thesis-manual/BIT-thesis-grd.cls index ab03388..27b6734 100644 --- a/BIT-thesis-manual/BIT-thesis-grd.cls +++ b/BIT-thesis-manual/BIT-thesis-grd.cls @@ -284,18 +284,6 @@ footskip=0.7cm% 页脚 1.8cm % \newcommand{\mj}{\mathrm{j}} \newcommand{\dif}{\mathrm{d}} -% 可伸长的数学符号 -% \makeatletter -\def\ExtendSymbol#1#2#3#4#5{\ext@arrow 0099{\arrowfill@#1#2#3}{#4}{#5}} -\def\RightExtendSymbol#1#2#3#4#5{\ext@arrow 0359{\arrowfill@#1#2#3}{#4}{#5}} -\def\LeftExtendSymbol#1#2#3#4#5{\ext@arrow 6095{\arrowfill@#1#2#3}{#4}{#5}} -% \makeatother - -\newcommand\myRightarrow[2][]{\RightExtendSymbol{=}{=}{\Rightarrow}{#1}{#2}} -\newcommand\myLeftarrow[2][]{\LeftExtendSymbol{\Leftarrow}{=}{=}{#1}{#2}} -\newcommand\myBioarrow[2][]{\ExtendSymbol{\Leftarrow}{=}{\Rightarrow}{#1}{#2}} -\newcommand\myLongEqual[2][]{\ExtendSymbol{=}{=}{=}{#1}{#2}} - \theoremstyle{plain} \newtheorem{algo}{算法~}[chapter] @@ -309,11 +297,6 @@ footskip=0.7cm% 页脚 1.8cm % \newtheorem{exmp}{例~}[chapter] \newtheorem{rem}{注~} \newtheorem{case}{情形~} -\theoremstyle{break} - \newtheorem{bthm}[thm]{定理~} - \newtheorem{blem}[thm]{引理~} - \newtheorem{bprop}[thm]{命题~} - \newtheorem{bcor}[thm]{推论~} \renewcommand{\proofname}{\bf 证明} diff --git a/BIT-thesis-manual/chapters/app2-material.tex b/BIT-thesis-manual/chapters/app2-material.tex index 9cc2d68..8a54fa7 100644 --- a/BIT-thesis-manual/chapters/app2-material.tex +++ b/BIT-thesis-manual/chapters/app2-material.tex @@ -7,7 +7,9 @@ \chapter{学习资料} \label{chap:material} -建议的学习资料已存在github仓库中,见\href{https://github.com/BIT-thesis/LaTeX-template/tree/master/LaTeX%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%96%99}{LaTeX学习资料}。 +建议的学习资料已存在github仓库中,见\href{https://github.com/BIT-thesis/LaTeX-materials}{LaTeX学习资料}。 + +\url{https://github.com/BIT-thesis/LaTeX-materials} \begin{itemize} diff --git a/BIT-thesis-manual/chapters/ch1-introduction.tex b/BIT-thesis-manual/chapters/ch1-introduction.tex index 4979fee..2ded523 100644 --- a/BIT-thesis-manual/chapters/ch1-introduction.tex +++ b/BIT-thesis-manual/chapters/ch1-introduction.tex @@ -27,7 +27,7 @@ \section{安装配置环境} \TeX 发展至今日,拥有了众多的发行版。发行版软件合集中包括了各种引擎的可执行程序,以及一些文档类、模板、字体文件、辅助程序等等。 \begin{itemize} -\item windows、linux用户推荐安装TeX Live套装,并更新宏包 +\item windows、linux用户推荐安装TeX Live套装,并更新宏包(linux系统由于版权问题,未能预装宋体等Windows下的字体,需要手动安装) \item OSX用户推荐安装Mac TeX \item 由于CTeX套装所含宏包比较陈旧,可能会导致编译无法通过,故不推荐安装。如果已安装CTeX,\textbf{建议将其卸除}。 \end{itemize} @@ -38,7 +38,14 @@ \section{安装配置环境} \item Mac TeX镜像:\url{http://mirror.bit.edu.cn/CTAN/systems/mac/mactex/} \end{itemize} +如若希望轻量级的编译环境,可安装MiKTeX。具体安装步骤请参考\href{https://github.com/BIT-thesis/LaTeX-materials}{LaTeX学习资料}目录下的《\href{https://github.com/BIT-thesis/LaTeX-materials/raw/master/Miktex%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AE.pdf}{Miktex安装与配置}》。 +\section{编辑器选择} +安装完成后,便可对\TeX 进行编写以生成相应论文,也可根据使用习惯使用Texmaker、TeXstudio、Winedit等其他的编辑器进行编写。 + +其中,Texmaker下载地址: + +\url{http://www.xm1math.net/texmaker/} \section{快速使用} \label{sec:process} @@ -115,7 +122,4 @@ \section{模板说明与TeX介绍} \item 你有使用~\LaTeX~ 的经验。可参见LaTeX学习资料\ref{chap:material}。 \end{itemize} -安装完成后,便可对\TeX 进行编写以生成相应论文,也可根据使用习惯使用Texmaker、TeXstudio、Winedit等其他的编辑器进行编写(推荐使用Texmaker)。 - - diff --git a/BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex b/BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex index abcdad2..5b0cafe 100644 --- a/BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex +++ b/BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex @@ -60,9 +60,7 @@ \subsection{长公式排版} \subsection{定理环境} 在~BIT-thesis-grd.cfg~中定义了丰富的定理环境 -algo(算法),thm(定理),lem(引理),prop(命题),cor(推论),defn(定义),conj(猜想),exmp(例),rem(注),case(情形), -bthm(断言定理),blem(断言引理),bprop(断言命题),bcor(断言推论)。 -amsmath还提供了一个proof(证明)的环境。 +algo(算法),thm(定理),lem(引理),prop(命题),cor(推论),defn(定义),conj(猜想),exmp(例),rem(注),case(情形),amsmath还提供了一个proof(证明)的环境。 这里举一个``定理''和``证明''的例子。 \begin{thm}[留数定理] \label{thm:res} @@ -326,7 +324,8 @@ \section{表格的例子} \begin{table} \centering - \bicaption[tab:firstone]{指向一个表格的表目录索引}{一个颇为标准的三线表格\footnotemark[1]}{Table}{A Table} + \label{tab:firstone} + \caption{一个标准的三线表格} \begin{tabular}{@{}llr@{}} \toprule \multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2} Animal & Description & Price (\$)\\ \midrule @@ -341,7 +340,7 @@ \section{表格的例子} \begin{lstlisting}[language={[LaTeX]TeX}, caption={三线表格}] \begin{table} \centering - \bicaption[tab:firstone]{指向一个表格的表目录索引}{一个颇为标准的三线表格\footnotemark[1]}{Table}{A Table} + \caption{一个标准的三线表格} \begin{tabular}{@{}llr@{}} \toprule \multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2} Animal & Description & Price \\ \midrule @@ -357,7 +356,8 @@ \section{表格的例子} 下面一个是一个更复杂的表格,用threeparttable实现带有脚注的表格,如表\ref{tab:footnote}。 \begin{table} - \bicaption[tab:footnote]{出现在表目录的标题}{一个带有脚注的表格的例子}{Table}{A Table with footnotes} + \label{tab:footnote} + \caption{一个带有脚注的表格的例子} \centering \begin{threeparttable}[b] \begin{tabular}{ccd{4}cccc} @@ -380,7 +380,7 @@ \section{表格的例子} \begin{lstlisting}[language={[LaTeX]TeX}, caption={脚注表格}] \begin{table} - \bicaption[tab:footnote]{出现在表目录的标题}{一个带有脚注的表格的例子}{Table}{A Table with footnotes} + \caption{一个带有脚注的表格的例子} \centering \begin{threeparttable}[b] \begin{tabular}{ccd{4}cccc} diff --git a/BIT-thesis-manual/manual.pdf b/BIT-thesis-manual/manual.pdf index 7b690c3..161b706 100644 Binary files a/BIT-thesis-manual/manual.pdf and b/BIT-thesis-manual/manual.pdf differ diff --git a/BIT-thesis-manual/manual.tex b/BIT-thesis-manual/manual.tex index 467f4c3..b4001cc 100644 --- a/BIT-thesis-manual/manual.tex +++ b/BIT-thesis-manual/manual.tex @@ -14,7 +14,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 中文封面内容(关注内容而不是形式) -\title{BIT-Thesis使用指南\\ v1.0} +\title{BIT-Thesis使用指南\\ v1.1} \author{北京理工大学~~研究生院} \defenddate{2017年9月} @@ -28,8 +28,8 @@ % 目录 \tableofcontents -\listoffigures -\listoftables +%\listoffigures +%\listoftables % 主要符号、缩略词对照表 % \include{body/symbol} diff --git a/BIT-thesis-template-grd/BIT-thesis-grd.cls b/BIT-thesis-template-grd/BIT-thesis-grd.cls index 3da766d..2295032 100644 --- a/BIT-thesis-template-grd/BIT-thesis-grd.cls +++ b/BIT-thesis-template-grd/BIT-thesis-grd.cls @@ -290,6 +290,20 @@ footskip=0.7cm% 页脚 1.8cm % \newcommand{\mj}{\mathrm{j}} \newcommand{\dif}{\mathrm{d}} +\theoremstyle{plain} + \newtheorem{algo}{算法~}[chapter] + \newtheorem{thm}{定理~}[chapter] + \newtheorem{lem}[thm]{引理~} + \newtheorem{prop}[thm]{命题~} + \newtheorem{cor}[thm]{推论~} +\theoremstyle{definition} + \newtheorem{defn}{定义~}[chapter] + \newtheorem{conj}{猜想~}[chapter] + \newtheorem{exmp}{例~}[chapter] + \newtheorem{rem}{注~} + \newtheorem{case}{情形~} +\renewcommand{\proofname}{\bf 证明} + %% 英文字体使用 Times New Roman \RequirePackage{xltxtra} % \XeTeX Logo \setmainfont{Times New Roman} diff --git a/BIT-thesis-template-grd/demo.pdf b/BIT-thesis-template-grd/demo.pdf index 27f3fba..25d4dbd 100644 Binary files a/BIT-thesis-template-grd/demo.pdf and b/BIT-thesis-template-grd/demo.pdf differ diff --git a/BIT-thesis-template-grd/demo.tex b/BIT-thesis-template-grd/demo.tex index c382a9e..6cda3df 100644 --- a/BIT-thesis-template-grd/demo.tex +++ b/BIT-thesis-template-grd/demo.tex @@ -1,8 +1,8 @@ %%================================================== %% demo.tex for BIT Thesis %% modified by yang yating -%% version: 1.0 -%% last update: Sep. 1st, 2017 +%% version: 1.1 +%% last update: Sep. 13th, 2017 %%================================================== % 默认单面打印 oneside 、硕士论文模板 master diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/CTEX\345\270\270\350\247\201\351\227\256\351\242\230\351\233\206\345\220\210.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/CTEX\345\270\270\350\247\201\351\227\256\351\242\230\351\233\206\345\220\210.pdf" deleted file mode 100644 index c32b020..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/CTEX\345\270\270\350\247\201\351\227\256\351\242\230\351\233\206\345\220\210.pdf" and /dev/null differ diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/Math Mode.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/Math Mode.pdf" deleted file mode 100644 index e6a0425..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/Math Mode.pdf" and /dev/null differ diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/The Listings Package.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/The Listings Package.pdf" deleted file mode 100644 index db20016..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/The Listings Package.pdf" and /dev/null differ diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\343\200\212LaTeX2e\346\217\222\345\233\276\346\214\207\345\215\227\343\200\213\344\270\255\350\257\221\346\234\254\347\254\254\344\270\211\347\211\210.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\343\200\212LaTeX2e\346\217\222\345\233\276\346\214\207\345\215\227\343\200\213\344\270\255\350\257\221\346\234\254\347\254\254\344\270\211\347\211\210.pdf" deleted file mode 100644 index 353c155..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\343\200\212LaTeX2e\346\217\222\345\233\276\346\214\207\345\215\227\343\200\213\344\270\255\350\257\221\346\234\254\347\254\254\344\270\211\347\211\210.pdf" and /dev/null differ diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\344\270\200\344\273\275\344\270\215\345\244\252\347\256\200\347\237\255\347\232\204LATEX2e\344\273\213\347\273\215.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\344\270\200\344\273\275\344\270\215\345\244\252\347\256\200\347\237\255\347\232\204LATEX2e\344\273\213\347\273\215.pdf" deleted file mode 100644 index f1c1352..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\344\270\200\344\273\275\344\270\215\345\244\252\347\256\200\347\237\255\347\232\204LATEX2e\344\273\213\347\273\215.pdf" and /dev/null differ diff --git "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\347\256\200\345\215\225\347\262\227\346\232\264LaTeX.pdf" "b/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\347\256\200\345\215\225\347\262\227\346\232\264LaTeX.pdf" deleted file mode 100644 index 906de91..0000000 Binary files "a/LaTeX\345\255\246\344\271\240\350\265\204\346\226\231/\347\256\200\345\215\225\347\262\227\346\232\264LaTeX.pdf" and /dev/null differ diff --git a/README.md b/README.md index d1e579c..b3828f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# BIT-Thesis 北京理工大学硕士(博士)学位论文LaTeX模板 +# BIT-Thesis v1.1 +# 北京理工大学硕士(博士)学位论文LaTeX模板 ![Beijing Institude of Technology](https://github.com/y-yating/image/raw/master/image-school/bit-thesis.png) @@ -9,11 +10,7 @@ BIT-Thesis 为符合北京理工大学硕士(博士)学位论文的 LaTeX 目前本模板还处于不断修改与更新阶段,可能存在诸多错误与问题,请提出宝贵意见,可直接在 GitHub 中提交Issues 或 Pull Request。 -新手可使用**LaTeX学习资料**目录下的学习资料进行初步学习。 - -## 作者 - -[Yang Yating](https://github.com/y-yating/) +新手可使用**LaTeX学习资料**目录下的学习资料进行初步学习。因学习资料内容较多,已移至 [LaTeX学习资料](https://github.com/BIT-thesis/LaTeX-materials),内含基础学习资料以及北理工学位论文格式资料。 ## 安装配置环境 @@ -51,6 +48,11 @@ BIT-Thesis 为符合北京理工大学硕士(博士)学位论文的 LaTeX xelatex --interaction=nonstopmode demo ``` + +## 作者 + +[Yang Yating](https://github.com/y-yating/) + ## 致谢 本项目得到了北京理工大学学生事务中心的资助。 diff --git "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203(20170525\357\274\211.doc" "b/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203(20170525\357\274\211.doc" deleted file mode 100644 index 2ef42ec..0000000 Binary files "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203(20170525\357\274\211.doc" and /dev/null differ diff --git "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203.doc" "b/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203.doc" deleted file mode 100644 index 1bf6ba0..0000000 Binary files "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\345\214\227\344\272\254\347\220\206\345\267\245\345\244\247\345\255\246\345\215\232\345\243\253-\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\222\260\345\206\231\350\247\204\350\214\203.doc" and /dev/null differ diff --git "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\250\241\346\235\277.doc" "b/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\250\241\346\235\277.doc" deleted file mode 100644 index d28a09f..0000000 Binary files "a/\345\255\246\344\275\215\350\256\272\346\226\207\346\240\274\345\274\217\350\265\204\346\226\231/\347\241\225\345\243\253\345\255\246\344\275\215\350\256\272\346\226\207\346\250\241\346\235\277.doc" and /dev/null differ