Unicode garbage in table of contents
Hello, I'm using \enableregime[utf] in the preamble and unicode characteurs in the document are typeset correctly. But, in the table of contents and in the index, they are replaced with their hex codes with some garbage. Anything I might be doing wrong? David
At 05:35 20/02/2004, you wrote:
Hello,
I'm using
\enableregime[utf]
in the preamble and unicode characteurs in the document are typeset correctly. But, in the table of contents and in the index, they are replaced with their hex codes with some garbage.
Anything I might be doing wrong?
how does the \jobname.tuo file looks like? maybe you run a 7 bit tex (in which care you need to enable the 8 bit tcx extension) Hans
\enableregime[utf]
in the preamble and unicode characteurs in the document are typeset correctly. But, in the table of contents and in the index, they are replaced with their hex codes with some garbage.
how does the \jobname.tuo file looks like? maybe you run a 7 bit tex (in which care you need to enable the 8 bit tcx extension)
The text in the tuo file looks exactly like the one in the table of contents. A few more tests pointed out that the problem arises from the nath module. But my TeX knowledge is too limited so I can't find where it happens into the file. David
At 15:51 20/02/2004, you wrote:
\enableregime[utf] in the preamble and unicode characteurs in the document are typeset correctly. But, in the table of contents and in the index, they are replaced with their hex codes with some garbage.
how does the \jobname.tuo file looks like? maybe you run a 7 bit tex (in which care you need to enable the 8 bit tcx extension)
The text in the tuo file looks exactly like the one in the table of contents.
A few more tests pointed out that the problem arises from the nath module. But my TeX knowledge is too limited so I can't find where it happens into the file.
hm, so maybe nath makes < or > active ? Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE/POD/CTS 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 -------------------------------------------------------------------------
At 16:43 20/02/2004, you wrote:
hm, so maybe nath makes < or > active ?
I guess you're right. What should I look for in the tex file to make them inactive?
An option is to postpone making them active in nath, i.e. hook them into \everydisplay or \everymath, but i don't dare to to touch that module -) At the dante meeting i'll discuss it with mr. Oblomov himself Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE/POD/CTS 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 -------------------------------------------------------------------------
participants (2)
-
David Munger
-
Hans Hagen