Fred Drake
|
87dfd3cfbf
|
Handle output of \geq and \leq.
|
1998-11-30 14:36:26 +00:00 |
Fred Drake
|
4c5e533693
|
Do the right stuff to convert what was originally \e, \ldots, and ---
in the LaTeX sources.
|
1998-11-25 19:28:02 +00:00 |
Fred Drake
|
d8faf85d40
|
Supplemental rules to convert a .tex file to a .xml file. Both XML and
SGML will be supported soon, probably using an ESIS representation saved
in a temp file.
|
1998-11-24 17:40:33 +00:00 |
Fred Drake
|
6942e57f87
|
Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is
something that con't be done with the DOM as far as I can tell.
|
1998-11-24 17:38:49 +00:00 |
Fred Drake
|
1cb330c383
|
The & character is also escaped using \.
|
1998-11-23 23:11:12 +00:00 |
Fred Drake
|
1ff6db484f
|
Add some additional cleanup transformations.
|
1998-11-23 23:10:35 +00:00 |
Fred Drake
|
5701482ea7
|
Fix comment regex so we don't screw up structured comments with
different internal indentation levels.
|
1998-11-23 18:21:54 +00:00 |
Fred Drake
|
0320473a29
|
Script to squirrel around with the DOM tree of document fragments from the
LaTeX-based ESIS streams to be a little better structured, and generally
perform clean-up.
Preliminary.
|
1998-11-23 17:02:03 +00:00 |
Fred Drake
|
30a68c7a2b
|
Moved into tools/sgmlconv/.
|
1998-11-23 16:59:39 +00:00 |