OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Page headers


It's something like this:

(define (page-center-footer gi)
  (let ((book-title ( select-elements (children (sgml-root-element)) (normalize "title") ) ))
    (make sequence
      		font-posture: 'italic
      		font-family-name: "Helvetica"
	     	font-size: 8pt
      		(literal 
       		(data book-title)))))

As you can see, I use it for the footer, but it is the same for headers.

Regards,

Juan R. Migoya
SPAIN

Walter Joyce wrote:
> 
> Is there a way to have alternate side page headers when doing
> two-side printing? And is there a way to have the book title in the
> header?
> 
> What I want is the chapter title in the page header on one side and
> the book title on the other.  I use SGML Docbook.
> 
> TIA.
> 
> - Walt Joyce


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC