Search found 10 matches

by DannyBoy
Fri Dec 07, 2007 7:58 am
Forum: General
Topic: Renaming the table of contents
Replies: 3
Views: 11824

Renaming the table of contents

I figured it out. In case anybody is interested...

Code: Select all

\renewcommand\contentsname{Table of Contents}
by DannyBoy
Fri Dec 07, 2007 7:51 am
Forum: General
Topic: Renaming the table of contents
Replies: 3
Views: 11824

Renaming the table of contents

Is it possible to rename the contents page? Currently, when I use \tableofcontents the heading is Contents and I'd like it to read Table of Contents. Any advice would be appreciated...
by DannyBoy
Mon Dec 03, 2007 5:15 am
Forum: General
Topic: Prefixing table/figure numbers in the list of tables/figures
Replies: 7
Views: 5043

Re: Prefixing table/figure numbers in the list of tables/figures

Ignore the last post... I RTFM, as instructed... :oops:
by DannyBoy
Mon Dec 03, 2007 5:02 am
Forum: General
Topic: Prefixing table/figure numbers in the list of tables/figures
Replies: 7
Views: 5043

Prefixing table/figure numbers in the list of tables/figures

subfig doesn't seem to like tocloft either, as this gives me errors.
\documentclass[article]{article}

\usepackage{subfig}
\usepackage{tocloft}

\title{This is the title}
\author{Mr. A Person}

\begin{document}
\maketitle
Here is some text
\end{document}
However, when I change the order of subfig ...
by DannyBoy
Mon Dec 03, 2007 4:34 am
Forum: General
Topic: Prefixing table/figure numbers in the list of tables/figures
Replies: 7
Views: 5043

Re: Prefixing table/figure numbers in the list of tables/figures

The conflict seems to be between the subfigure and tocloft packages. Are there any reasons why they shouldn't play well together?
by DannyBoy
Mon Dec 03, 2007 4:15 am
Forum: General
Topic: Prefixing table/figure numbers in the list of tables/figures
Replies: 7
Views: 5043

Re: Prefixing table/figure numbers in the list of tables/figures

When including the package in a previously working document I receive errors ("!LaTeX Error: Command \c@lofdepth already defined. Or name \end... illegal"). I am then directed to a piece of text that bears no obvious relation to the error. (Sorry, but I don't have a MWE...)
by DannyBoy
Mon Dec 03, 2007 4:04 am
Forum: General
Topic: Prefixing table/figure numbers in the list of tables/figures
Replies: 7
Views: 5043

Prefixing table/figure numbers in the list of tables/figures

Is there an easy way to prefix the numbers in the list of tables/figures? For example, instead of it appearing as "1.1 Some diagram........ 1" it will appear as "Figure 1.1 Some diagram........ 1".
by DannyBoy
Mon Dec 03, 2007 3:00 am
Forum: General
Topic: Omitting a figure from the list of figures
Replies: 1
Views: 2042

Omitting a figure from the list of figures

When creating a table of contents, sections can be omitted by using commands like \chapter*{Introduction}, et cetera. Is there an equivalent approach to omitting figures from the list of figures? I've tried \begin{figure*} ... \end{figure*} but have had no luck. Any ideas?
by DannyBoy
Mon Dec 03, 2007 2:56 am
Forum: General
Topic: Spacing of the List of Figures
Replies: 2
Views: 11103

Re: Spacing of the List of Figures

Thanks for the reply! I'll give that a go...
by DannyBoy
Mon Dec 03, 2007 12:25 am
Forum: General
Topic: Spacing of the List of Figures
Replies: 2
Views: 11103

Spacing of the List of Figures

I'm using the setspace package to control the spacing in my document. For the List of Figures I have to have double spacing between the entries, but if an entry is longer than one line it should be single spaced. (A ridiculous formatting stipulation if you ask me, but anyway...) By placing ...