Next in thread →
Next in month →
Re: DOCBOOK-APPS: page numbering
/ Frederic Dubuy <> was heard to say:
| Hi,
|
| I have some problem with page numbering with docbook 3.1, jade 1.2.1 ,
| sgmltools 2.0.2 &
| docbook-stylesheets 1.57 :
|
| Neither
| (define %page-number-restart #t)
| nor
| (define %article-page-number-restart #t)
You're missing the trailing "%":
(define %page-number-restart% #t)
(define %article-page-number-restart% #t)
could that be it?
Be seeing you,
norm
--
Norman Walsh <> | The stone fell on the pitcher? Woe
http://www.oasis-open.org/docbook/ | to the pitcher. The pitcher fell
Chair, DocBook Technical Committee | on the stone? Woe to the
| pitcher.--Rabbinic Saying
Next in thread →
Next in month →