OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Version Control Commit by mstsirkin


Author: mstsirkin
Date: 2013-11-25 12:25:46 +0000 (Mon, 25 Nov 2013)
New Revision: 111
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=111&sc=1

Added:
   txt2latex.pl
Log:
txt2latex.pl: script to convert text to latex

The result compiles and looks kind of OK.

This reverse-engineers our txt format to generate
the initial latex file.

Tables are included in verbatim sections.
Code is included in listing sections.
Math is escaped with $$.

TODO (possibly manually):
- remove extra sections at the beginning of the document
- format tales using tabular or similar environment
- format lists using itemize/enumerate/description
- prevent hyphenation in the middle of identifiers

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]