Next in thread → Next in month →

Re: DOCBOOK-APPS: Page headers

From
Juan R. Migoya <>
Date
2001-09-28T05:52:01+00:00
ID
Thread
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
Next in thread → Next in month →