Skip to content

Commit

Permalink
Update content for Nov 2023 talk, update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Nov 8, 2023
1 parent ea5ed71 commit 7c4bfc4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/01.introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion content/02.01.basis-1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions content/03.thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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*|\\
Expand Down
6 changes: 3 additions & 3 deletions definitions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 7c4bfc4

Please sign in to comment.