Search found 3 matches

by oyvindhauge
Fri Sep 11, 2009 9:20 am
Forum: General
Topic: Indent Problem in Table of Contents
Replies: 11
Views: 11456

Indent Problem in Table of Contents

Thanks a lot for your help. I am really sorry for overlooking your previous advice on the topic. I even read both threads.

I mixed up the two possibilities below after looking at this thread and this comment . I guess the first one (the one you suggested) is better.

\renewcommand\cfttabpresnum ...
by oyvindhauge
Thu Sep 10, 2009 3:11 pm
Forum: General
Topic: Indent Problem in Table of Contents
Replies: 11
Views: 11456

Indent Problem in Table of Contents

Yes of course. Sorry for not doing it in the first place. I am new to the forum.


\documentclass{article}
\usepackage{tocloft}
\renewcommand{\cfttabfont}{Table }
\begin{document}
\listoftables
\begin{table}
\begin{tabular}{l}
\textbf{Header of the table}\\
TEST \\
\end{tabular}
\caption{Some ...
by oyvindhauge
Thu Sep 10, 2009 10:34 am
Forum: General
Topic: Indent Problem in Table of Contents
Replies: 11
Views: 11456

Indent Problem in Table of Contents

Thanks to gmedina I have been able to solve most my lof/lot problems, however there is one thing which I have been unable to solve.

When table/figure captions span more than one line in the lot/lof the indent is not how I want it. This is more or less what I have today:

Figure 1.2 This is a ...