The default output gives the table number, description and page
number:
"1.1 Blah blah blah ........................8"
and it should (apparently) read:
"Table 1.1 Blah blah blah ......................8"
Where do I go digging to customize the list of table and list of
figures format? Or is there something I can put in the preamble to do
this for me?
I've added the tocloft package and the following command:
\renewcommand{\cfttabpresnum}{Table }
and now I need to fiddle with the spacing in the list of tables so
that the text and section number don't run into the table caption.
However a new problem has appeared: the PDF output no longer has Table
of Content hyperlinks for the Table of Contents, the List of Tables,
and the List of Figures. Any suggestions are welcome.
Let me edit my post after a few hours of searchig...
I've added the tocloft package and the following command:
\renewcommand{\cfttabpresnum}{Table }
and now I need to fiddle with the spacing in the list of tables so
that the text and section number don't run into the table caption.
However a new problem has appeared: the PDF output no longer has Table
of Content hyperlinks for the Table of Contents, the List of Tables,
and the List of Figures. Any suggestions are welcome.
\usepackage[titles]{tocloft}
\renewcommand{\cfttabpresnum}{Table }
\renewcommand{\cftfigpresnum}{Figure }
\setlength{\cfttabnumwidth}{60pt}
\setlength{\cftfignumwidth}{60pt}
Hope this thread helps anyone with a similar problem...Good news is
that the thesis is in!
On Apr 14, 5:38 am, Peter Flynn <anglebrac...@gmail.com> wrote: