Fred Drake
|
c41e1e5f5e
|
Remove the "---" to "—" conversion; this is wrong in verbatim
environments. Move the conversion to esis2sgml.py.
|
1999-05-18 17:33:01 +00:00 |
Fred Drake
|
fdfd50f815
|
Convert <version> to &version;.
|
1999-01-29 16:29:25 +00:00 |
Fred Drake
|
6038f54b74
|
Adjust so that we are no longer using special entities for well-known
names. These are too much of a pain for occaissional authors.
|
1999-01-14 21:44:56 +00:00 |
Fred Drake
|
c166331cd3
|
Handle SGML variant as well as XML variant. SGML is *much* more
likely to be used.
|
1998-12-10 04:56:00 +00:00 |
Fred Drake
|
3d5e2c032d
|
Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up
make.rules.
|
1998-11-30 22:30:29 +00:00 |
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
|
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 |