mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Suppressing page numbers


Chronological Thread 
  • From: Jan Lellmann <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Suppressing page numbers
  • Date: Fri, 01 Sep 2006 20:20:40 +0200

Ok, here is a short summary of how I did it:

On each title page, remove the header and footer:

<assign|page-this-header|><assign|page-this-footer|>

Then, put this before the abstract and TOC to change page numbering to roman style and start numbering with "i":

<assign|page-the-page|<macro|<number|<value|page-nr>|roman>>>
<assign|page-nr|1>

Just before the actual document, switch it back and reset the count:

<assign|page-the-page|<macro|<value|page-nr>>>
<assign|page-nr|1>

This does not change the header, but maybe it helps with the numbering.

Greetings,
Jan







Archive powered by MHonArc 2.6.19.

Top of page