Search found 5 matches

by marxt
Wed Mar 26, 2008 1:29 pm
Forum: General
Topic: space between table and his caption
Replies: 1
Views: 1767

space between table and his caption

Hi,

When I insert a table with caption, this caption stay attacked to a table above.
How can I fill much more space between table and caption?

Thanks!
by marxt
Tue Mar 25, 2008 5:16 pm
Forum: General
Topic: exclude list of figures from table of contents
Replies: 11
Views: 32868

Re: exclude list of figures from table of contents

Thanks!!! :D :D

the problem was caused by the package 2tocbibind".
by marxt
Tue Mar 25, 2008 4:15 pm
Forum: General
Topic: exclude list of figures from table of contents
Replies: 11
Views: 32868

exclude list of figures from table of contents

this is my preamble:

\renewcommand{\headrulewidth}{0.5pt}
\hoffset=-15mm
\headheight=15pt
\textwidth=140mm
\headsep=5mm
\voffset=-5mm
\textheight=240mm
\evensidemargin=25mm
\oddsidemargin=25mm

\begin{document}

\pagenumbering{roman}
\setcounter{page}{1}
\setcounter{tocdepth}{3}
\setcounter ...
by marxt
Tue Mar 25, 2008 3:44 pm
Forum: General
Topic: exclude list of figures from table of contents
Replies: 11
Views: 32868

Re: exclude list of figures from table of contents

I use this dovumentclass

\documentclass[12pt,a4paper,oneside,openright]{report}

the only way to avoid this behaviour is the use of documentclass{book},
or exist another way with documentclass{report}???
by marxt
Tue Mar 25, 2008 1:18 pm
Forum: General
Topic: exclude list of figures from table of contents
Replies: 11
Views: 32868

exclude list of figures from table of contents

Hello,

How can I exclude the list of figures from table of contents?

with this line
\tableofcontents
\listoffigures
I obtain a pdf in which table of content include also the list of figure as first item.

I don't want that the list of figures appear in table of contents list.
How can I do ...