Re: Making TOC page 1

2009-11-23 Thread stephen's mailinglist account
On Mon, Nov 23, 2009 at 8:56 AM, Christian Hemmer
christian.hem...@web.dewrote:


 hey stephen,

 I am using Report (Koma script) - do you think it's gonna work there too?

 Just to know whether I got it all right:
 1. I will insert \frontmatter at the beginning of my document (After the
 titlepage)
 2. After the title page I will have my abstract etc.
 3. Before starting with my TOC, I will insert another tex command
 \mainmatter and hopefully it will start counting in arabic numbers...

 Is that ok?

 Thank you very much for your help. I really want to get my thesis started
 in lyx, but it's not that easy for beginners... :)
   --
 *Von:* stephen's mailinglist account 
 stephen4mailingli...@googlemail.com
 *Gesendet:* 23.11.09 07:37:35
 *An:* Christian Hemmer
 *CC:* lyx-users@lists.lyx.org
 *Betreff:* Re: Making TOC page 1




 On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer christian.hem...@web.de
  wrote:

 Hey,
 I would like my pagecounting beginning at the TOC, so that the document
 starts with the roman numbers (I, II, III, ...) but as soon as it reaches
 the TOC it should start with the latin ones (1, 2, 3, 4, ...).
 Does anyone have an idea how I could get this started?

 Thank you very much!
 ___
 Preisknaller: WEB.DE http://web.de/ DSL Flatrate für nur 16,99
 Euro/mtl.!
 http://produkte.web.de/go/02/

 I have just tried this with the book class/layout

 To get it to work I used some ERT.  I inserted rontmatter then had some
 titles etc. Then I put in the command mainmatter and followed this with the
 TOC.

 It seemed to work.

 Hope this helps

 Stephen



GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
 Jetzt freischalten unter *http://movieflat.web.de*http://movieflat.web.de/



I am not sure how you would set that up for koma-script report class.  It
does not natively recognise \frontmatter and \mainmatter.
 You could try a koma-book class where it would work, but you may need to
define your own abstract environment as book does not use abstract normally.
Or you could put the text below into the preamble (or use it in your own
layout file) - I found it in a Leeds University Thesis class file.
%ROMANPAGES
%
% The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets
% page-numbering for the remainder of the dissertation (arabic, starting at
1).
\newenvironment{romanpages}
{\setcounter{page}{1}
  \renewcommand{\thepage}{\roman{page}}}
{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}

Once you have this in the preamble you can start the document with some ERT
(\begin{romanpages}) and then \end{romanpages}
Insert your abstract (and title) between these commands, and the TOC after.

If this is used in a custom layout file (and the enviroment set up) you
should be able to select it from the drop down environments.


Re: Making TOC page 1

2009-11-23 Thread stephen's mailinglist account
On Mon, Nov 23, 2009 at 8:56 AM, Christian Hemmer
christian.hem...@web.dewrote:


 hey stephen,

 I am using Report (Koma script) - do you think it's gonna work there too?

 Just to know whether I got it all right:
 1. I will insert \frontmatter at the beginning of my document (After the
 titlepage)
 2. After the title page I will have my abstract etc.
 3. Before starting with my TOC, I will insert another tex command
 \mainmatter and hopefully it will start counting in arabic numbers...

 Is that ok?

 Thank you very much for your help. I really want to get my thesis started
 in lyx, but it's not that easy for beginners... :)
   --
 *Von:* stephen's mailinglist account 
 stephen4mailingli...@googlemail.com
 *Gesendet:* 23.11.09 07:37:35
 *An:* Christian Hemmer
 *CC:* lyx-users@lists.lyx.org
 *Betreff:* Re: Making TOC page 1




 On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer christian.hem...@web.de
  wrote:

 Hey,
 I would like my pagecounting beginning at the TOC, so that the document
 starts with the roman numbers (I, II, III, ...) but as soon as it reaches
 the TOC it should start with the latin ones (1, 2, 3, 4, ...).
 Does anyone have an idea how I could get this started?

 Thank you very much!
 ___
 Preisknaller: WEB.DE http://web.de/ DSL Flatrate für nur 16,99
 Euro/mtl.!
 http://produkte.web.de/go/02/

 I have just tried this with the book class/layout

 To get it to work I used some ERT.  I inserted rontmatter then had some
 titles etc. Then I put in the command mainmatter and followed this with the
 TOC.

 It seemed to work.

 Hope this helps

 Stephen



GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
 Jetzt freischalten unter *http://movieflat.web.de*http://movieflat.web.de/



I am not sure how you would set that up for koma-script report class.  It
does not natively recognise \frontmatter and \mainmatter.
 You could try a koma-book class where it would work, but you may need to
define your own abstract environment as book does not use abstract normally.
Or you could put the text below into the preamble (or use it in your own
layout file) - I found it in a Leeds University Thesis class file.
%ROMANPAGES
%
% The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets
% page-numbering for the remainder of the dissertation (arabic, starting at
1).
\newenvironment{romanpages}
{\setcounter{page}{1}
  \renewcommand{\thepage}{\roman{page}}}
{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}

Once you have this in the preamble you can start the document with some ERT
(\begin{romanpages}) and then \end{romanpages}
Insert your abstract (and title) between these commands, and the TOC after.

If this is used in a custom layout file (and the enviroment set up) you
should be able to select it from the drop down environments.


Re: Making TOC page 1

2009-11-23 Thread stephen's mailinglist account
On Mon, Nov 23, 2009 at 8:56 AM, Christian Hemmer
<christian.hem...@web.de>wrote:

>
> hey stephen,
>
> I am using Report (Koma script) - do you think it's gonna work there too?
>
> Just to know whether I got it all right:
> 1. I will insert \frontmatter at the beginning of my document (After the
> titlepage)
> 2. After the title page I will have my abstract etc.
> 3. Before starting with my TOC, I will insert another tex command
> \mainmatter and hopefully it will start counting in arabic numbers...
>
> Is that ok?
>
> Thank you very much for your help. I really want to get my thesis started
> in lyx, but it's not that easy for beginners... :)
>   --
> *Von:* "stephen's mailinglist account" <
> stephen4mailingli...@googlemail.com>
> *Gesendet:* 23.11.09 07:37:35
> *An:* Christian Hemmer
> *CC:* lyx-users@lists.lyx.org
> *Betreff:* Re: Making TOC page 1
>
>
>
>
> On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer <christian.hem...@web.de
> > wrote:
>
>> Hey,
>> I would like my pagecounting beginning at the TOC, so that the document
>> starts with the roman numbers (I, II, III, ...) but as soon as it reaches
>> the TOC it should start with the latin ones (1, 2, 3, 4, ...).
>> Does anyone have an idea how I could get this started?
>>
>> Thank you very much!
>> ___
>> Preisknaller: WEB.DE <http://web.de/> DSL Flatrate für nur 16,99
>> Euro/mtl.!
>> http://produkte.web.de/go/02/
>>
>> I have just tried this with the book class/layout
>
> To get it to work I used some ERT.  I inserted rontmatter then had some
> titles etc. Then I put in the command mainmatter and followed this with the
> TOC.
>
> It seemed to work.
>
> Hope this helps
>
> Stephen
>
>
>
>GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
> Jetzt freischalten unter *http://movieflat.web.de*<http://movieflat.web.de/>
>
>

I am not sure how you would set that up for koma-script report class.  It
does not natively recognise \frontmatter and \mainmatter.
 You could try a koma-book class where it would work, but you may need to
