Skip to content

Commit

Permalink
Update to Nov 2022 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 Nov 14, 2022
1 parent bce024d commit 1963837
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 24 deletions.
2 changes: 1 addition & 1 deletion content/01.introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ \subsection{安装}
\item 通过在线平台编辑、编译
\begin{itemize}
\item Overleaf:\url{https://www.overleaf.com/}
\item 清华大学 Overleaf 服务:\url{https://overleaf.tsinghua.edu.cn/}
\item 清华大学 Overleaf 服务(校园网)\url{https://overleaf.tsinghua.edu.cn/}
\end{itemize}
\item 免去安装、升级等一系列烦恼
\item 可以多人协作
Expand Down
32 changes: 32 additions & 0 deletions content/02.01.basis-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,38 @@
\item 推荐使用在线工具绘制后导出代码:\LaTeX{} Table Generator \link{https://www.tablesgenerator.com/latex_tables}
\end{itemize}
\end{frame}

\begin{frame}[fragile]{引用和参考文献}
\begin{columns}
\begin{column}{0.45\textwidth}
\begin{itemize}
\item \LaTeX{} 中的参考文献由\emph{文献数据库}(即 |.bib| 文件)生成
\item 向数据库添加文献条目的方法:
\begin{itemize}
\item 使用 Mendely、Zotero、NoteExpress 等软件导出为 |.bib| 文件
\item 从 Google Scholar、MathSciNet、ACM DL 等在线数据库导出
\item 手工编写条目(不推荐)
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{0.55\textwidth}
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily]
@article{mellinger1996laser,
author = {Mellinger, A and Vidal, C R and Jungen, {Ch}},
title = {Laser reduced fluorescence study of the carbon monoxide nd triplet Rydberg series},
journal = {J Chem Phys},
year = {1996},
volume = {104},
pages = {8913--8921},
}
\end{lstlisting}
\end{column}
\end{columns}
\begin{itemize}
\item 在正文中使用 |\cite{key1, key2}| 引用条目,并在最后使用 |\bibliography{bibfile}| 命令打印参考文献列表
\item \BibTeX{} 可生成各种不同格式的引用和参考文献(需要宏包支持):APA、MLA、GB/T 7714 等
\end{itemize}
\end{frame}

\begin{frame}[fragile]
\frametitle{宏包推荐(\textbf{先读文档}后使用)}
Expand Down
14 changes: 5 additions & 9 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 全面支持最新的本科、硕士、博士、博士后论文格式(2021年3月最新版《清华大学研究生学位论文写作指南》),获研究生院官方推荐 \link{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365}
\item 全面支持最新的本科、硕士、博士、博士后论文格式(2022年9月最新版《清华大学研究生学位论文写作指南》),获研究生院官方推荐 \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 @@ -122,18 +122,14 @@ \subsection{\ThuThesis 清华大学学位论文模板}

\begin{frame}[fragile]{参考文献}
\begin{itemize}
\item 使用 \BibTeX
\item 使用 \BibTeX\pkg{natbib} 宏包
\begin{itemize}
\item 使用文献管理软件导出 bib 文件
\begin{itemize}
\item Mendeley, NoteExpress
\end{itemize}
\item 使用 bibtex 生成参考文献列表
\item 本科生文献翻译/阅读报告参考文献与正文独立
\item 本科生文献翻译/阅读报告的参考文献与正文独立
\item 推荐使用 |latexmk| 编译以保证参考文献生成正确
\end{itemize}
\item 模板支持两种引用方式:
\begin{itemize}
\item 顺序编码制,其中包含两种模式:
\item 顺序编码制(默认),其中包含两种模式:
\begin{itemize}
\item 上标模式:如“在许多文献\textsuperscript{[12-13]}中……”
\begin{lstlisting}[basicstyle=\ttfamily]
Expand Down
12 changes: 3 additions & 9 deletions content/04.summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ \section{总结}
\item \alert{编译不通过} 缺少必要宏包,命令拼写错误,括号未配对等
\item \alert{表格图片乱跑} 非问题,\LaTeX{} 浮动定位算法 \link{https://liam.page/2017/04/30/floats-in-LaTeX-the-positioning-algorithm/}
\item \alert{段落间距变大} 非问题,\LaTeX{} 排版算法
\item \alert{参考文献} 推荐使用 \BibTeX{} 或者 Bib\LaTeX{}(视模板而定),也可以手写 \cmd{bibitem} \link{https://github.com/hushidong/biblatex-gb7714-2015}
\end{itemize}
\end{frame}

Expand All @@ -26,18 +25,14 @@ \section{总结}
\item 粗略阅读《\LaTeXe{} 插图指南》~(2--3 小时)
\end{itemize}
\item 仔细阅读《\ThuThesis{} 用户手册》~(20 分钟)
\item 从~\ThuThesis{} 示例文档入手
\item 从~\ThuThesis{} 示例文档入手修改
\end{itemize}
\end{frame}

\begin{frame}{扩展阅读}
\begin{itemize}
\item 一份其实很短的 \LaTeX 入门文档 (Liam Huang) \link{https://liam.page/2014/09/08/latex-introduction/}
\item 网站推荐:
\begin{itemize}
\item http://www.latexstudio.net/
\item http://www.chinatex.org/
\end{itemize}
\item \LaTeX{} 工作室:\url{https://www.latexstudio.net/}
\item 知乎 \LaTeX{} 专栏(偏技术)\link{http://zhuanlan.zhihu.com/LaTeX}
% \item \LaTeX{}杂谈(刘海洋)
\item\LaTeX{}入门》(刘海洋)
Expand Down Expand Up @@ -120,8 +115,7 @@ \section{总结}
\item BBS
\begin{itemize}
\item 水木社区 TeX 版 (不活跃)\link{http://www.newsmth.net/nForum/board/TeX}
\item \sout{\CTeX 社区} (已关闭) \link{http://bbs.ctex.org/}
\item 转移到 GitHub 的 \CTeX 社区 \link{https://github.com/CTeX-org/forum}
\item GitHub 上的 \CTeX 社区 \link{https://github.com/CTeX-org/forum}
\end{itemize}
\item UK FAQ \link{http://www.tex.ac.uk/cgi-bin/texfaq2html}
\item \TeX{} StackExchange \link{https://tex.stackexchange.com/}
Expand Down
4 changes: 2 additions & 2 deletions definitions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
\let\TL=\TeXLive
\newcommand{\TLVersion}{2022}
\newcommand{\ThuThesis}{\textsc{ThuThesis}\xspace}
\newcommand{\ThuThesisVersion}{7.2.4}
\newcommand{\ThuThesisDate}{2022/03/19}
\newcommand{\ThuThesisVersion}{7.3.1}
\newcommand{\ThuThesisDate}{2022/10/05}
\newcommand{\ThuThesisRepo}{tuna/thuthesis}
\newcommand{\ThuThesisLink}{https://github.com/\ThuThesisRepo}

Expand Down
6 changes: 3 additions & 3 deletions latex-talk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
\begin{frame}
\begin{center}
{\Huge\calligra Thank you!} \\[0.5em]
烦请填写调查问卷(雨课堂同学请查看公告\\
\url{\surveylink} \\[1em]
\qrcode[hyperlink, height=3.5cm]{\surveylink}
烦请填写调查问卷(请稍后查看雨课堂公告\\
% \url{\surveylink} \\[1em]
% \qrcode[hyperlink, height=3.5cm]{\surveylink}
\end{center}
\end{frame}

Expand Down

0 comments on commit 1963837

Please sign in to comment.