add list of symbols -- latex
Posted code-saturne
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了add list of symbols -- latex相关的知识,希望对你有一定的参考价值。
* add list of symbols -- latex
include a *toc.tex* file in the *main.tex*
in *main.tex*
#+BEGIN_SRC latex
\tableofcontents
\listoffigures
\listoftables % tables
\includetoc % symbols
#+END_SRC
toc.tex
#+BEGIN_SRC latex
\chapter*List of Symbols
\pagenumberingroman
\setcounterpage17 % this number = last page number of tables + 1
\addcontentslinetocchapterList of symbols
\section*Roman symbols
\begintabularll
\endtabular
#+END_SRC
以上是关于add list of symbols -- latex的主要内容,如果未能解决你的问题,请参考以下文章
spark启动失败:localhost failed to add the host to the list of known hosts
spark启动失败:localhost failed to add the host to the list of known hosts
Jest & Hooks : TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
汇编语言出现redefinition of symbol 怎么解决?