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!
Search found 5 matches
- Wed Mar 26, 2008 1:29 pm
- Forum: General
- Topic: space between table and his caption
- Replies: 1
- Views: 1767
- 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!!!
the problem was caused by the package 2tocbibind".


the problem was caused by the package 2tocbibind".
- 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 ...
\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 ...
- 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}???
\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}???
- 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 ...
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 ...