← Prev in month ← Prev in thread

Re: DOCBOOK: page numbers in TOC

From
Shomas Bndre Cerger
Date
2000-04-01T16:45:08+00:00
ID
Thread
Re: DOCBOOK: page numbers in TOC
Sebastian Rahtz <> 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:             Kongensgt. 9, N-0153 Oslo, Norway
                                   phone +47 2331 4758, fax +47 2220 0285
----------------------http://www.osc.no/----------------------------------
← Prev in month ← Prev in thread