Text Formatting ⇒ Prepending Figure/Table to LoF/LoT
Prepending Figure/Table to LoF/LoT
Is there a relatively newbie-friendly way of prepending a word such as "Figure" or "Table" to the label provided in LoF or LoT? Caveat: I can't use tocloft, as it dorks up the university template I'm using.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Prepending Figure/Table to LoF/LoT
What about asking the author/maintainer of the template?onidavin wrote:...Is there a relatively newbie-friendly way of prepending a word such as "Figure" or "Table" to the label provided in LoF or LoT? Caveat: I can't use tocloft, as it dorks up the university template I'm using.
If that's not possible, then you could post here (as an attachment) the customized .cls file and perhaps someone will look through it and suggest you a possible solution.
Prepending Figure/Table to LoF/LoT
It's available at http://ivan.research.ucf.edu/UCF_thesis ... hesis.html
Prepending Figure/Table to LoF/LoT
Code: Select all
\usepackage{titletoc}
\titlecontents{figure} [3.8em]
{}
{Figure \hspace{3em} \contentslabel{2.2em}}
{\hspace*{-3.2em}}
{\titlerule*[1pc]{.}\contentspage}