Skip to content

Commit 229aacd

Browse files
committed
New Release
Former-commit-id: b67ac9a
1 parent aa429fa commit 229aacd

8 files changed

+13
-11
lines changed

Biblio/gbt7714-plain.bst

100755100644
File mode changed.

Biblio/gbt7714-unsrt.bst

100755100644
File mode changed.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
## 更新记录
3030

31+
* `2019-06-09` 根据 [DRjy, issue #170](https://github.com/mohuangrui/ucasthesis/issues/170) 轻微缩减目录中编号与标题的间距;根据 [e71828, issue #174](https://github.com/mohuangrui/ucasthesis/issues/174) 轻微增加页眉中编号与标题的间距。
32+
3133
* `2019-05-25` 根据 [CDMA2019, issue #169](https://github.com/mohuangrui/ucasthesis/issues/169) 提供横排图表环境下页眉页脚的横排,具体使用见 [横排图表](https://github.com/mohuangrui/ucasthesis/wiki/横排图表)
3234

3335
* `2019-04-24` 拓展模版兼容博后报告。修复 [gsp2014, issue #156](https://github.com/mohuangrui/ucasthesis/issues/156) 文献引用中的连字符的间断显示和上标引用中逗号下沉。

Style/artratex.sty

+2-2
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
}
634634
\fancypagestyle{mainmatterstyle}{% style for mainmatter
635635
\fancyhf{}% clear fields
636-
\fancyhead[C]{\footnotesize \ifnumodd{\value{page}}{\artxmark\ \leftmark}{\@title}}% structure elements
636+
\fancyhead[C]{\footnotesize \ifnumodd{\value{page}}{\artxmark\enskip\leftmark}{\@title}}% structure elements
637637
\fancyfoot[C]{\footnotesize \ifnumodd{\value{page}}{\hspace*{\fill}\thepage}{\thepage\hspace*{\fill}}}% page number
638638
\renewcommand{\headrulewidth}{0.8pt}% header rule
639639
\renewcommand{\footrulewidth}{0pt}% footer rule
@@ -693,7 +693,7 @@
693693
\fancyhead[C]{%
694694
\begin{textblock}{1.0}[0.5,0.5](0.08,0.5)%
695695
\rotatebox{90}{%
696-
\footnotesize \ifnumodd{\value{page}}{\artxmark\ \leftmark}{\@title}%
696+
\footnotesize \ifnumodd{\value{page}}{\artxmark\enskip\leftmark}{\@title}%
697697
}%
698698
\end{textblock}%
699699
\begin{textblock}{1.0}[0.5,0.5](0.08,0.5)%

Style/ucasthesis.cls

+7-7
Original file line numberDiff line numberDiff line change
@@ -708,13 +708,13 @@
708708
\fi
709709
}
710710
%- redefine indentation for others
711-
\renewcommand*\l@section{\@dottedtocline{1}{1em}{2em}}
712-
\renewcommand*\l@subsection{\@dottedtocline{2}{2em}{3em}}
713-
\renewcommand*\l@subsubsection{\@dottedtocline{3}{3em}{4em}}
714-
\renewcommand*\l@paragraph{\@dottedtocline{4}{4em}{5em}}
715-
\renewcommand*\l@subparagraph{\@dottedtocline{5}{5em}{6em}}
716-
\renewcommand*\l@figure{\@dottedtocline{1}{1em}{2em}}
717-
\renewcommand*\l@table{\@dottedtocline{1}{1em}{2em}}
711+
\renewcommand*\l@section{\@dottedtocline{1}{1em}{1.8em}}
712+
\renewcommand*\l@subsection{\@dottedtocline{2}{2em}{2.8em}}
713+
\renewcommand*\l@subsubsection{\@dottedtocline{3}{3em}{3.8em}}
714+
\renewcommand*\l@paragraph{\@dottedtocline{4}{4em}{4.8em}}
715+
\renewcommand*\l@subparagraph{\@dottedtocline{5}{5em}{5.8em}}
716+
\renewcommand*\l@figure{\@dottedtocline{1}{1em}{1.8em}}
717+
\renewcommand*\l@table{\@dottedtocline{1}{1em}{1.8em}}
718718
%---------------------------------------------------------------------------%
719719
\endinput
720720

Thesis.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%---------------------------------------------------------------------------%
1212
%->> Document class declaration
1313
%---------------------------------------------------------------------------%
14-
\documentclass[twoside]{Style/ucasthesis}%
14+
\documentclass[twoside,fontset=windows]{Style/ucasthesis}%
1515
%- Multiple optional arguments:
1616
%- [<oneside|twoside|print>]% oneside eprint, twoside eprint, or paper print
1717
%- [fontset=<adobe|...>]% specify font set to replace automatic detection

artratex.bat

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bibtex ./Tmp/%FileName%
5050
@rem ------------------------------------------------
5151
@rem ->> View compiled file
5252
@rem ------------------------------------------------
53-
@start " " /max "./Tmp/%FileName%.pdf"
53+
@rem start " " /max "./Tmp/%FileName%.pdf"
5454
echo ------------------------------------------------
5555
echo %CompileName% %FileName%.tex finished...
5656
echo ------------------------------------------------

artratex.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)