Open main menu

Changes

Manual

630 bytes added, 23:12, 20 August 2013
A [http://miktex.org/ windows MiKTeX] should fetch it automatically.
When compiling the pdf latex manual, only '''html.sty''' is needed. The easiest is just to placethat in your LaTeX installation. [http://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages See this guide].<source lang="bash">cd $HOME/Downloads ;wget http://www.latex2html.org/~latex2ht/current/latex2html-2008.tar.gz ;tar -xzf latex2html-2008.tar.gz ;rm latex2html-2008.tar.gz ;cd `where latex | xargs dirname` cd ../../texmf-local/tex/latex# ORcd ../../texmf-dist/tex/latex cp -r /$HOME/Downloads/latex2html-2008/texinputs latex2html </source>For a complete build of latex2html in linux
<source lang="bash">
cd $HOME/Downloads ;
mkdir build ;
./configure --help
./configure
#Or make a custom build
./configure --prefix=$PWD/build
make
Trusted, Bureaucrats
1,382

edits