Thot->LaTeX conversion

Georg Kullgren (kullgren@elixir.e.kth.se)
Sat, 30 Mar 1996 15:47:57 +0100

I found a small error in the mapping of ISO-latin characters to latex.
In file thot/schemas/Text_latex.inc the following needs to be changed
(and possibly more, I haven't checked anything else...)

--- Text_latex.inc.old Sat Mar 30 15:33:45 1996
+++ Text_latex.inc Sat Mar 30 15:33:33 1996
@@ -42,7 +42,7 @@
'\302' -> '\\^{A}';
'\303' -> '\\~{A}';
'\304' -> '\\"{A}';
- '\305' -> '\\AA';
+ '\305' -> '\\AA{}';
'\306' -> '\\AE';
'\307' -> '\\c{C}';
'\310' -> '\\`{E}';
@@ -74,7 +74,7 @@
'\342' -> '\\^{a}';
'\343' -> '\\~{a}';
'\344' -> '\\"{a}';
- '\345' -> '\\aa';
+ '\345' -> '\\aa{}';
'\346' -> '\\ae ';
'\347' -> '\\c{c}';
'\350' -> '\\`{e}';

/Georg Kullgren