Skip to content

Commit 5a5f418

Browse files
committed
手册格式调整
- 学习资料移出 - 手册介绍、图标部分 - 定理、定义部分加上
1 parent 3bc8693 commit 5a5f418

20 files changed

+45
-40
lines changed

BIT-thesis-manual/BIT-thesis-grd.cls

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -284,18 +284,6 @@ footskip=0.7cm% 页脚 1.8cm %
284284
\newcommand{\mj}{\mathrm{j}}
285285
\newcommand{\dif}{\mathrm{d}}
286286

287-
% 可伸长的数学符号
288-
% \makeatletter
289-
\def\ExtendSymbol#1#2#3#4#5{\ext@arrow 0099{\arrowfill@#1#2#3}{#4}{#5}}
290-
\def\RightExtendSymbol#1#2#3#4#5{\ext@arrow 0359{\arrowfill@#1#2#3}{#4}{#5}}
291-
\def\LeftExtendSymbol#1#2#3#4#5{\ext@arrow 6095{\arrowfill@#1#2#3}{#4}{#5}}
292-
% \makeatother
293-
294-
\newcommand\myRightarrow[2][]{\RightExtendSymbol{=}{=}{\Rightarrow}{#1}{#2}}
295-
\newcommand\myLeftarrow[2][]{\LeftExtendSymbol{\Leftarrow}{=}{=}{#1}{#2}}
296-
\newcommand\myBioarrow[2][]{\ExtendSymbol{\Leftarrow}{=}{\Rightarrow}{#1}{#2}}
297-
\newcommand\myLongEqual[2][]{\ExtendSymbol{=}{=}{=}{#1}{#2}}
298-
299287

300288
\theoremstyle{plain}
301289
\newtheorem{algo}{算法~}[chapter]
@@ -309,11 +297,6 @@ footskip=0.7cm% 页脚 1.8cm %
309297
\newtheorem{exmp}{例~}[chapter]
310298
\newtheorem{rem}{注~}
311299
\newtheorem{case}{情形~}
312-
\theoremstyle{break}
313-
\newtheorem{bthm}[thm]{定理~}
314-
\newtheorem{blem}[thm]{引理~}
315-
\newtheorem{bprop}[thm]{命题~}
316-
\newtheorem{bcor}[thm]{推论~}
317300
\renewcommand{\proofname}{\bf 证明}
318301

319302

BIT-thesis-manual/chapters/app2-material.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
\chapter{学习资料}
88
\label{chap:material}
99

10-
建议的学习资料已存在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学习资料}。
10+
建议的学习资料已存在github仓库中,见\href{https://github.com/BIT-thesis/LaTeX-materials}{LaTeX学习资料}。
11+
12+
\url{https://github.com/BIT-thesis/LaTeX-materials}
1113

1214
\begin{itemize}
1315

BIT-thesis-manual/chapters/ch1-introduction.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ \section{安装配置环境}
2727
\TeX 发展至今日,拥有了众多的发行版。发行版软件合集中包括了各种引擎的可执行程序,以及一些文档类、模板、字体文件、辅助程序等等。
2828

2929
\begin{itemize}
30-
\item windows、linux用户推荐安装TeX Live套装,并更新宏包
30+
\item windows、linux用户推荐安装TeX Live套装,并更新宏包(linux系统由于版权问题,未能预装宋体等Windows下的字体,需要手动安装)
3131
\item OSX用户推荐安装Mac TeX
3232
\item 由于CTeX套装所含宏包比较陈旧,可能会导致编译无法通过,故不推荐安装。如果已安装CTeX,\textbf{建议将其卸除}。
3333
\end{itemize}
@@ -38,7 +38,14 @@ \section{安装配置环境}
3838
\item Mac TeX镜像:\url{http://mirror.bit.edu.cn/CTAN/systems/mac/mactex/}
3939
\end{itemize}
4040

41+
如若希望轻量级的编译环境,可安装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安装与配置}》。
4142

43+
\section{编辑器选择}
44+
安装完成后,便可对\TeX 进行编写以生成相应论文,也可根据使用习惯使用Texmaker、TeXstudio、Winedit等其他的编辑器进行编写。
45+
46+
其中,Texmaker下载地址:
47+
48+
\url{http://www.xm1math.net/texmaker/}
4249

4350
\section{快速使用}
4451
\label{sec:process}
@@ -115,7 +122,4 @@ \section{模板说明与TeX介绍}
115122
\item 你有使用~\LaTeX~ 的经验。可参见LaTeX学习资料\ref{chap:material}。
116123
\end{itemize}
117124

118-
安装完成后,便可对\TeX 进行编写以生成相应论文,也可根据使用习惯使用Texmaker、TeXstudio、Winedit等其他的编辑器进行编写(推荐使用Texmaker)。
119-
120-
121125

BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ \subsection{长公式排版}
6060
\subsection{定理环境}
6161

6262
在~BIT-thesis-grd.cfg~中定义了丰富的定理环境
63-
algo(算法),thm(定理),lem(引理),prop(命题),cor(推论),defn(定义),conj(猜想),exmp(例),rem(注),case(情形),
64-
bthm(断言定理),blem(断言引理),bprop(断言命题),bcor(断言推论)。
65-
amsmath还提供了一个proof(证明)的环境。
63+
algo(算法),thm(定理),lem(引理),prop(命题),cor(推论),defn(定义),conj(猜想),exmp(例),rem(注),case(情形),amsmath还提供了一个proof(证明)的环境。
6664
这里举一个``定理''``证明''的例子。
6765
\begin{thm}[留数定理]
6866
\label{thm:res}
@@ -326,7 +324,8 @@ \section{表格的例子}
326324

327325
\begin{table}
328326
\centering
329-
\bicaption[tab:firstone]{指向一个表格的表目录索引}{一个颇为标准的三线表格\footnotemark[1]}{Table}{A Table}
327+
\label{tab:firstone}
328+
\caption{一个标准的三线表格}
330329
\begin{tabular}{@{}llr@{}} \toprule
331330
\multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2}
332331
Animal & Description & Price (\$)\\ \midrule
@@ -341,7 +340,7 @@ \section{表格的例子}
341340
\begin{lstlisting}[language={[LaTeX]TeX}, caption={三线表格}]
342341
\begin{table}
343342
\centering
344-
\bicaption[tab:firstone]{指向一个表格的表目录索引}{一个颇为标准的三线表格\footnotemark[1]}{Table}{A Table}
343+
\caption{一个标准的三线表格}
345344
\begin{tabular}{@{}llr@{}} \toprule
346345
\multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2}
347346
Animal & Description & Price \\ \midrule
@@ -357,7 +356,8 @@ \section{表格的例子}
357356
下面一个是一个更复杂的表格,用threeparttable实现带有脚注的表格,如表\ref{tab:footnote}。
358357

359358
\begin{table}
360-
\bicaption[tab:footnote]{出现在表目录的标题}{一个带有脚注的表格的例子}{Table}{A Table with footnotes}
359+
\label{tab:footnote}
360+
\caption{一个带有脚注的表格的例子}
361361
\centering
362362
\begin{threeparttable}[b]
363363
\begin{tabular}{ccd{4}cccc}
@@ -380,7 +380,7 @@ \section{表格的例子}
380380

381381
\begin{lstlisting}[language={[LaTeX]TeX}, caption={脚注表格}]
382382
\begin{table}
383-
\bicaption[tab:footnote]{出现在表目录的标题}{一个带有脚注的表格的例子}{Table}{A Table with footnotes}
383+
\caption{一个带有脚注的表格的例子}
384384
\centering
385385
\begin{threeparttable}[b]
386386
\begin{tabular}{ccd{4}cccc}

BIT-thesis-manual/manual.pdf

-867 Bytes
Binary file not shown.

BIT-thesis-manual/manual.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1515

1616
% 中文封面内容(关注内容而不是形式)
17-
\title{BIT-Thesis使用指南\\ v1.0}
17+
\title{BIT-Thesis使用指南\\ v1.1}
1818
\author{北京理工大学~~研究生院}
1919
\defenddate{2017年9月}
2020

@@ -28,8 +28,8 @@
2828

2929
% 目录
3030
\tableofcontents
31-
\listoffigures
32-
\listoftables
31+
%\listoffigures
32+
%\listoftables
3333

3434
% 主要符号、缩略词对照表
3535
% \include{body/symbol}

BIT-thesis-template-grd/BIT-thesis-grd.cls

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,20 @@ footskip=0.7cm% 页脚 1.8cm %
290290
\newcommand{\mj}{\mathrm{j}}
291291
\newcommand{\dif}{\mathrm{d}}
292292

293+
\theoremstyle{plain}
294+
\newtheorem{algo}{算法~}[chapter]
295+
\newtheorem{thm}{定理~}[chapter]
296+
\newtheorem{lem}[thm]{引理~}
297+
\newtheorem{prop}[thm]{命题~}
298+
\newtheorem{cor}[thm]{推论~}
299+
\theoremstyle{definition}
300+
\newtheorem{defn}{定义~}[chapter]
301+
\newtheorem{conj}{猜想~}[chapter]
302+
\newtheorem{exmp}{例~}[chapter]
303+
\newtheorem{rem}{注~}
304+
\newtheorem{case}{情形~}
305+
\renewcommand{\proofname}{\bf 证明}
306+
293307
%% 英文字体使用 Times New Roman
294308
\RequirePackage{xltxtra} % \XeTeX Logo
295309
\setmainfont{Times New Roman}

BIT-thesis-template-grd/demo.pdf

25 KB
Binary file not shown.

BIT-thesis-template-grd/demo.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%%==================================================
22
%% demo.tex for BIT Thesis
33
%% modified by yang yating
4-
%% version: 1.0
5-
%% last update: Sep. 1st, 2017
4+
%% version: 1.1
5+
%% last update: Sep. 13th, 2017
66
%%==================================================
77

88
% 默认单面打印 oneside 、硕士论文模板 master

0 commit comments

Comments
 (0)