Search found 13 matches

by Stevenet
Wed Feb 29, 2012 1:06 am
Forum: Page Layout
Topic: Manual Line Break in optional ToC Entry for Chapter
Replies: 4
Views: 10586

Re: Manual Line Break in optional ToC Entry for Chapter

Hi,

My book has 2 prologues and some epilogues. Only for them, (not for the usual mainmatter chapters) i would an index TOC with 2 lines; The prologue name, and the autor of this prologue. So, for the prologues, i put a \\ inside the \chapter[the name at toc \\ by Steve]{The name at toc}...

The ...
by Stevenet
Wed Feb 29, 2012 12:57 am
Forum: Page Layout
Topic: Omit Chapter Number in ToC and Parts without Prefix Title
Replies: 2
Views: 2279

Omit Chapter Number in ToC and Parts without Prefix Title

Thank you! So i insert \addcontentsline{toc}{part}{name}, after \part*{name}. Perfect (in my case) for a case with more than two prologues and epilogues (and his parts).

Steve,
by Stevenet
Tue Feb 28, 2012 12:10 pm
Forum: Page Layout
Topic: Omit Chapter Number in ToC and Parts without Prefix Title
Replies: 2
Views: 2279

Omit Chapter Number in ToC and Parts without Prefix Title

In short:
  1. Is there a way to miss the chapter number at index?
  2. How can i get a new command like "\partuntitled" in order to show parts
    without the name 'Part N'? (not at index)
by Stevenet
Tue Feb 28, 2012 12:05 pm
Forum: Page Layout
Topic: Manual Line Break in optional ToC Entry for Chapter
Replies: 4
Views: 10586

Manual Line Break in optional ToC Entry for Chapter

I have a \part and a \chapter at back matter. The chapter title at index, needs a line jump, so:
\chapter[the title \\ for index]{the title at chapter}

For any strange reason, PDFLaTeX was unable to compile and generate a PDF, if a put a \\ at this area (after \backmatter ). I a leave the ...
by Stevenet
Mon Nov 07, 2011 9:35 pm
Forum: Page Layout
Topic: Omit Page Number on Part Page
Replies: 2
Views: 1691

Re: Omit Page Number on Part Page

Thank you! This is exactly what i need!

Best regards!

Steve,
by Stevenet
Mon Nov 07, 2011 8:54 pm
Forum: Graphics, Figures & Tables
Topic: Number a Figure per Part
Replies: 1
Views: 1276

Number a Figure per Part

After a title page and before the chapter, i put a figure with a picture and a caption. I would that the figure number gets the part number, not the last chapter, since those figures are automatically numbered according to the previous chapter number.

So i need to renumber the figure, concerning ...
by Stevenet
Mon Nov 07, 2011 4:18 pm
Forum: Page Layout
Topic: Omit Page Number on Part Page
Replies: 2
Views: 1691

Omit Page Number on Part Page

Hi,

I'm typesetting a book with 3 parts. At the part dedicated page, i need to omit the page number, only at this part title page. The

Code: Select all

\thispagestyle{empty}
seems to not clean the page number at footer.

Thank you for your time,

Steve,
by Stevenet
Mon Oct 31, 2011 7:57 pm
Forum: Page Layout
Topic: fancyhdr | Book Title in even Headers, Part Name on odd
Replies: 9
Views: 9380

Re: fancyhdr | Book Title in even Headers, Part Name on odd

Again, thanks a lot. Now titles spacing are more compressed and looks optimal for our book.

best regards,

Steve,
by Stevenet
Mon Oct 31, 2011 7:16 pm
Forum: Page Layout
Topic: fancyhdr | Book Title in even Headers, Part Name on odd
Replies: 9
Views: 9380

Re: fancyhdr | Book Title in even Headers, Part Name on odd

Thanks again. The question of blank pages is perfectly solved!

The question of titles spacing; Well, sometimes in order to better explain the chapter's content, could be better to force line breaks in titles (ie when a phrase starts with something like 'Research investment: \\ The regional ...
by Stevenet
Mon Oct 31, 2011 3:55 pm
Forum: Page Layout
Topic: fancyhdr | Book Title in even Headers, Part Name on odd
Replies: 9
Views: 9380

fancyhdr | Book Title in even Headers, Part Name on odd

Hi again,

Two questions more;

On the same book, (using now the above fancyhdr headers) i need that "last pages"; this is the blank even pages before new chapter-starting odd pages, will show really empty, so if at this last-even pages, if there's no content, should miss the headers. I'm actually ...