
Hi Chris, I just tested omitting the separation parameter for the html output in the makefile. html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell,2" That "2" at the end of the second line is supposed to direct the separation into files up to the 2nd level. Change that to html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell" The result is quite good. Only three footnotes got separated into extra files. HTH Thomas Am 27.02.2015 um 20:32 schrieb Christopher Done:
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe