Next in thread → Next in month →

Touch-ups needed for the virtio csd01 and csprd01 file "front matter"

From
Michael S. Tsirkin <>
Date
2014-01-19T11:54:00+00:00
ID
Thread
Touch-ups needed for the virtio csd01 and csprd01 file "front matter"
On Fri, Dec 20, 2013 at 02:58:52PM -0500, Paul Knight wrote:
>
Finally, there is an issue which I don't think we can address for csd01/
>
csprd01 (without re-approval by the TC), but which I very much hope can be
>
addressed in future publications: >
- The 18 footnotes each appear as individual HTML files, leading to a
>
terrible clutter in the publication directory. We'd like to see if they can
>
either be included in the main HTML file (typically at the end of the file)
>
or if this can't be arranged, then in a "footnotes" subdirectory. >
>
Although Chet is on vacation now, I'll also check with him to see if we (TC
>
Administration) can apply the "subdirectory" fix to these files during
>
publication.  It may qualify as an allowable style modification.  htlatex has an option to place footnotes at the end of the file with the main text.  I attach an example result.  If this is desired, pls let me know and I'll commit this change.
--->  html: make footnotes inline  Makes text search easier and reduces clutter in the public directory.  Signed-off-by: Michael S. Tsirkin <>  ---  diff --git a/makehtml.sh b/makehtml.sh index cad297c..93e26b5 100755 --- a/makehtml.sh +++ b/makehtml.sh @@ -7,7 +7,7 @@ cp virtio-html.tex $SPECDOC.tex
#uncomment if you have a broken t4ht  #PATH=./t4ht-workaround:${PATH} htlatex $SPECDOC.tex "virtiohtml,info,charset=utf-8" " -cunihtf -utf8" -htlatex $SPECDOC.tex "virtio-html,info,charset=utf-8" " -cunihtf -utf8" +htlatex $SPECDOC.tex "virtio-html,info,charset=utf-8,fn-in" " -cunihtf -utf8"
rm $SPECDOC.tex

--
MST
Attachment:
virtio-v1.0-wd02.zip
Description:  Zip archive
Next in thread → Next in month →