Skip to content

Commit

Permalink
Merge ThuThesis v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DapengFeng committed Nov 16, 2022
1 parent 5fe7738 commit ce6320e
Show file tree
Hide file tree
Showing 180 changed files with 1,785 additions and 162,430 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:buster
MAINTAINER Shengqi Chen <[email protected].edu.cn>
FROM debian:bullseye
MAINTAINER Dapeng Feng <[email protected].edu.cn>

ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
104 changes: 104 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"latex-workshop.latex.recipes": [
{
"name": "latexmk (xelatex)",
"tools": [
"unpack-thuthesis",
"xelatexmk"
]
},
{
"name": "latexmk (lualatex)",
"tools": [
"unpack-thuthesis",
"lualatexmk"
]
},
{
"name": "make thesis",
"tools": [
"make-thesis"
]
}
],
"latex-workshop.latex.tools": [
{
"name": "unpack-thuthesis",
"command": "xetex",
"args": [
"-file-line-error",
"-halt-on-error",
"-interaction=nonstopmode",
"thuthesis.ins"
],
"env": {}
},
{
"name": "xelatexmk",
"command": "latexmk",
"args": [
"-xelatex",
"-file-line-error",
"-halt-on-error",
"-interaction=nonstopmode",
"-synctex=1",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "lualatexmk",
"command": "latexmk",
"args": [
"-lualatex",
"-file-line-error",
"-halt-on-error",
"-interaction=nonstopmode",
"-synctex=1",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "make-thesis",
"command": "make",
"args": [],
"env": {}
}
],
"latex-workshop.latex.watch.files.ignore": [
"**/thuthesis.cls",
"**/*.bbx",
"**/*.bbl",
"**/*.cbx",
"**/*.cfg",
"**/*.clo",
"**/*.cnf",
"**/*.def",
"**/*.dfu",
"**/*.enc",
"**/*.fd",
"**/*.fmt",
"**/*.lbx",
"**/*.map",
"**/*.mkii",
"**/*.pfb",
"**/*.tfm",
"**/*.vf",
"**/*.code.tex",
"**/*.sty",
"**/texmf-{dist,var}/**",
"**/Local/MiKTeX/**",
"**/Local/Programs/MiKTeX/**",
"**/Roaming/MiKTeX/**",
"**/Program*/MiKTeX*/**",
"**/.miktex/texmfs/**",
"/var/cache/miktex-texmf/**",
"/usr/local/share/miktex-texmf/**",
"**/Library/Application Support/MiKTeX/texmfs/**",
"/dev/null"
],
"ros.distro": "humble",
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

## [Unreleased]

## [v1.1.0] - 2022-11-16
### Merge
- 合并Thu-Thesis v7.3.1

## [v1.0.1] - 2021-10-09
### Added
- 增加SYSU Logo
Expand All @@ -23,6 +27,7 @@
- 改变研究生的titlepage和copyrightpage


[Unreleased]: https://github.com/DapengFeng/sysuthesis/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/DapengFeng/sysuthesis/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.1.0
[v1.0.1]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.0.1
[v1.0.0]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.0.0
16 changes: 1 addition & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
RM = rm -f
endif

.PHONY: all all-dev clean distclean dist thesis viewthesis spine viewspine doc viewdoc cls check save savepdf test FORCE_MAKE
.PHONY: all all-dev clean distclean dist thesis viewthesis spine viewspine doc viewdoc cls check savepdf FORCE_MAKE

thesis: $(THESIS).pdf

Expand Down Expand Up @@ -53,20 +53,6 @@ viewthesis: thesis
viewspine: spine
$(LATEXMK) -pv $(SPINE)

save:
ifeq ($(target),)
bash testfiles/save.sh
else
bash testfiles/save.sh $(target)
endif

test:
ifeq ($(target),)
l3build check
else
bash testfiles/test.sh $(target)
endif

clean:
$(LATEXMK) -c $(PACKAGE).dtx $(THESIS) $(SPINE)
-@$(RM) -rf *~ main-survey.* main-translation.* _markdown_sysuthesis* sysuthesis.markdown.*
Expand Down
Empty file modified data/abstract.tex
100755 → 100644
Empty file.
Empty file modified data/acknowledgements.tex
100755 → 100644
Empty file.
Empty file modified data/appendix-survey.tex
100755 → 100644
Empty file.
7 changes: 7 additions & 0 deletions data/appendix-translation.tex
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ \section{文献引用}
文献引用示例\cite{abrahams99tex}。


\appendix

\section{附录}

附录的内容。


% 书面翻译的参考文献
\bibliographystyle{unsrtnat}
\bibliography{ref/appendix}
Expand Down
Empty file modified data/appendix.tex
100755 → 100644
Empty file.
Empty file modified data/chap01.tex
100755 → 100644
Empty file.
5 changes: 3 additions & 2 deletions data/chap02.tex
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ \section{表格}
编号后跟表题(可省略)和“(续)”,置于表上方。续表均应重复表头。

\begin{longtable}{cccc}
\caption{跨页长表格的表题} \\
\caption{跨页长表格的表题}
\label{tab:longtable} \\
\toprule
表头 1 & 表头 2 & 表头 3 & 表头 4 \\
\midrule
\endfirsthead
\caption[]{跨页长表格的表题(续)} \\
\caption*{续表~\thetable\quad 跨页长表格的表题} \\
\toprule
表头 1 & 表头 2 & 表头 3 & 表头 4 \\
\midrule
Expand Down
10 changes: 2 additions & 8 deletions data/chap03.tex
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ \section{数学符号}
注意有限增量符号 $\increment$ 固定使用正体,模板提供了 \cs{increment} 命令。
\item 小于等于号和大于等于号使用倾斜的字形 $\le$$\ge$
\item 积分号使用正体,比如 $\int$$\oint$
\item 行间公式积分号的上下限位于积分号的上下两端,比如
\begin{equation*}
\int_a^b f(x) \dif x.
\end{equation*}
行内公式为了版面的美观,统一居右侧,如 $\int_a^b f(x) \dif x$
\item
偏微分符号 $\partial$ 使用正体。
\item
Expand Down Expand Up @@ -66,12 +61,11 @@ \section{数学符号}
\section{数学公式}

数学公式可以使用 \env{equation} 和 \env{equation*} 环境。
注意数学公式的引用应前后带括号,建议使用 \cs{eqref} 命令,比如式\eqref{eq:example}。
注意数学公式的引用应前后带括号,通常使用 \cs{eqref} 命令,比如式\eqref{eq:example}。
\begin{equation}
\frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k)
\frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k).
\label{eq:example}
\end{equation}
注意公式编号的引用应含有圆括号,可以使用 \cs{eqref} 命令。

