Skip to content

Commit

Permalink
手册格式调整
Browse files Browse the repository at this point in the history
- 学习资料移出
- 手册介绍、图标部分
- 定理、定义部分加上
  • Loading branch information
y-yating committed Sep 13, 2017
1 parent 3bc8693 commit 5a5f418
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 40 deletions.
Binary file not shown.
17 changes: 0 additions & 17 deletions BIT-thesis-manual/BIT-thesis-grd.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 证明}


Expand Down
4 changes: 3 additions & 1 deletion BIT-thesis-manual/chapters/app2-material.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
12 changes: 8 additions & 4 deletions BIT-thesis-manual/chapters/ch1-introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -115,7 +122,4 @@ \section{模板说明与TeX介绍}
\item 你有使用~\LaTeX~ 的经验。可参见LaTeX学习资料\ref{chap:material}。
\end{itemize}

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



14 changes: 7 additions & 7 deletions BIT-thesis-manual/chapters/ch3-eqnFigAndTab.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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}
Expand All @@ -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}
Expand Down
Binary file modified BIT-thesis-manual/manual.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions BIT-thesis-manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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

Expand All @@ -28,8 +28,8 @@

% 目录
\tableofcontents
\listoffigures
\listoftables
%\listoffigures
%\listoftables

% 主要符号、缩略词对照表
% \include{body/symbol}
Expand Down
14 changes: 14 additions & 0 deletions BIT-thesis-template-grd/BIT-thesis-grd.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Binary file modified BIT-thesis-template-grd/demo.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions BIT-thesis-template-grd/demo.tex
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file removed LaTeX学习资料/CTEX常见问题集合.pdf
Binary file not shown.
Binary file removed LaTeX学习资料/Math Mode.pdf
Binary file not shown.
Binary file removed LaTeX学习资料/The Listings Package.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed LaTeX学习资料/简单粗暴LaTeX.pdf
Binary file not shown.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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),内含基础学习资料以及北理工学位论文格式资料。

## 安装配置环境

Expand Down Expand Up @@ -51,6 +48,11 @@ BIT-Thesis 为符合北京理工大学硕士(博士)学位论文的 LaTeX
xelatex --interaction=nonstopmode demo
```


## 作者

[Yang Yating](https://github.com/y-yating/)

## 致谢
本项目得到了北京理工大学学生事务中心的资助。

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5a5f418

Please sign in to comment.