Hello Hans, I've just read your mmodes.pdf. Very helpful, thanks! Could you also add a pdf-mode? For now, I'm doing it like this: \input ifpdf.sty \ifpdf \enablemode[pdf] \fi Cheers, Peter -- http://pmrb.free.fr/contact/
Peter Münster wrote:
Hello Hans, I've just read your mmodes.pdf. Very helpful, thanks! Could you also add a pdf-mode? For now, I'm doing it like this: \input ifpdf.sty \ifpdf \enablemode[pdf] \fi
I'll add \jobsuffix as systemmode: \startmode[*pdf] ... \startmode[*dvi] ... be aware of the fact that this is only true when a driver is loaded Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
h h extern said this at Thu, 24 Feb 2005 23:17:41 +0100:
I'll add \jobsuffix as systemmode:
\startmode[*pdf] ... \startmode[*dvi] ...
be aware of the fact that this is only true when a driver is loaded
I never was sure of that, by the way: the true output of a xetex job is .xdv It's an opaque format that gets transformed into .pdf after texexec's last run. Is the real jobsuffix (as you define it) pdf or xdv? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Adam Lindsay wrote:
h h extern said this at Thu, 24 Feb 2005 23:17:41 +0100:
I'll add \jobsuffix as systemmode:
\startmode[*pdf] ... \startmode[*dvi] ...
be aware of the fact that this is only true when a driver is loaded
I never was sure of that, by the way:
the true output of a xetex job is .xdv It's an opaque format that gets transformed into .pdf after texexec's last run.
Is the real jobsuffix (as you define it) pdf or xdv?
interesting point, i'd say pdf since that's the final format, and in this case the jobsuffix is an indication of final functionality Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Adam Lindsay
-
h h extern
-
Hans Hagen
-
Peter Münster