Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | txt2latex.pl: don't put _ in labels | mstsirkin | 2013-11-25 | 1 | -0/+2 |
| | | | | | | | | This doesn't work well if _ is redefined, and is easy to avoid. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@112 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 | ||||
* | txt2latex.pl: script to convert text to latex | mstsirkin | 2013-11-25 | 1 | -0/+182 |
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> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@111 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 |