From 7c4bfc413e831e74e738bf8661856f12a9c99733 Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Wed, 8 Nov 2023 17:24:57 +0800 Subject: [PATCH] Update content for Nov 2023 talk, update actions Signed-off-by: Shengqi Chen --- .github/workflows/compile.yml | 5 +++-- content/01.introduction.tex | 4 ++-- content/02.01.basis-1.tex | 2 +- content/03.thesis.tex | 4 ++-- definitions.tex | 6 +++--- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index a0b4dfb..739c9d3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -4,10 +4,11 @@ jobs: build_document: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/texlive-action/full@v1 + uses: xu-cheng/texlive-action@v2 with: + scheme: full run: | sed -i "s/fontset=ubuntu/fontset=fandol/g" latex-talk.tex latexmk latex-talk diff --git a/content/01.introduction.tex b/content/01.introduction.tex index 9e46209..8078e2b 100644 --- a/content/01.introduction.tex +++ b/content/01.introduction.tex @@ -216,7 +216,7 @@ \subsection{安装} \item \TL \begin{itemize} \item 跨平台:Windows、Linux、macOS(二次打包后称为 \MacTeX) - \item 每年四月发布以年份命名的新版本,当前为 \TL \TLVersion + \item 每年四月左右发布以年份命名的新版本,当前为 \TL \TLVersion \end{itemize} \item \MiKTeX \begin{itemize} @@ -239,7 +239,7 @@ \subsection{安装} \begin{itemize} \item Windows 下不要放在带有中文的路径中 \end{itemize} - \item 离线安装镜像(约 4GB 大小) + \item 离线安装镜像(约 5GB 大小) \begin{itemize} \item {\footnotesize \url{https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive.iso}} diff --git a/content/02.01.basis-1.tex b/content/02.01.basis-1.tex index 83a7e12..b112d6b 100644 --- a/content/02.01.basis-1.tex +++ b/content/02.01.basis-1.tex @@ -226,7 +226,7 @@ \item 运行 \texttt{texdoc symbols} 查看符号表 \item S. Pakin. \emph{The Comprehensive \LaTeX{} Symbol List} \link{https://ctan.org/pkg/comprehensive} - \item 手写识别(有趣但不全):Detexify \link{http://detexify.kirelabs.org} + \item 手写识别(有用但不全面):Detexify \link{http://detexify.kirelabs.org} \end{itemize} \item MathType 也可以使用和导出 \LaTeX{} 公式(不推荐) \end{itemize} diff --git a/content/03.thesis.tex b/content/03.thesis.tex index d52ae32..4aad312 100644 --- a/content/03.thesis.tex +++ b/content/03.thesis.tex @@ -10,7 +10,7 @@ \subsection{\ThuThesis 清华大学学位论文模板} \begin{itemize} \item 最早由王磊于 2004年4月发布,2005 年薛瑞尼接手维护,2018年起李泽平为主力开发者,2020年起由TUNA维护 \item 最新正式版:\ThuThesisVersion\ (\ThuThesisDate) - \item 全面支持最新的本科、研究生\footnote{更新到\ThuThesisGuideVersion{}发布的《清华大学研究生学位论文写作指南》,并有若干院系特殊格式要求的支持}、博士后论文/报告格式,获研究生院官方推荐 \link{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365} + \item 全面支持最新的本科、研究生\footnote{更新到\ThuThesisGuideVersion{}发布的《清华大学研究生学位论文写作指南》,并支持若干院系的特殊要求}、博士后论文/报告格式,获研究生院官方推荐 \link{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365} \end{itemize} \begin{figure}[htbp] \centering @@ -88,7 +88,7 @@ \subsection{\ThuThesis 清华大学学位论文模板} 命令作用 & 中文对应选项 & 英文对应选项 \\ \midrule 论文标题 & |title| & |title*| \\ 作者姓名& |author| &|author*|\\ - 申请学位名称 & |degree-name|&|degree-name*|\\ + 申请学位类型 & |degree-category|&|degree-category*|\\ 院系名称 & |department| & |department*|\\ 学科名称 & |discipline| & |discipline*|\\ 导师 & |supervisor| & |supervisor*|\\ diff --git a/definitions.tex b/definitions.tex index d1bc833..264a4a2 100644 --- a/definitions.tex +++ b/definitions.tex @@ -46,9 +46,9 @@ \let\TL=\TeXLive \newcommand{\TLVersion}{2023} \newcommand{\ThuThesis}{\textsc{ThuThesis}\xspace} -\newcommand{\ThuThesisVersion}{7.3.2} -\newcommand{\ThuThesisDate}{2023/04/06} -\newcommand{\ThuThesisGuideVersion}{2023年5月} +\newcommand{\ThuThesisVersion}{7.4.0} +\newcommand{\ThuThesisDate}{2023/05/15} +\newcommand{\ThuThesisGuideVersion}{2023年3月} \newcommand{\ThuThesisRepo}{tuna/thuthesis} \newcommand{\ThuThesisLink}{https://github.com/\ThuThesisRepo}