Search found 5 matches

by didierc
Tue Aug 05, 2014 11:06 pm
Forum: Graphics, Figures & Tables
Topic: Errors with LOF and LOT in report class
Replies: 8
Views: 9794

Errors with LOF and LOT in report class

OK thanks.

After googling my request I did the trick using the following commands in the preamble.

\makeatletter
\renewcommand*{\l@figure}{\@dottedtocline{1}{1.5em}{2.9em}}
\renewcommand*{\l@table}{\@dottedtocline{1}{1.5em}{2.9em}}
\makeatother

Thank you anyway for your answers which helped me ...
by didierc
Tue Aug 05, 2014 7:59 pm
Forum: Graphics, Figures & Tables
Topic: Errors with LOF and LOT in report class
Replies: 8
Views: 9794

Errors with LOF and LOT in report class

Hello,

Thanks for your suggestion.
I removed the floatrow package as I don't need it anymore. But it didn't have any effect.

I also disabled the tocloft package and all customizations for both sections and chapters and it seems to solve the problem.


% \renewcommand{\cfttoctitlefont}{\hfill ...
by didierc
Tue Aug 05, 2014 7:14 pm
Forum: Graphics, Figures & Tables
Topic: Errors with LOF and LOT in report class
Replies: 8
Views: 9794

Errors with LOF and LOT in report class

Hello,
The example provided by you works perfectly.

Here's a list of all packages used in my document...
May the tocloft have some effects on the list of figures ?

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage[top=30mm,bottom=25mm,right=25mm,left ...
by didierc
Sun Aug 03, 2014 8:44 pm
Forum: Graphics, Figures & Tables
Topic: Errors with LOF and LOT in report class
Replies: 8
Views: 9794

Errors with LOF and LOT in report class

Hi,
Many thanks for your reply.
I indeed use the hyperref package but disabling this package does not have any effect (even after deleting the .lof and .lot files).

As requested, here is my tex main file.

\documentclass[a4paper,12pt,twoside]{report}
%\inputonly{chap1, chap3}

\usepackage[latin1 ...
by didierc
Sun Aug 03, 2014 3:33 pm
Forum: Graphics, Figures & Tables
Topic: Errors with LOF and LOT in report class
Replies: 8
Views: 9794

Errors with LOF and LOT in report class

Hi,

I'm currently writing a report where I need to add lists of tables and figures.
I'm using the report document class and \listoffigures and \listoftables commands.

But, when I'm compiling the tex sources (I'm using TexLive distribution on Mac OSX with the MacTex package and Texlipse as IDE), I ...