Search found 5 matches
- Wed Apr 21, 2010 11:17 pm
- Forum: General
- Topic: Formatting listoffigures
- Replies: 7
- Views: 21987
Re: Formatting listoffigures
Huh, that's magic to me but it worked perfectly. Thanks!
- Wed Apr 21, 2010 10:47 pm
- Forum: General
- Topic: Formatting listoffigures
- Replies: 7
- Views: 21987
Formatting listoffigures
Relavent portion of code:
% List of figures and tables
\clearpage
\renewcommand{\listfigurename}{\begin{center} \normalsize \textbf{LIST OF FIGURES} \end{center}}
\renewcommand{\cftfignumwidth}{6em}
\renewcommand{\cftfigpresnum}{Figure }
\renewcommand{\cftbeforefigskip}{0em}
\renewcommand ...
% List of figures and tables
\clearpage
\renewcommand{\listfigurename}{\begin{center} \normalsize \textbf{LIST OF FIGURES} \end{center}}
\renewcommand{\cftfignumwidth}{6em}
\renewcommand{\cftfigpresnum}{Figure }
\renewcommand{\cftbeforefigskip}{0em}
\renewcommand ...
- Wed Apr 21, 2010 10:39 pm
- Forum: General
- Topic: Formatting listoffigures
- Replies: 7
- Views: 21987
Re: Formatting listoffigures
report
- Wed Apr 21, 2010 10:27 pm
- Forum: General
- Topic: Formatting listoffigures
- Replies: 7
- Views: 21987
Formatting listoffigures
Thanks, the tocloft packages seems to be what I needed, or at least partially. I was able to add the 'figure' prefix to all of my entries as required, but I still can't get rid of the spacing between paragraphs.
To add 'figure' before number in list of figures:
\renewcommand{\cftfignumwidth}{6em ...
To add 'figure' before number in list of figures:
\renewcommand{\cftfignumwidth}{6em ...
- Wed Apr 21, 2010 8:48 pm
- Forum: General
- Topic: Formatting listoffigures
- Replies: 7
- Views: 21987
Formatting listoffigures
For a list of figures (\listoffigures), how can I remove the space that get's automatically added between chapters? Also, how can I modify the entries in the \listoffigures to display something like 'Fig x.y' instead of just the figure number 'x.y'?