Re: Problems with DocBook and jadetex

Subject: Re: Problems with DocBook and jadetex
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Feb 2000 12:47:56 +0000 (GMT)
Jon Haugsand writes:
 > 1. Jade generates the tex commands:
 >       \def\Country%
 >       {^@^@}
 >    where ^@ actually is the ascii NULL byte. Jadetex doesn't like this and
 >    complains.

can you blame it? what sort of Country is a null byte???

 > 2. The file jade/dsssl/jadetex.dtx contains
 >       \DefineCharacter{8226}{2022}{\ensuremath{\textbullet}}% 
 >    However, jadetex complains that \textbullet is invalid in math
 >    mode and ignores giving me bullets in lists.

fixed in current (unreleased ;-}) jadetex etc
change it to
 \ifmmode \bullet\else \textbullet \fi

Sebastian


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread