Hello, I just found (rather by chance) a bug in the fdf output definitions: at the end of the file there are the lines \definespecial\dostartgraphicgroup{\pdfliteral{q}} \definespecial\dostopgraphicgroup {\pdfliteral{Q}} Since fdf specials are also used in non-PDF production mode (e.g. by dvipdfm specials) there lines should be changed into \definespecial\dostartgraphicgroup{\PDFcode{q}} \definespecial\dostopgraphicgroup {\PDFcode{Q}} -- Giuseppe "Oblomov" Bilotta
At 01:52 PM 12/7/2002 +0100, you wrote:
Hello,
I just found (rather by chance) a bug in the fdf output definitions: at the end of the file there are the lines
\definespecial\dostartgraphicgroup{\pdfliteral{q}} \definespecial\dostopgraphicgroup {\pdfliteral{Q}}
Since fdf specials are also used in non-PDF production mode (e.g. by dvipdfm specials) there lines should be changed into
\definespecial\dostartgraphicgroup{\PDFcode{q}} \definespecial\dostopgraphicgroup {\PDFcode{Q}}
ok, fixed, btw, take a look at spec-dpx, a driver for dvipdfx (search google for more info); this is the extended version of dvipdfm (used for chinese/korean) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Sunday, December 8, 2002 Hans Hagen wrote: HH> ok, fixed, btw, take a look at spec-dpx, a driver for dvipdfx (search HH> google for more info); this is the extended version of dvipdfm (used for HH> chinese/korean) Had already done, even asked Christian to distribute a MiKTeX version of dvipdfmx -- Giuseppe "Oblomov" Bilotta
participants (2)
-
Giuseppe Bilotta
-
Hans Hagen