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: Docbook and XSL stylesheets


madhu writes:
 > for instance my structure for jadetex is like this:
 > /usr/bin/jadetex 
 > points to
 > /usr/bin/virtex
 > which in turn points to
 > tex

why people persist in the world of "virtex" baffles me. forget
virtex. make jadetex a link to "tex", full stop.

actually, my jadetex is a shell script:

#!/bin/sh
test -f "`kpsewhich jadetex.fmt`" || fmtutil --byfmt jadetex
exec tex -fmt=jadetex -progname=jadetex ${1+"$@"}

sebastian


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