summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/conversion.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
|
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
| | | | this file was written!
* Add support for (relatively) recent additions and changes to python.sty,Fred Drake2000-11-221-2/+30
| | | | and one more standard LaTeX macro.
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-171-0/+38
| | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273.
* Martin von Loewis <loewis@informatik.hu-berlin.de>:Fred Drake2000-07-011-1/+1
| | | | Correct typo that caused a well-formedness failure.
* Don't insert extra indentation before <title> elements.Fred Drake2000-01-201-12/+12
|
* Don't rename \var to <varname>; DocBook is too verbose here.Fred Drake1999-11-231-4/+9
| | | | | | | | Do adopt DocBook's <command>, <option>, <envar> names for \program, \programopt, \envvar. Add \filenq --> <filename quote="no"> (it has to go somewhere, at least for now).
* Added citetitle and programopt.Fred Drake1999-11-091-1/+8
| | | | | | Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive.
* Specify: \geq --> &geq;Fred Drake1999-08-261-4/+12
| | | | | | \leq --> &leq; \LaTeX --> LaTeX (just text) \TeX --> TeX (just text)
* The new conversion engine supports more of the table re-writing thanFred Drake1999-08-031-6/+9
| | | | the old one, so use it.
* A few small improvements to the conversion.Fred Drake1999-08-021-3/+7
|
* Conversion specification, used by a new path through latex2esis.py.Fred Drake1999-07-291-0/+631
The specific markup conversion is coded here instead of an even more cryptic table in the code of latex2esis.py.