mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to reset page numbering?


Chronological Thread 
  • From: Miguel de Benito Delgado <address@hidden>
  • To: Ralf Juengling <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] How to reset page numbering?
  • Date: Tue, 12 Nov 2013 09:57:15 +0100

On 12 Nov, 2013, at 03:48, Ralf Juengling <address@hidden> wrote:
> So, has anyone successfully done what I want to do? That is,
> reset the page numbering back to 1 after the introductory
> pages?

Yes. I don’t know how well this interacts with Joris’ new code but you can use

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

to set page numbering to roman for the first pages. You may disable the
header on those pages where I wanted no numbers (e.g. blank pages) with

<set-this-page-header|>

And later reenable it with:

<set-this-page-header|<htab|5mm><quote|<page-the-page>>>

You may want to do the same with footers. At page one of your document you
reset everything:

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

Hth,

Miguel de Benito.

> On Sun, 10 Nov 2013, Ralf Juengling wrote:
>
>>
>> I played around with this but I don't get it to do what I need.
>>
>> The popup window Format->Page has an entry field "This page number".
>> I changed it from "unchanged" to "1", after the prefatory pages. But
>> that does not reset the page numbering.
>>
>> Also, when I go to the page just after the title page and try the
>> same there, texmacs adds two more blank pages (so I end up with three
>> blank pages after the title page).
>>
>> Also, when you bring up the popup window a second time on the same
>> page, it does not show the values I entered last time.
>>
>> Ralf
>>
>>
>>
>> On Thu, 7 Nov 2013, Joris van der Hoeven wrote:
>>
>>> On Wed, Nov 06, 2013 at 11:39:55AM -0800, Ralf Juengling wrote:
>>>> I need to implement a particular page numbering where prefatory
>>>> pages use Roman numerals, and the actual content-bearing pages
>>>> use Arabic numerals, starting with '1'.
>>>> Is there a way to do this per the style file? Or do I need to
>>>> do it in the document?
>>> The mechanism has been simplified in the new distribution from monday.
>>> Hopefully, the popup window Format -> Page should be clear enough,
>>> after playing around a bit with it.
>>> Best wishes, --Joris
>>




Archive powered by MHonArc 2.6.19.

Top of page