Skip to content

Commit ea5ed71

Browse files
committed
Finalize April 2023 version
Signed-off-by: Harry Chen <i@harrychen.xyz>
1 parent 32d0e39 commit ea5ed71

5 files changed

Lines changed: 18 additions & 12 deletions

File tree

content/02.01.basis-2.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
\begin{itemize}
187187
\item 使用 \pkg{booktabs}、\pkg{longtables}、\pkg{multirow} 等宏包
188188
\item 手动绘制表格确实比较令人头疼,且较难维护
189+
\item 有编程基础可以使用 Python、R 等语言生成表格代码
189190
\item 推荐使用在线工具绘制后导出代码:\LaTeX{} Table Generator \link{https://www.tablesgenerator.com/latex_tables}
190191
\end{itemize}
191192
\end{frame}

content/03.thesis.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ \subsection{\ThuThesis 清华大学学位论文模板}
2727
\begin{itemize}
2828
\item 下载最新正式版(推荐)
2929
\begin{itemize}
30-
\item CTAN 官方 \link{http://mirrors.ctan.org/macros/latex/contrib/thuthesis.zip}
30+
\item CTAN 官方 \link{http://mirrors.ctan.org/macros/latex/contrib/thuthesis.zip}(发行版可使用自带更新机制)
3131
\item GitHub Releases \link{\ThuThesisLink/releases} 或 TUNA 镜像 \link{https://mirrors.tuna.tsinghua.edu.cn/github-release/\ThuThesisRepo/}
3232
\end{itemize}
3333
\item 下载最新开发版(高级 / 想尝鲜 / 着急的用户)
@@ -188,7 +188,8 @@ \subsection{\ThuThesis 清华大学学位论文模板}
188188
\end{itemize}
189189
\item 主动提问
190190
\begin{itemize}
191-
\item GitHub Issues 提问 \link{\ThuThesisLink/issues}
191+
\item GitHub Discussions 提问 \link{\ThuThesisLink/discussions}
192+
\item GitHub Issues 提交 bug \link{\ThuThesisLink/issues}
192193
% \item \TeX @newsmth 查找或发文
193194
% \item \ThuThesis{} Google Group 发问 \link{http://groups.google.com/group/thuthesis}
194195
\end{itemize}

content/04.summary.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
\section{总结}
66

7+
\printcurrenttoc
8+
79
\begin{frame}{常见 \LaTeX{} 困惑}
810
\begin{itemize}
911
\item \alert{编译不通过} 缺少必要宏包,命令拼写错误,括号未配对等
@@ -14,7 +16,7 @@ \section{总结}
1416

1517
\begin{frame}{系统学习}
1618
\begin{itemize}
17-
\item 包太雷 《\LaTeX{} Notes(第二版)》~(3小时)(lnotes2) \link{http://dralpha.altervista.org/zh/tech/lnotes2.pdf}
19+
\item 包太雷 《\LaTeX{} Notes(第二版)》~(3小时)(lnotes2) \link{https://github.com/huangxg/lnotes}
1820
\item Stefan Kottwitz 《LaTeX Cookbook》
1921
\item WikiBooks:英文 \link{https://en.wikibooks.org/wiki/LaTeX}、中文 \link{https://zh.wikibooks.org/wiki/LaTeX}
2022
\item 在线教程:Overleaf 帮助文档 \link{https://www.overleaf.com/learn}
@@ -70,7 +72,7 @@ \section{总结}
7072
\begin{itemize}
7173
\item 简单鉴别方法: 排版的好看程度
7274
\end{itemize}
73-
\item 实验室祖传的 \CTeX{} 套装一定是过时的\ThuThesis{} 八成是老版本的
75+
\item 实验室祖传的 \CTeX{} 套装多半是过时的\ThuThesis{} 八成是老版本的
7476
\item 如果你要处理中文:
7577
\begin{itemize}
7678
\item 使用 \XeLaTeX{},使用 \XeLaTeX{},使用 \XeLaTeX{}
@@ -123,6 +125,7 @@ \section{总结}
123125
\begin{itemize}
124126
\item 使用\textbf{英语}搜索
125127
\end{itemize}
128+
\item ChatGPT......?
126129
\end{itemize}
127130
\end{column}
128131
\begin{column}{.45\textwidth}

definitions.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@
5656
\newcommand{\thudownloadlink}{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf}
5757
\newcommand{\githubrepo}{tuna/thulib-latex-talk}
5858
\newcommand{\githublink}{https://github.com/\githubrepo}
59+
60+
\newcommand{\printcurrenttoc}{
61+
\begin{frame}<beamer>{目录}
62+
\tableofcontents[currentsection,currentsubsection]
63+
\end{frame}
64+
}

latex-talk.tex

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,7 @@
121121

122122
% Delete this, if you do not want the table of contents to pop up at
123123
% the beginning of each subsection:
124-
\AtBeginSubsection[]
125-
{
126-
\begin{frame}<beamer>{目录}
127-
\tableofcontents[currentsection,currentsubsection]
128-
\end{frame}
129-
}
124+
\AtBeginSubsection[]{\printcurrenttoc}
130125

131126
\hypersetup{
132127
pdfsubject = {清华大学图书馆培训讲座},
@@ -190,8 +185,8 @@
190185

191186
\begin{frame}
192187
\begin{center}
193-
{\Huge\calligra Thank you!} \\[0.5em]
194-
烦请填写调查问卷(请稍后查看雨课堂公告)\\
188+
{\Huge\calligra Thank you!} %\\[0.5em]
189+
% 烦请填写调查问卷(请稍后查看雨课堂公告)\\
195190
% \url{\surveylink} \\[1em]
196191
% \qrcode[hyperlink, height=3.5cm]{\surveylink}
197192
\end{center}

0 commit comments

Comments
 (0)