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


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

Re: page numbers in TOC


Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk> writes:

> but I later found that this does not work. you just need the latest
> jadetex to make it work.

Ah...that's why I didn't get it to work.

> current (today) jadetex 2.15 should make it do what you expect

Yes, by adding:

; Make links colored

(mode xref-endterm-mode
  (default
    (let* ((colr-space (color-space 
			"ISO/IEC 10179:1996//Color-Space Family::Device RGB"))
	   (red   (color colr-space 1 0 0))
	   (black (color colr-space 0 0 0)))
      (make sequence
	;font-posture: 'italic
	color: red
	(process-children-trim)))))

(define (element-title-xref-sosofo nd)
  (let* ((colr-space (color-space 
		      "ISO/IEC 10179:1996//Color-Space Family::Device RGB"))
	 (red   (color colr-space 1 0 0))
	 (black (color colr-space 0 0 0)))
    (make sequence
      ;font-posture: 'italic
      color: red
      (element-title-sosofo nd))))

to my style sheet wrapper for Norm's docbook stylesheet and using
jadetex version 2.15, I also got it to work!

--------------------------------------------------------------------------
 Thomas André Berger               Open Systems Computing a.s
 email: thomasbe@osc.no            Kongensgt. 9, N-0153 Oslo, Norway
                                   phone +47 2331 4758, fax +47 2220 0285
----------------------http://www.osc.no/----------------------------------


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