多行公式尽可能在“=”处对齐,推荐使用 \env{align} 环境。
\begin{align}
Expand Down
2 changes: 1 addition & 1 deletion data/chap04.tex
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ \section{著者-出版年制}
\sysusetup{
cite-style = author-year,
}
\begin{tabular}{l@{\quad$\Rightarrow$\quad}l}
\begin{tabular}{l@{\space$\Rightarrow$\space}l}
\verb|\cite{zhangkun1994}| & \cite{zhangkun1994} \\
\verb|\citet{zhangkun1994}| & \citet{zhangkun1994} \\
\verb|\citep{zhangkun1994}| & \citep{zhangkun1994} \\
Expand Down
2 changes: 1 addition & 1 deletion data/comments.tex
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% !TeX root = ../sysuthesis-example.tex

\begin{comments}
% \begin{comments}[name = {指导小组学术评语}]
% \begin{comments}[name = {指导小组评语}]
% \begin{comments}[name = {Comments from Thesis Supervisor}]
% \begin{comments}[name = {Comments from Thesis Supervision Committee}]

Expand Down
Empty file modified data/committee.tex
100755 → 100644
Empty file.
Empty file modified data/denotation.tex
100755 → 100644
Empty file.
Empty file modified data/resolution.tex
100755 → 100644
Empty file.
58 changes: 29 additions & 29 deletions data/resume.tex
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
% !TeX root = ../sysuthesis-example.tex

\begin{resume}

\section*{个人简历}

197× 年 ×× 月 ×× 日出生于四川××县。

