Tagged Questions
0
votes
0answers
115 views
Problem in LyX with Nomenclature
I'm writing in LyX, and I used nomenclature for some abbreviations. But LyX gives this problem:
! LaTeX Error: \begin{document} ended by \end{thenomenclature}.
And this problem:
! LaTeX Error: ...
5
votes
1answer
250 views
How to enlarge title font size of nomenclature
I use these codes (in preamble):
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\LARGE\bfseries}
That used for customize the font size of "Table of Content" to be LARGE (about 18pt). So that ...
7
votes
1answer
310 views
How to leave nomenclature list out of table of contents
In my thesis, I have a table of contents, list of figures, list of tables and a list of symbols and nomenclature generated with nomencl (in that order).
The lists of figures and tables do not appear ...