Re: (open)jade bug rendering LaTeX inside CDATA

Subject: Re: (open)jade bug rendering LaTeX inside CDATA
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 May 2000 18:24:53 +0100 (BST)
Peter Nilsson writes:
his in OpenJade
 > 
 > In CVS (trunk) it inserts \/ after dashes, but I don't remember when it
 > got in.

right. I dont have the latest OJ, but I just added

      case '-':
        os() << "-\\/";
        break;

in void TeXFOTBuilder::characters(const Char *s, size_t n), and it
seems to do the job right. This should solve Gary's problem.

sebastian


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


Current Thread