Re: Page numbering etc

2008-02-29 Thread M-L
On Fri, 29 Feb 2008, Maximilian Wollner shared this with us all:
>--} As for your second question, do you use numbered or unnumbered  
>--} sections? Unnumbered sections are not put into the TOC (by default)

I use them mostly and they are added into the TOC by default in Debian 
testing. I also use numberless subsections and subsubsections which are also 
shown by default?

But obviously that's not normal behaviour?

Go to Document/Settings/Numbering and TOC and set the sliders.

HTH
Charlie
-- 
Registered Linux User:- 329524
**
The definition of stupid is doing something the same way twice and expecting 
different results. .Albert Einstein
<<<>>>
Debian - Just the best way to do magic.


Re: Page numbering etc

2008-02-29 Thread David Hewitt



> 1) If I want the page numbering to start on page x (or at least x = 2),
> how do I do it?
> 

ERT code '\thispagestyle{empty}' will suppress page numbers

ERT code '\pagenumbering{X}' will reset the page counter and use either
X=arabic, roman, or other numbering convention

Some combo will get what you want. Might be a better way.



> 2) I use Document class: article, and LyX version 1.5.3. I can't get
> 'Table of Contents' to work. The only thing appearing is the headline:
> 'Contents' and no more, although I have several chapters in the document.
> 

LyX does not include environments for Chapters in article class (I doubt
LaTeX does either - don't know). I use Sections (not the starred versions -
Section*, e.g.) and it works fine.

-
David Hewitt
Virginia Institute of Marine Science
http://www.vims.edu/fish/students/dhewitt/
-- 
View this message in context: 
http://www.nabble.com/Page-numbering-etc-tp15754268p15760884.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Page numbering etc

2008-02-29 Thread Maximilian Wollner

As for your first question, simply insert ERT and

\pagenumbering{roman} for lowercase roman numerals
\pagenumbering{Roman} for uppercase roman numerals
\pagenumbering{arabic} for arabic numbers
\pagenumbering{alph} for lowercase letters
\pagenumbering{Alph} for uppercase letters

LaTeX resets the page number to i, I, 1, a or A on the page where you  
put the command.



As for your second question, do you use numbered or unnumbered  
sections? Unnumbered sections are not put into the TOC (by default).  
You can add them to the TOC with the ERT-command \addtotoc{Sample Name}


Kind regards,


Max

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html for details.



Page numbering etc

2008-02-29 Thread Mikael Flodin
Two questions:

1) If I want the page numbering to start on page x (or at least x = 2),
how do I do it?

2) I use Document class: article, and LyX version 1.5.3. I can't get
'Table of Contents' to work. The only thing appearing is the headline:
'Contents' and no more, although I have several chapters in the document.
What's wrong?

/Mikael