|
From: Christoph B. <us...@be...> - 2015-08-24 13:19:59
|
Am 18.08.2015 um 01:08 schrieb Karl-Friedrich Ratzsch: > > * "make html" throws a billion errors. I get an html output in the > end, sometimes, but it looks very broken. There are errormessages > from latex2html that options are missing from the "inputenc" and > "hyperref" package. Only my latex2html version (2008) seems to not > have a hyperref package. (i also tried "make html" in the 4.6 tree, > and there it tries to call "htlatex" instead of latex2html. > docs/README in 5.1cvs says it wants to use htlatex, too, but doesn't?) > > I tried searching the web a bit and found a few messages on > gnuplot-beta and in the bug tracker, but I'm not really clear how > the status of this is. For this reason, that no proper LaTeX-to-HTML-converter exists, I proposed a standalone doc2html converter, of which I posted a first version as patch on sf: http://sourceforge.net/p/gnuplot/patches/683/. Since I got no real feedback I didn't go on. But the doc format isn't so complicated that one cannot have an own doc2html converter. One could use this converter to get one single-file documentation, a multi-file documentation and a responsive version using e.g. bootstrap or whatever. Christoph |