码迷,mamicode.com
首页 > 其他好文 > 详细

add list of symbols -- latex

时间:2019-06-07 13:16:40      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:clu   res   chap   last   page   enum   file   lis   bsp   

* add list of symbols -- latex
include a *toc.tex* file in the *main.tex*

in *main.tex*
#+BEGIN_SRC latex
\tableofcontents
\listoffigures
\listoftables   % tables
\include{toc}   % symbols
#+END_SRC

toc.tex
#+BEGIN_SRC latex
 \chapter*{List of Symbols}
\pagenumbering{roman}
\setcounter{page}{17}  % this number = last page number of tables + 1
\addcontentsline{toc}{chapter}{List of symbols}
\section*{Roman symbols}
\begin{tabular}{ll}
\end{tabular}
#+END_SRC

add list of symbols -- latex

标签:clu   res   chap   last   page   enum   file   lis   bsp   

原文地址:https://www.cnblogs.com/code-saturne/p/10987811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!