Skip to content

Commit

Permalink
Finalize April 2023 version
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Apr 19, 2023
1 parent 32d0e39 commit ea5ed71
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
1 change: 1 addition & 0 deletions content/02.01.basis-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
\begin{itemize}
\item 使用 \pkg{booktabs}、\pkg{longtables}、\pkg{multirow} 等宏包
\item 手动绘制表格确实比较令人头疼,且较难维护
\item 有编程基础可以使用 Python、R 等语言生成表格代码
\item 推荐使用在线工具绘制后导出代码:\LaTeX{} Table Generator \link{https://www.tablesgenerator.com/latex_tables}
\end{itemize}
\end{frame}
Expand Down
5 changes: 3 additions & 2 deletions content/03.thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ \subsection{\ThuThesis 清华大学学位论文模板}
\begin{itemize}
\item 下载最新正式版(推荐)
\begin{itemize}
\item CTAN 官方 \link{http://mirrors.ctan.org/macros/latex/contrib/thuthesis.zip}
\item CTAN 官方 \link{http://mirrors.ctan.org/macros/latex/contrib/thuthesis.zip}(发行版可使用自带更新机制)
\item GitHub Releases \link{\ThuThesisLink/releases} 或 TUNA 镜像 \link{https://mirrors.tuna.tsinghua.edu.cn/github-release/\ThuThesisRepo/}
\end{itemize}
\item 下载最新开发版(高级 / 想尝鲜 / 着急的用户)
Expand Down Expand Up @@ -188,7 +188,8 @@ \subsection{\ThuThesis 清华大学学位论文模板}
\end{itemize}
\item 主动提问
\begin{itemize}
\item GitHub Issues 提问 \link{\ThuThesisLink/issues}
\item GitHub Discussions 提问 \link{\ThuThesisLink/discussions}
\item GitHub Issues 提交 bug \link{\ThuThesisLink/issues}
% \item \TeX @newsmth 查找或发文
% \item \ThuThesis{} Google Group 发问 \link{http://groups.google.com/group/thuthesis}
\end{itemize}
Expand Down
7 changes: 5 additions & 2 deletions content/04.summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

\section{总结}

\printcurrenttoc

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

\begin{frame}{系统学习}
\begin{itemize}
\item 包太雷 《\LaTeX{} Notes(第二版)》~(3小时)(lnotes2) \link{http://dralpha.altervista.org/zh/tech/lnotes2.pdf}
\item 包太雷 《\LaTeX{} Notes(第二版)》~(3小时)(lnotes2) \link{https://github.com/huangxg/lnotes}
\item Stefan Kottwitz 《LaTeX Cookbook》
\item WikiBooks:英文 \link{https://en.wikibooks.org/wiki/LaTeX}、中文 \link{https://zh.wikibooks.org/wiki/LaTeX}
\item 在线教程:Overleaf 帮助文档 \link{https://www.overleaf.com/learn}
Expand Down Expand Up @@ -70,7 +72,7 @@ \section{总结}
\begin{itemize}
\item 简单鉴别方法: 排版的好看程度
\end{itemize}
\item 实验室祖传的 \CTeX{} 套装一定是过时的\ThuThesis{} 八成是老版本的
\item 实验室祖传的 \CTeX{} 套装多半是过时的\ThuThesis{} 八成是老版本的
\item 如果你要处理中文:
\begin{itemize}
\item 使用 \XeLaTeX{},使用 \XeLaTeX{},使用 \XeLaTeX{}
Expand Down Expand Up @@ -123,6 +125,7 @@ \section{总结}
\begin{itemize}
\item 使用\textbf{英语}搜索
\end{itemize}
\item ChatGPT......?
\end{itemize}
\end{column}
\begin{column}{.45\textwidth}
Expand Down
6 changes: 6 additions & 0 deletions definitions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@
\newcommand{\thudownloadlink}{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf}
\newcommand{\githubrepo}{tuna/thulib-latex-talk}
\newcommand{\githublink}{https://github.com/\githubrepo}

\newcommand{\printcurrenttoc}{
\begin{frame}<beamer>{目录}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
11 changes: 3 additions & 8 deletions latex-talk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@

% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
{
\begin{frame}<beamer>{目录}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
\AtBeginSubsection[]{\printcurrenttoc}

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

\begin{frame}
\begin{center}
{\Huge\calligra Thank you!} \\[0.5em]
烦请填写调查问卷(请稍后查看雨课堂公告)\\
{\Huge\calligra Thank you!} %\\[0.5em]
% 烦请填写调查问卷(请稍后查看雨课堂公告)\\
% \url{\surveylink} \\[1em]
% \qrcode[hyperlink, height=3.5cm]{\surveylink}
\end{center}
Expand Down

0 comments on commit ea5ed71

Please sign in to comment.