aboutsummaryrefslogtreecommitdiffstats
path: root/virtio-html.tex
Commit message (Collapse)AuthorAgeFilesLines
* tex: drop unused todonotesMichael S. Tsirkin2018-04-161-1/+1
| | | | | | | | We don't really use todonotes, this dependency can be dropped. We do need to import xcolor which was previously pulled in by todonotes. Tested-by: Mihai Carabas <mihai.carabas@oracle.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* html: work around bug in html generationmstsirkin2015-02-051-1/+5
| | | | | | | | | | | | | | | | | | Using texlive on Fedora 21, \url for some reason replaces hypen - with -_ in html output only. This is only a formatting issue: the link itself is correct. For example: <A HREF="http://docs.oasis-open.org"> http://docs.oasis-_open.org</A> I don't know why this happens, but it seems to go away if we override - within urls inserting an mbox around it. makeatletter \g@addto@macro\UrlSpecials{\do\-{\mbox{-}}} Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@474 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
* virtio-html.tex: add hrulefill before each chaptermstsirkin2013-12-031-1/+1
| | | | | | | | Same as we have in PDF. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@157 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
* More formatting fixes from Chet's suggestions:rusty2013-12-031-0/+2
| | | | | | | | | | | | | | 1) Indented pdf subtitles correctly. 2) Correct wording for public review drafts 3) Include footnote html files. 4) "approved by VIRTIO" not "members of OASIS" 5) "OASIS Standard" in citation section changed to depend on filename. 6) URL in citation section fixed. 7) Footnotes in HTML version are all consecutively numbered. Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@156 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
* tex: tweak generated output file namesmstsirkin2013-12-011-0/+1
| | | | | | | | | | | | | Tweak output to match oasis requirements. Make it possible to specify output name through environment, and set draft stage and version automatically. Add script to export all files in a zip archive. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@142 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
* html: rename filemstsirkin2013-12-011-0/+58
htlatex doesn't seem to support -jobname for output file name, so simply rename file before processing. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@141 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652