Skip to content

Commit

Permalink
Update after talk
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 9, 2020
1 parent 57e636b commit e7f8768
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 53 deletions.
19 changes: 13 additions & 6 deletions basis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ \subsection{\LaTeX{} 排版入门}
\begin{column}{0.45\textwidth}
\begin{lstlisting}[basicstyle=\ttfamily]
\begin{align*}
\symbf{\beta} &= \beta I \\
\symbf{a} &= a I
\symbf{\beta} &= \beta \symbf{I} \\
\symbf{a} &= a \symbf{I}
\end{align*}
\end{lstlisting}
\end{column}\hspace{1em}
Expand Down Expand Up @@ -338,7 +338,7 @@ \subsubsection{支持向量机的诞生}
\end{frame}


\begin{frame}[fragile]{交叉引用}
\begin{frame}[fragile]{交叉引用与插入插图}
\begin{itemize}
\item 给对象命名:图片、表格、公式等\\
|\label{name}|
Expand Down Expand Up @@ -366,7 +366,7 @@ \subsubsection{支持向量机的诞生}
\end{minipage}
\end{frame}

\begin{frame}[fragile]{交叉引用}
\begin{frame}[fragile]{交叉引用与插入表格}
\begin{columns}
\column{.6\textwidth}
\begin{lstlisting}
Expand Down Expand Up @@ -448,6 +448,14 @@ \subsubsection{支持向量机的诞生}
\end{itemize}
\end{frame}

