summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/conversion.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added support for \csimplemacro and csimplemacrodesc.Fred Drake2002-04-101-0/+6
|
* Add support for \textgreater, \textless.Fred Drake2002-04-041-4/+9
| | | | Updated productionlist environment.
* Update to reflect recently added markup.Fred Drake2001-12-151-0/+9
|
* Added two new conversion specifications.Fred Drake2001-11-301-0/+7
|
* One more LaTeX-ism that we'd rather ignore.Fred Drake2001-10-251-0/+1
|
* New markup: \note{...} and \warning{...}Fred Drake2001-10-091-0/+6
|
* Do not distinguish \refmodule from \module in the generated output;Fred Drake2001-09-271-1/+4
| | | | | | whether or not a link will be generated will depend on the link database. Add a couple of explanatory comments for one of the stranger constructs (giving input an empty name).
* Turn \input, \include, and \verbatiminput into XInclude elements insteadFred Drake2001-09-271-9/+13
| | | | of something ad-hoc.
* Add support for some more markup that had slipped in.Fred Drake2001-09-271-2/+15
| | | | Fixed a typo in a comment.
* Update to support \mailheader and 5-column tables.Fred Drake2001-09-251-0/+52
|
* Change the target name for \kbd.Fred Drake2001-07-141-1/+1
|
* Add conversion information for the grammar production support (preliminary).Fred Drake2001-07-091-0/+16
|
* Move & update a comment.Fred Drake2001-07-071-4/+12
| | | | Add support for the \ulink macro.
* Add entries for recently defined markup.Fred Drake2001-07-061-0/+23
|
* Add support for <memberline/> (needs markup improvement!).Fred Drake2001-04-211-1/+5
| | | | | | Update <versionadded/> to recent addition of optional explanatory text; make the explanation text take the same attribute name for both <versionadded/> and <versionchanged/>.
* 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.