define your own abstract environment as book does not use abstract normally.
Or you could put the text below into the preamble (or use it in your own
layout file) - I found it in a Leeds University Thesis class file.
%ROMANPAGES
%
% The romanpages environment set the page numbering to lowercase roman one
% for the contents and figures lists. It also resets
% page-numbering for the remainder of the dissertation (arabic, starting at
1).
\newenvironment{romanpages}
{\setcounter{page}{1}
  \renewcommand{\thepage}{\roman{page}}}
{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}

Once you have this in the preamble you can start the document with some ERT
(\begin{romanpages}) and then \end{romanpages}
Insert your abstract (and title) between these commands, and the TOC after.

If this is used in a custom layout file (and the enviroment set up) you
should be able to select it from the drop down environments.


Making TOC page 1

2009-11-22 Thread Christian Hemmer
Hey,
I would like my pagecounting beginning at the TOC, so that the document starts 
with the roman numbers (I, II, III, ...) but as soon as it reaches the TOC it 
should start with the latin ones (1, 2, 3, 4, ...).
Does anyone have an idea how I could get this started?

Thank you very much!
___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/



Re: Making TOC page 1

2009-11-22 Thread stephen's mailinglist account
On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer
christian.hem...@web.dewrote:

 Hey,
 I would like my pagecounting beginning at the TOC, so that the document
 starts with the roman numbers (I, II, III, ...) but as soon as it reaches
 the TOC it should start with the latin ones (1, 2, 3, 4, ...).
 Does anyone have an idea how I could get this started?

 Thank you very much!
 ___
 Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.!
 http://produkte.web.de/go/02/

 I have just tried this with the book class/layout

To get it to work I used some ERT.  I inserted \frontmatter then had some
titles etc. Then I put in the command \mainmatter and followed this with the
TOC.
It seemed to work.

Hope this helps

Stephen


Making TOC page 1

2009-11-22 Thread Christian Hemmer
Hey,
I would like my pagecounting beginning at the TOC, so that the document starts 
with the roman numbers (I, II, III, ...) but as soon as it reaches the TOC it 
should start with the latin ones (1, 2, 3, 4, ...).
Does anyone have an idea how I could get this started?

Thank you very much!
___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/



Re: Making TOC page 1

2009-11-22 Thread stephen's mailinglist account
On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer
christian.hem...@web.dewrote:

 Hey,
 I would like my pagecounting beginning at the TOC, so that the document
 starts with the roman numbers (I, II, III, ...) but as soon as it reaches
 the TOC it should start with the latin ones (1, 2, 3, 4, ...).
 Does anyone have an idea how I could get this started?

 Thank you very much!
 ___
 Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.!
 http://produkte.web.de/go/02/

 I have just tried this with the book class/layout

To get it to work I used some ERT.  I inserted \frontmatter then had some
titles etc. Then I put in the command \mainmatter and followed this with the
TOC.
It seemed to work.

Hope this helps

Stephen


Making TOC page 1

2009-11-22 Thread Christian Hemmer
Hey,
I would like my pagecounting beginning at the TOC, so that the document starts 
with the roman numbers (I, II, III, ...) but as soon as it reaches the TOC it 
should start with the latin ones (1, 2, 3, 4, ...).
Does anyone have an idea how I could get this started?

Thank you very much!
___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/



Re: Making TOC page 1

2009-11-22 Thread stephen's mailinglist account
On Sun, Nov 22, 2009 at 9:39 PM, Christian Hemmer
wrote:

> Hey,
> I would like my pagecounting beginning at the TOC, so that the document
> starts with the roman numbers (I, II, III, ...) but as soon as it reaches
> the TOC it should start with the latin ones (1, 2, 3, 4, ...).
> Does anyone have an idea how I could get this started?
>
> Thank you very much!
> ___
> Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.!
> http://produkte.web.de/go/02/
>
> I have just tried this with the book class/layout

To get it to work I used some ERT.  I inserted \frontmatter then had some
titles etc. Then I put in the command \mainmatter and followed this with the
TOC.
It seemed to work.

Hope this helps

Stephen