Search found 6 matches
- Fri Oct 01, 2010 10:49 am
- Forum: Page Layout
- Topic: tocloft has no effect on LoF and LoT
- Replies: 7
- Views: 4232
Re: tocloft has no effect on LoF and LoT
Works like a charm, thanks a lot!
- Thu Sep 30, 2010 9:10 pm
- Forum: Page Layout
- Topic: tocloft has no effect on LoF and LoT
- Replies: 7
- Views: 4232
tocloft has no effect on LoF and LoT
The lines remove the indent of the figure/table entries in LoF/LoT, i.e. move the lines further to the left. See page 4 in the tocloft documentation here: http://www.ctan.org/tex-archive/macros/ ... ocloft.pdf. This is part of the tocloft package.
- Thu Sep 30, 2010 8:48 pm
- Forum: Page Layout
- Topic: tocloft has no effect on LoF and LoT
- Replies: 7
- Views: 4232
tocloft has no effect on LoF and LoT
Sorry, I attached an mwe that can be run on its own with the attached figure.
These are the lines that seem to be causing problems:
\makeatletter \renewcommand{\l@figure}{\@dottedtocline{0}{0em}{2.3em}}
\renewcommand{\l@table}{\@dottedtocline{0}{0em}{2.3em}}
\makeatother
When I remove the above ...
These are the lines that seem to be causing problems:
\makeatletter \renewcommand{\l@figure}{\@dottedtocline{0}{0em}{2.3em}}
\renewcommand{\l@table}{\@dottedtocline{0}{0em}{2.3em}}
\makeatother
When I remove the above ...
- Thu Sep 30, 2010 12:02 pm
- Forum: Page Layout
- Topic: tocloft has no effect on LoF and LoT
- Replies: 7
- Views: 4232
tocloft has no effect on LoF and LoT
Hi,
I have searched this forum, googled, plus read the tocloft documentation but could not find a solution nor find anybody else having the same problems as I have. I am using the tocloft package which works brilliantly for my ToC but most commands seems to have no effect on my LoF and LoT.
I have ...
I have searched this forum, googled, plus read the tocloft documentation but could not find a solution nor find anybody else having the same problems as I have. I am using the tocloft package which works brilliantly for my ToC but most commands seems to have no effect on my LoF and LoT.
I have ...
- Fri Jun 04, 2010 8:38 pm
- Forum: Page Layout
- Topic: fancyhdr | Customized Header for ToC Pages
- Replies: 6
- Views: 20446
fancyhdr | Customized Header for ToC Pages
Awsome!! Thank you!
I just found out that this also works (after fighting LaTeX all day):
\tableofcontents{\fancyhead[LE]{\slshape\contentsname}}
\listoffigures{\fancyhead[LE]{\slshape\listfigurename}}
\listoftables{\fancyhead[LE]{\slshape\listtablename}}
And then including the fancyhead code for ...
I just found out that this also works (after fighting LaTeX all day):
\tableofcontents{\fancyhead[LE]{\slshape\contentsname}}
\listoffigures{\fancyhead[LE]{\slshape\listfigurename}}
\listoftables{\fancyhead[LE]{\slshape\listtablename}}
And then including the fancyhead code for ...
- Fri Jun 04, 2010 2:58 pm
- Forum: Page Layout
- Topic: fancyhdr | Customized Header for ToC Pages
- Replies: 6
- Views: 20446
Re: fancyhdr | Customized Header for ToC Pages
Hi,
I have a similar problem with fancyhdr and Table of Contents. I have defined my headers and footers (see attached file), but the headers in the Contents, List of Tables, and List of Figures pages still don't change. The first page is fine, but in the following pages I want the header to be ...
I have a similar problem with fancyhdr and Table of Contents. I have defined my headers and footers (see attached file), but the headers in the Contents, List of Tables, and List of Figures pages still don't change. The first page is fine, but in the following pages I want the header to be ...