美文网首页
LaTeX Tricks (Updating)

LaTeX Tricks (Updating)

作者: SilentSummer | 来源:发表于2017-12-24 02:50 被阅读16次

Memo for LaTeX Tricks.

1. Manual Spacing Adjustment

vspace{-1em}

2. Embedding Videos in LaTeX Beamer

3. Outline For Each Section

\AtBeginSection[]  
{  
 \addtocounter{framenumber}{-1}  %目录页不计算页码
 \begin{frame}<beamer>  
 \frametitle{Outline}
   \tableofcontents[currentsection]  
 \end{frame}  
}  

相关文章

网友评论

      本文标题:LaTeX Tricks (Updating)

      本文链接:https://www.haomeiwen.com/subject/euycgxtx.html