List of Symbols

45 views
Skip to first unread message

ktf...@eng.ucsd.edu

unread,
May 4, 2019, 8:35:27 PM5/4/19
to ucsd-thesis
Does anyone have a version of the LaTeX template that includes a List of Symbols in the front matter, or have a code snippet that will create the page? I tried looking at ucsd.cls to see how the List of Figures and List of Tables are defined to give me an example, but alas, I'm still too much of a LaTeX newbie to work it out.

jgar...@ucsd.edu

unread,
Oct 5, 2019, 3:05:25 PM10/5/19
to ucsd-thesis
This solution likely comes to late for you, but in case someone else has the same question:

Inspired from a solution somewhere else in this group, I simply added the following code in frontmatter.tex, under \tableofcontents

\clearpage
\phantomsection
\addcontentsline{toc}{frontmatter}{List of Abbreviations}  % This adds the section to the TOC
\centerline{\expandafter\uppercase\expandafter{List of Abbreviations}}% This uses the same title format as other pages
\bigskip% Same spacing as other pages
\noindent WYWTA: what you want to add \\  % In general, \noindent removes default paragraph indent (also useful after equations)
\noindent AE: another entry
Reply all
Reply to author
Forward
0 new messages