Skip to content

Commit 7c4bfc4

Browse files
committed
Update content for Nov 2023 talk, update actions
Signed-off-by: Shengqi Chen <[email protected]>
1 parent ea5ed71 commit 7c4bfc4

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.github/workflows/compile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ jobs:
44
build_document:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Compile LaTeX document
9-
uses: xu-cheng/texlive-action/full@v1
9+
uses: xu-cheng/texlive-action@v2
1010
with:
11+
scheme: full
1112
run: |
1213
sed -i "s/fontset=ubuntu/fontset=fandol/g" latex-talk.tex
1314
latexmk latex-talk

content/01.introduction.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ \subsection{安装}
216216
\item \TL
217217
\begin{itemize}
218218
\item 跨平台:Windows、Linux、macOS(二次打包后称为 \MacTeX
219-
\item 每年四月发布以年份命名的新版本,当前为 \TL \TLVersion
219+
\item 每年四月左右发布以年份命名的新版本,当前为 \TL \TLVersion
220220
\end{itemize}
221221
\item \MiKTeX
222222
\begin{itemize}
@@ -239,7 +239,7 @@ \subsection{安装}
239239
\begin{itemize}
240240
\item Windows 下不要放在带有中文的路径中
241241
\end{itemize}
242-
\item 离线安装镜像(约 4GB 大小)
242+
\item 离线安装镜像(约 5GB 大小)
243243
\begin{itemize}
244244
\item {\footnotesize
245245
\url{https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive.iso}}

content/02.01.basis-1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
\item 运行 \texttt{texdoc symbols} 查看符号表
227227
\item S. Pakin. \emph{The Comprehensive \LaTeX{} Symbol List}
228228
\link{https://ctan.org/pkg/comprehensive}
229-
\item 手写识别(有趣但不全):Detexify \link{http://detexify.kirelabs.org}
229+
\item 手写识别(有用但不全面):Detexify \link{http://detexify.kirelabs.org}
230230
\end{itemize}
231231
\item MathType 也可以使用和导出 \LaTeX{} 公式(不推荐)
232232
\end{itemize}

content/03.thesis.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \subsection{\ThuThesis 清华大学学位论文模板}
1010
\begin{itemize}
1111
\item 最早由王磊于 2004年4月发布,2005 年薛瑞尼接手维护,2018年起李泽平为主力开发者,2020年起由TUNA维护
1212
\item 最新正式版:\ThuThesisVersion\ (\ThuThesisDate)
13-
\item 全面支持最新的本科、研究生\footnote{更新到\ThuThesisGuideVersion{}发布的《清华大学研究生学位论文写作指南》,并有若干院系特殊格式要求的支持}、博士后论文/报告格式,获研究生院官方推荐 \link{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365}
13+
\item 全面支持最新的本科、研究生\footnote{更新到\ThuThesisGuideVersion{}发布的《清华大学研究生学位论文写作指南》,并支持若干院系的特殊要求}、博士后论文/报告格式,获研究生院官方推荐 \link{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365}
1414
\end{itemize}
1515
\begin{figure}[htbp]
1616
\centering
@@ -88,7 +88,7 @@ \subsection{\ThuThesis 清华大学学位论文模板}
8888
命令作用 & 中文对应选项 & 英文对应选项 \\ \midrule
8989
论文标题 & |title| & |title*| \\
9090
作者姓名& |author| &|author*|\\
91-
申请学位名称 & |degree-name|&|degree-name*|\\
91+
申请学位类型 & |degree-category|&|degree-category*|\\
9292
院系名称 & |department| & |department*|\\
9393
学科名称 & |discipline| & |discipline*|\\
9494
导师 & |supervisor| & |supervisor*|\\

definitions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
\let\TL=\TeXLive
4747
\newcommand{\TLVersion}{2023}
4848
\newcommand{\ThuThesis}{\textsc{ThuThesis}\xspace}
49-
\newcommand{\ThuThesisVersion}{7.3.2}
50-
\newcommand{\ThuThesisDate}{2023/04/06}
51-
\newcommand{\ThuThesisGuideVersion}{2023年5月}
49+
\newcommand{\ThuThesisVersion}{7.4.0}
50+
\newcommand{\ThuThesisDate}{2023/05/15}
51+
\newcommand{\ThuThesisGuideVersion}{2023年3月}
5252
\newcommand{\ThuThesisRepo}{tuna/thuthesis}
5353
\newcommand{\ThuThesisLink}{https://github.com/\ThuThesisRepo}
5454

0 commit comments

Comments
 (0)