1992 年 9 月考入××大学化学系××化学专业,1996 年 7 月本科毕业并获得理学学士学位。

1996 年 9 月免试进入xx大学化学系攻读××化学博士至今。


\section*{在学期间完成的相关学术成果}

\subsection*{学术论文}
\nobibliography*
\begin{achievements}
\item \bibentry{zhangkun1994}
\item Yang Y, Ren T L, Zhang L T, et al. Miniature microphone with silicon-based ferroelectric thin films[J]. Integrated Ferroelectrics, 2003, 52:229-235.
\item 杨轶, 张宁欣, 任天令, 等. 硅基铁电微声学器件中薄膜残余应力的研究[J]. 中国机械工程, 2005, 16(14):1289-1291.
\item 杨轶, 张宁欣, 任天令, 等. 集成铁电器件中的关键工艺研究[J]. 仪器仪表学报, 2003, 24(S4):192-193.
\item Yang Y, Ren T L, Zhu Y P, et al. PMUTs for handwriting recognition. In press[J]. (已被Integrated Ferroelectrics录用)
\end{achievements}


\subsection*{专利}

\begin{achievements}
\item 任天令, 杨轶, 朱一平, 等. 硅基铁电微声学传感器畴极化区域控制和电极连接的方法: 中国, CN1602118A[P]. 2005-03-30.
\item Ren T L, Yang Y, Zhu Y P, et al. Piezoelectric micro acoustic sensor based on ferroelectric materials: USA, No.11/215, 102[P]. (美国发明专利申请号.)
\end{achievements}
\section*{个人简历}
197× 年 ×× 月 ×× 日出生于四川××县。
1992 年 9 月考入××大学化学系××化学专业,1996 年 7 月本科毕业并获得理学学士学位。
1996 年 9 月免试进入清华大学化学系攻读××化学博士至今。
\section*{在学期间完成的相关学术成果}
\subsection*{学术论文}
\begin{achievements}
\item Yang Y, Ren T L, Zhang L T, et al. Miniature microphone with silicon-based ferroelectric thin films[J]. Integrated Ferroelectrics, 2003, 52:229-235.
\item 杨轶, 张宁欣, 任天令, 等. 硅基铁电微声学器件中薄膜残余应力的研究[J]. 中国机械工程, 2005, 16(14):1289-1291.
\item 杨轶, 张宁欣, 任天令, 等. 集成铁电器件中的关键工艺研究[J]. 仪器仪表学报, 2003, 24(S4):192-193.
\item Yang Y, Ren T L, Zhu Y P, et al. PMUTs for handwriting recognition. In press[J]. (已被Integrated Ferroelectrics录用)
\end{achievements}
\subsection*{专利}
\begin{achievements}
\item 任天令, 杨轶, 朱一平, 等. 硅基铁电微声学传感器畴极化区域控制和电极连接的方法: 中国, CN1602118A[P]. 2005-03-30.
\item Ren T L, Yang Y, Zhu Y P, et al. Piezoelectric micro acoustic sensor based on ferroelectric materials: USA, No.11/215, 102[P]. (美国发明专利申请号.)
\end{achievements}
\end{resume}
1 change: 1 addition & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$pdf_mode = 5;

$xelatex = "xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S";
$lualatex = "lualatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S";
$xdvipdfmx = "xdvipdfmx -q -E -o %D %O %S";

$bibtex_use = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion ref/appendix.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ @book{abrahams99tex
year = 1990,
}

@incollection{salomon1995advanced,
@book{salomon1995advanced,
author = {David Salomon},
title = {The advanced {\TeX}book},
address = {New York},
Expand Down
4 changes: 3 additions & 1 deletion ref/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ @mastersthesis{zhengkaiqing1987

@patent{jiangxizhou1980,
author = {姜锡洲},
title = {一种温热外敷药制备方案: 中国, 88105607.3},
title = {一种温热外敷药制备方案},
address = {中国},
number = {88105607.3},
date = {1980-07-26},
key = {jiang1 xi1 zhou1},
}
Expand Down
File renamed without changes.
Loading

0 comments on commit ce6320e

Please sign in to comment.