Hello,
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.
Text Formatting ⇒ Prepending Figure/Table to LoF/LoT
NEW: TikZ book now 40% off at Amazon.com for a short time.

Prepending Figure/Table to LoF/LoT
Hi,
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.
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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Prepending Figure/Table to LoF/LoT
Sadly, the template is no longer being maintained. The University hasn't posted an official one, because they decided that not enough students attempted to use LaTeX. Chicken/Egg Scenario?
It's available at http://ivan.research.ucf.edu/UCF_thesis ... hesis.html
It's available at http://ivan.research.ucf.edu/UCF_thesis ... hesis.html
Prepending Figure/Table to LoF/LoT
Managed to figure out my problem using titletoc. It's a little hacky, as I've used inflexible widths to accommodate the word 'Figure', but maybe someone with the same problem will find this useful.
Code: Select all
Code, edit and compile here:
\usepackage{titletoc}\titlecontents{figure} [3.8em]{}{Figure \hspace{3em} \contentslabel{2.2em}}{\hspace*{-3.2em}}{\titlerule*[1pc]{.}\contentspage}