add list of symbols in latex

青旅半醒 2021-12-24 15:49 263阅读 0赞

* add list of symbols — latex

  1. createa new tex file named “toc.tex’ with the following contents

  2. include ‘toc.tex’ in the ‘main.tex’ file

    \chapter{List of Symbols}
    \pagenumbering{roman}
    \setcounter{page}{17} % add user defined page number
    \addcontentsline{toc}{chapter}{List of symbols}
    \section
    {Roman symbols}
    \begin{tabular}{ll}
    \end{tabular}

转载于:https://www.cnblogs.com/code-saturne/p/10960178.html

发表评论

表情:
评论列表 (有 0 条评论,263人围观)

还没有评论,来说两句吧...

相关阅读