pagenumbering

2008-07-11 Thread assasukasse
Hi all i am paginating my thesis with lyx, i divided the document into many child documents and made a page called Thesis which joins together (by putting add child document one after the other). Now, while the first pages, which uses roman numbering show correct placement of the number (on the

Re: Latex-problem: Pagenumbering in combination with two-sided document

2007-09-21 Thread Richard Heck
Helge Hafting wrote: An appendix is a chapter of its own. Any two-sided layout will start a chapter on a odd page, no matter what. Starting a chapter (appendix or other chapter) on an even page is usually considered ugly and bad typography - you'll have a hard time finding any published book prin

Re: Latex-problem: Pagenumbering in combination with two-sided document

2007-09-21 Thread Helge Hafting
Christian Richter wrote: Hello, I do not have a LYX - but a LATEX-problem. I hope somebody wants to help me anyways. Ok, I am writing my thesis as a two sided document (Komo-script book). The appendix has roman pagenumbering. The problem is that the last page before the appendix is a right page

Re: Latex-problem: Pagenumbering in combination with two-sided document

2007-09-20 Thread Uwe Stöhr
Christian Richter schrieb: Ok, I am writing my thesis as a two sided document (Koma-script book). The appendix has roman pagenumbering. The problem is that the last page before the appendix is a right page (odd page number). So that the first side of the appendix should be a right page (even

Latex-problem: Pagenumbering in combination with two-sided document

2007-09-20 Thread Christian Richter
Hello, I do not have a LYX - but a LATEX-problem. I hope somebody wants to help me anyways. Ok, I am writing my thesis as a two sided document (Komo-script book). The appendix has roman pagenumbering. The problem is that the last page before the appendix is a right page (odd page number). So that

Re: Pagenumbering in TOC

2004-03-12 Thread Uwe Stöhr
Insert the following to the preamble: \let\MyTOC\tableofcontents \renewcommand{\tableofcontents}{ \pagestyle{empty} \MyTOC \clearpage \pagenumbering{arabic} \pagestyle{plain}} Correct the line \pagestyle{plain} to the option you used in your document layout, e.g. to headings or fancy. I inserted

Re: Pagenumbering in TOC

2004-03-12 Thread Uwe Stöhr
I recently tried out the tips to avoid pagenumbering in the TOC at: http://latex.s-v-p.de/tocloft/TOC.phtml#pageNr I tried the first tip with protect. The second page got numbered. Then I tried the tip with the LaTeX-Preamble. The third page got numbered. I have only three pages of TOC. How can

Pagenumbering in TOC

2004-03-12 Thread Anca Tibor- Attila
Hello, I recently tried out the tips to avoid pagenumbering in the TOC at: http://latex.s-v-p.de/tocloft/TOC.phtml#pageNr I tried the first tip with protect. The second page got numbered. Then I tried the tip with the LaTeX-Preamble. The third page got numbered. I have only three pages of TOC

Antwort: Re: pagenumbering

2002-11-18 Thread Robert.R.Koehler
>>\pagenumbering{arabic} >>\setcounter{page}{7} >> >>where the "7" of course is to be replaced with whatever page >>you're at. >I didn't find the automatic way of seetting that number You don't need to. Just use the command

Re: pagenumbering

2002-11-18 Thread "Niels Müller Larsen (NML, PERS, SH)"
Hi James In the very beginning of the doc enter: \pagenumbering{roman} and on the top of the first page with arabic-numbers enter: \pagenumbering{arabic} \setcounter{page}{7} where the "7" of course is to be replaced with whatever page yo

corrected solution for pagenumbering and headers

2001-10-15 Thread Richard Harris
To have the header "Lastname - pageNumber" In document layout menu: set page to fancy beginning of document in Tex: \rhead{} \cfoot{} where you want page numbers to start: \setcounter{page}{1} \rhead{Harris - \thepage} -- Richard Harris Editor, Words on a Wire http://woaw-poetry.org -

Re: Antwort: Re: Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-05-02 Thread Herbert Voss
[EMAIL PROTECTED] wrote: > > I´m sorry, but it didn´t work. There are still no pagenumbers at even > pages. i'm a bit confused. do you want to have pagenumbers in the toc or not? if not: > \renewcommand\thepage{} > \tableofcontents% insert it via insert->lists & toc > \r

Antwort: Re: Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-05-02 Thread Andreas_Doering
Kopie: Andre Berger <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Thema: Re: Antwort: Re: Prevent linebreaks and pagenumbering in TOC [EMAIL PROTECTED] wrote: > >> > >>This works fine for the TOC, but in the normal text, the pagenumbering at > >>even pages

Re: Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-05-02 Thread Herbert Voss
[EMAIL PROTECTED] wrote: > >> > >>This works fine for the TOC, but in the normal text, the pagenumbering at > >>even pages disappeared. > > >I personnaly use the fancyplain facility to change headers and footers > >for special pages (i.e. no printing

Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-05-02 Thread Andreas_Doering
: Thema: Re: Prevent linebreaks and pagenumbering in TOC 26.04.01 10:12

Re: Prevent linebreaks and pagenumbering in TOC

2001-04-26 Thread Andre Berger
* Andre Berger <[EMAIL PROTECTED]>, 2001-04-25 22:31 +0200: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]>, 2001-04-25 11:37 +0200: > > 1. The linebreaks within words at the TOC look ugly. How can I prevent > > these linebreaks in the TOC? > > I tried > > > > \mbox{ bla bla .bla} > > > > but

Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-04-25 Thread Andreas_Doering
: Thema: Re: Prevent linebreaks and pagenumbering in TOC 25.04.01

Antwort: Re: Prevent linebreaks and pagenumbering in TOC

2001-04-25 Thread Andreas_Doering
An: [EMAIL PROTECTED], [EMAIL PROTECTED] Thema: Re: Prevent linebreaks and pagenumber

Re: Prevent linebreaks and pagenumbering in TOC

2001-04-25 Thread Andre Berger
* [EMAIL PROTECTED] <[EMAIL PROTECTED]>, 2001-04-25 11:37 +0200: > 1. The linebreaks within words at the TOC look ugly. How can I prevent > these linebreaks in the TOC? > I tried > > \mbox{ bla bla .bla} > > but then, there wasn´t any linebreak at all and the line in the TOC left > the

Re: Prevent linebreaks and pagenumbering in TOC

2001-04-25 Thread Jean-Pierre.Chretien
>>From: [EMAIL PROTECTED] >>Subject: Prevent linebreaks and pagenumbering in TOC >>To: [EMAIL PROTECTED] >>Date: Wed, 25 Apr 2001 10:07:37 +0200 >>X-MIMETrack: Serialize by Router on NNMAIL01/SRV/MAN_Nutzfahrzeuge(Release 5.0.4 |June 8, 2000) at 04/25/2001 10:07:3

Prevent linebreaks and pagenumbering in TOC

2001-04-25 Thread Andreas_Doering
section line looks quite OK in the normal text, so I don´t want to do a linebreak in the section line, causing the TOC-line to behave the same. 2. I tried Herbert Voss´ trick to prevent pagenumbering showing up in the TOC: \tableofcontents \addtocontents{toc}{\protect\thispagestyle{empty

Re: Problem with \pagenumbering

2000-03-17 Thread Torsten Mueller
>Anyone knows what's going on? I'll apreciate any sugestions. maybe you can do it easier: Start your document with \frontmatter . After that the TOC, abstract and such things follow. Then \mainmatter your chapters at the end \backmatter I have used this with book style. Of course all commands m

Problem with \pagenumbering

2000-03-16 Thread Diego A. Puertas F.
Hello list. My thesis is now ready for the first revisión (at last) and I'm just in the formating stage. I'm using \pagenumbering{roman} at the very first line of the document, and \pagenumbering{arabic} in the same line of the paragraph Chapter 1, in order to have the pages numb

Re: Unwanted pagenumbering in Contents (report class).

1999-10-22 Thread Herbert
estyle{empty} works only for one page! try \pagestyle{empty} > Alternatively, how can I let the Contents-pages use roman numerals (I, > II, III, ...) and the rest of the report arabic, starting with 1. \pagenumbering{Roman} for I,II,... \pagenumbering{roman} for i,i,... \pagenumbering{a

Unwanted pagenumbering in Contents (report class).

1999-10-22 Thread Christian Ridderström
Hi LyX-users I'm writing a technical report, using the class: report. How can I remove the pagenumber from the 'Contents'-pages? (I've tried using \thispagestyle{empty}, but it doesn't work). Alternatively, how can I let the Contents-pages use roman numerals (I, II, III, ...) and the rest of the

Re: Pagenumbering

1999-05-21 Thread Andreas Jahnen
---Reply to mail from Steffen Schmidt about Pagenumbering > Hi, > > is it possible to change the pagenumbering - I mean, I would like to > have my table of contents numbered in roman numbers (I, II, III, IV...) > and the other parts in arabic numbers (1, 2, ...). Is this poss

Pagenumbering

1999-05-21 Thread Steffen Schmidt
Hi, is it possible to change the pagenumbering - I mean, I would like to have my table of contents numbered in roman numbers (I, II, III, IV...) and the other parts in arabic numbers (1, 2, ...). Is this possible with LyX? Thanks Steffen begin:vcard n:Schmidt;Steffen tel

Pagenumbering

1999-05-18 Thread 1004-51
Hi, does anybody out there know, how to get the pagenumbers to the lower right in the "Headings"-pagestyle? So long, Dirk