help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] Roman page numbers for Dedication, Acknowledgements a


From: Shakthi Kannan
Subject: Re: [help-texinfo] Roman page numbers for Dedication, Acknowledgements and Preface
Date: Mon, 10 Mar 2014 23:16:00 +0530

Hi,

--- On Mon, Mar 10, 2014 at 2:56 AM, Karl Berry <address@hidden> wrote:
| I think something like:
|
| @tex
| \global\pageno = -5
| @end tex
|
| @include dedication.texi
\--

Thanks for the the hint. I have couple of questions related to the above:

#1 Is it possible to hide a page number for a page?

#2 How can I force the "Preface" chapter inside the table of contents
to use Roman numerals. It is starting with "1" in the following code
snippet:

=== CODE ===

...

@verbatim
This is the contents of the dedication page @c Page # iii OK
@end verbatim

@tex
\global\pageno = -3
@end tex

@shortcontents    @c Page # v OK

@tex
\global\pageno = -7
@end tex

@contents           @c Page #vii OK

@tex
\global\pageno = -13  @c No effect!
@end tex

@include preface/preface.texi @c Starting with page # 1 instead of Roman

@tex
\global\pageno = 1
@end tex

@c Start of chapters

...

=== END ===

Thanks!

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]