\begin{frame}[fragile]{表格绘制}
\begin{itemize}
\item 使用 \pkg{booktabs}、\pkg{longtables}、\pkg{multirow} 等宏包
\item 手动绘制表格确实比较令人头疼,且较难维护
\item 推荐使用在线工具绘制后导出代码:\LaTeX{} Table Generator \link{https://www.tablesgenerator.com/latex_tables}
\end{itemize}
\end{frame}

\begin{frame}[fragile]
\frametitle{宏包推荐(\textbf{先读文档}后使用)}
\setlength{\leftmarginii}{1.5em}
Expand Down Expand Up @@ -516,7 +524,6 @@ \subsubsection{支持向量机的诞生}
\item \pkg{algorithm2e}
\item \pkg{beamer}
\item \pkg{biblatex}
\item \pkg{fancyhdr}
\item \pkg{listings}
\item \pkg{mhchem}
\item \pkg{microtype}
Expand Down Expand Up @@ -585,7 +592,7 @@ \subsection{论文模板使用}
\item 编辑 |bare_jrnl.tex| 文件 (英文模板:不支持中文)
\item 编译
\begin{itemize}
\item 英文文献:XeLaTeX、PDFLaTeX 编译均可
\item 英文文献:\XeLaTeX{}、\pdfLaTeX{} 编译均可
\end{itemize}
\end{itemize}
\end{exampleblock}
Expand Down
8 changes: 4 additions & 4 deletions introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,14 @@ \subsection{安装}
\item \TeX{}编辑器
\begin{itemize}
\item 专用编辑器:TeXworks、\alert{TeXStudio}、TeXmaker、WinEdt 等
\item 通用编辑器(LaTeX 插件):Vim、Emacs、VS Code、Sublime、Atom 等
\item 通用编辑器(安装 \LaTeX{} 插件):Vim、Emacs、\alert{VS Code}、Sublime、Atom 等
\end{itemize}
\end{itemize}
\begin{exampleblock}{TeXStudio 配置}
\begin{itemize}
\item Options -> Configure TeXstudio
\begin{itemize}
\item Build:Default Compiler 选择 XeLaTeX
\item Build:Default Compiler 选择 \XeLaTeX{}
\item 搜索框输入 Line Number -> Adv. Editor -> 打开行号
\end{itemize}
\end{itemize}
Expand Down Expand Up @@ -371,14 +371,14 @@ \subsection{安装}
% \vspace*{-3mm}
\begin{itemize}
\item 发行版没有预装
\item 宏包需要更新(尤其是 TeX Live 升级间隔的尴尬时期)
\item 宏包需要更新(尤其是 \TL 升级间隔的尴尬时期)
\end{itemize}
\end{exampleblock}
% \vspace*{-3mm}
\begin{exampleblock}{\TL}
% \vspace*{-3mm}
\begin{itemize}
\item (Windows)开始菜单里找 Tex Live Manager
\item (Windows)开始菜单里找 TeX Live Manager
\item 设置仓库地址 |tlmgr option repository| {\footnotesize\ttfamily
https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet}
\item |tlmgr install <pkgname>| 安装、 |tlmgr update --self --all| 全部更新
Expand Down
63 changes: 34 additions & 29 deletions latex-talk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
\usepackage{tipa}
\usepackage{xpinyin}
\usepackage{multicol}
\usepackage{datetime2}
\usepackage[normalem]{ulem}
\usepackage{stackengine}
\usepackage{fontawesome}

\hypersetup{
Expand Down Expand Up @@ -137,16 +137,11 @@
}
\lstMakeShortInline[style=style@inline]|

\title
{如何使用 \LaTeX 排版论文}
\title{如何使用 \LaTeX 排版论文}

\author[陈晟祺] % (optional, use only with lots of authors)
{陈晟祺\\ \texttt{[email protected]}}
\author[陈晟祺]{陈晟祺\\ \texttt{[email protected]}}

\institute{清华大学 TUNA 协会}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.

\date[图书馆专题培训讲座]{2020 年 4 月}

\subject{LaTeX, paper, ThuThesis}
Expand Down Expand Up @@ -178,6 +173,37 @@
\titlepage
\end{frame}


\begin{frame}{关于}
\begin{columns}[c]
\begin{column}{.7\textwidth}
\begin{itemize}
\item 最后更新:\texttt{\DTMnow}
\item 本幻灯片源码:
\begin{itemize}
\item \url{https://github.com/tuna/thulib-latex-talk}
\end{itemize}
\item 本幻灯片参考:
\begin{itemize}
\item \url{http://github.com/alick/fad-texlive-talk}
\item \url{https://github.com/stone-zeng/latex-talk}
\item \ThuThesis{} 使用示例文档 v6.0.2
\end{itemize}
\item 本幻灯片下载(实时更新):
\begin{itemize}
\item GitHub Releases \link{https://github.com/tuna/thulib-latex-talk/releases}
\item 校内镜像 \link{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf}
\end{itemize}
\item 许可证:CC BY-SA 4.0 Unported \ccbysa
\end{itemize}
\end{column}
\begin{column}{.3\textwidth}
\qrcode[hyperlink, height=4cm]{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf}
\end{column}
\end{columns}
\end{frame}


\begin{frame}{目录}
\tableofcontents
% You might wish to add the option [pausesections]
Expand All @@ -189,27 +215,6 @@
\include{thuthesis}
\include{summary}

\section*{附录}


\begin{frame}
\begin{itemize}
\item 本幻灯片源码:
\begin{itemize}
\item \url{https://github.com/tuna/thulib-latex-talk}
\end{itemize}
\item 本幻灯片参考:
\begin{itemize}
\item \url{http://github.com/alick/fad-texlive-talk}
\item \url{https://github.com/stone-zeng/latex-talk}
\item \ThuThesis{} 使用示例文档 v6.0.2
\end{itemize}
\item 许可证:CC BY-SA 4.0 Unported \ccbysa
\item 此幻灯片下载(实时更新) \link{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf} \hspace{1em}
\qrcode[hyperlink, height=2cm]{https://stu.cs.tsinghua.edu.cn/\~harry/latex-talk.pdf}
\end{itemize}
\end{frame}

\begin{frame}
\begin{center}
{\Huge\calligra Thank you!}
Expand Down
28 changes: 14 additions & 14 deletions summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ \section{总结}
\item 包太雷 《\LaTeX{} Notes(第二版)》~(3小时)(lnotes2) \link{http://dralpha.altervista.org/zh/tech/lnotes2.pdf}
\item Stefan Kottwitz 《LaTeX Cookbook》
\item WikiBooks:英文 \link{https://en.wikibooks.org/wiki/LaTeX}、中文 \link{https://zh.wikibooks.org/wiki/LaTeX}
\item 在线教程:ShareLaTeX、OverLeaf 都有帮助
\item 经典文档
\item 在线教程:OverLeaf 帮助文档 \link{https://www.overleaf.com/learn}
\item 经典文档(亦可能比较过时)
\begin{itemize}
\item 仔细阅读《一份不太简短的~\LaTeXe{} 介绍》(lshort-zh-cn)~(1--2 天)
\link{https://mirrors.tuna.tsinghua.edu.cn/CTAN/info/lshort/chinese/lshort-zh-cn.pdf}
Expand All @@ -32,15 +32,14 @@ \section{总结}

\begin{frame}{扩展阅读}
\begin{itemize}
\item 一份其实很短的 \LaTeX 入门文档 (Liam Huang) \link{https://liam.page/2014/09/08/latex-introduction/}
\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{http://zhuanlan.zhihu.com/LaTeX}
\item \ThuThesis{}使用示例文档(模板自带)
\item \LaTeX{}杂谈(刘海洋)
\item 知乎 \LaTeX{} 专栏(偏技术)\link{http://zhuanlan.zhihu.com/LaTeX}
% \item \LaTeX{}杂谈(刘海洋)
\item\LaTeX{}入门》(刘海洋)
\item 现代 LaTeX 入门讲座(曾祥东)\link{https://github.com/stone-zeng/latex-talk/releases/tag/2019-04-18}
\item “黑科技”:在 \LaTeX{} 中书写 Markdown 进行排版 \link{https://liam.page/2020/03/30/writing-manuscript-in-Markdown-and-typesetting-with-LaTeX/}
Expand Down Expand Up @@ -76,12 +75,12 @@ \section{总结}
\begin{itemize}
\item 简单鉴别方法: 排版的好看程度
\end{itemize}
\item 湿兄用U盘拷给你的的 C\TeX 套装一定是过时的,ThuThesis 八成是老版本的
\item 湿兄用U盘拷给你的的 \CTeX{} 套装一定是过时的,\ThuThesis{} 八成是老版本的
\item 如果你要处理中文
\begin{itemize}
\item 使用 XeLaTeX, 使用 XeLaTeX, 使用 XeLaTeX
\item 忘记 CJK, 忘记 CJK, 忘记 CJK
\item 使用 \pkg{ctex} 宏包(2.0以上版本)(跟 C\TeX 套装仅仅是名字像)
\item 使用 \XeLaTeX{}, 使用 \XeLaTeX{}, 使用 \XeLaTeX{}
\item 忘记 \pkg{CJK}, 忘记 \pkg{CJK}, 忘记 \pkg{CJK}
\item 使用 \pkg{ctex} 宏包(2.0以上版本)(跟 \CTeX{} 套装仅仅是名字像)
\end{itemize}
\item 写一点,编译一次,减小排错搜索空间
\end{itemize}
Expand Down Expand Up @@ -125,7 +124,7 @@ \section{总结}
\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/}
\item \TeX{} StackExchange \link{https://tex.stackexchange.com/}
\item Google, Bing, etc.
\begin{itemize}
\item 使用\textbf{英语}搜索
Expand All @@ -140,9 +139,10 @@ \section{总结}

\begin{frame}{你也可以帮助}
\begin{itemize}
\item 错误反馈、改进建议:GitHub Issues
\item 出力维护:LaTeX 宏包编写、Git
\item 科普、答疑 \hspace{2em}\sout{来当主讲人}
\item 错误反馈、改进建议:GitHub Issues \link{https://github.com/tuna/thulib-latex-talk/issues}
\item 出力维护:\LaTeX{} 宏包、模板编写,bug 修复
\item 科普、答疑
\item \sout{来当主讲人}
\end{itemize}
\end{frame}

Expand Down

0 comments on commit e7f8768

Please sign in to comment.