add list of symbols in latex
* add list of symbols — latex
createa new tex file named “toc.tex’ with the following contents
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}
转载于//www.cnblogs.com/code-saturne/p/10960178.html
还没有评论,来说两句吧...