This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: roman and arabic page numbers


Check your Jadetex version. This has been fixed
in one of the latest versions, but I don't know
exactly what version number. I recommend
downloading version 3.11. Works fine for me
(at least regarding to your question).

Regards,

Juan R. Migoya
SPAIN


Tammy Fox wrote:

> I have been reading the archives about using
> roman page numbers starting with the TOC and
> using arabic page numbers starting with the
> first chapter, but I still can't figure out
> how to get this to show up in my PS and PDF
> outputs.
>
> I have
>
> (define ($page-number-format$ #!optional (gi (gi)))
>   (cond
>    ((equal? (normalize gi) (normalize "toc")) "i")
>    ((equal? (normalize gi) (normalize "lot")) "i")
>    ((equal? (normalize gi) (normalize "preface")) "i")
>    (else "1")))
>
> in my DSSSL stylesheet. What else do I need?
>
> Thanks,
> Tammy
>
> ----------------------------------------------------------------
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.oasis-open.org/ob/adm.pl>



----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]