Search found 5 matches

by ozymandias
Sun Oct 25, 2009 9:55 am
Forum: General
Topic: removing a footer from a single page
Replies: 2
Views: 4144

Re: removing a footer from a single page

found a trick, just made the 2nd nomenclature page also nameless and numberless chapter - which don't have chapter footers.
by ozymandias
Sun Oct 25, 2009 2:39 am
Forum: General
Topic: removing a footer from a single page
Replies: 2
Views: 4144

removing a footer from a single page

Hey, I've been struggling trying to remove a footer from a single page.
LaTeX is labelling my footers with the page number and chapter name which is what I want, but it is "mis-footering" my first unnumbered chapter after my table of figures, footering it as "list of figures" as opposed to ...
by ozymandias
Fri Oct 23, 2009 2:12 am
Forum: Page Layout
Topic: making included pdfs show in TOC
Replies: 1
Views: 1480

making included pdfs show in TOC

Hey,

I am trying to get my machine drawings into an appendix without losing the drawing format or changing the scale.

I've used the \includepdf{file.pdf} command, but can't get the files to register in either the table of contents or figures.

any ideas on what i should be doing? also I would ...
by ozymandias
Mon Oct 05, 2009 6:38 pm
Forum: Page Layout
Topic: Unwanted zero in paragraph number
Replies: 2
Views: 1813

Re: Unwanted zero in paragraph number

gosh, I am blind. I was so set in my mind that subsection is followed by paragraph that when I read all the pages and articles trying to solve the problem I didn't even notice the correct level structure.

thanks for your help, my life can now continue!
by ozymandias
Mon Oct 05, 2009 6:22 pm
Forum: Page Layout
Topic: Unwanted zero in paragraph number
Replies: 2
Views: 1813

Unwanted zero in paragraph number

Hey,

I want to number my paragraphs, so have used:
\setcounter{secnumdepth}{4}

however it numbers the paragraphs in the output file as :
3.1.2.0.4

I really want it to be: 3.1.2.4

any help would be greatly appreciated,

Erik


my preamble is:

\documentclass[a4paper,openright,12pt]{report ...