From: Good Guy Date: Thu, 7 Jan 2021 21:46:58 +0000 (-0700) Subject: fix latex2html parameters to match in use set X-Git-Tag: 2021-05~29 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=a68d2e08a2656ba4126387981d12fcc555a286b1 fix latex2html parameters to match in use set --- diff --git a/translate_manual b/translate_manual index 055e2f0..3fbd6a6 100755 --- a/translate_manual +++ b/translate_manual @@ -24,7 +24,10 @@ rm -rf CinelerraGG_Manual #latex2html -html_version 4.0,math -use_pdftex -nouse_dvipng -image_type gif -nofootnode -numbered_footnotes -split +3 -link 3 -bottom_navigation -local_icons -t 'Cinelerra-GG Infinity' CinelerraGG_Manual.tex # another alternative options combination -latex2html -html_version 4.0,math -use_pdftex -use_dvipng -image_type png -nofootnode -numbered_footnotes -cut_ref_name -split +3 -link 3 -bottom_navigation -local_icons -t 'Cinelerra-GG Infinity' CinelerraGG_Manual.tex +#latex2html -html_version 4.0,math -use_pdftex -use_dvipng -image_type png -nofootnode -numbered_footnotes -cut_ref_name -split +3 -link 3 -bottom_navigation -local_icons -t 'Cinelerra-GG Infinity' CinelerraGG_Manual.tex + +# Alternative currently used on the cinelerra-gg.org website / created on a Fedora system +latex2html -html_version 4.0,math -use_pdftex -nouse_dvipng -long_titles 5 -image_type gif -nofootnode -numbered_footnotes -split +3 -link 3 -cut_ref_name -bottom_navigation -local_icons -t 'CinelerraGG_Manual' CinelerraGG_Manual.tex # revert back to the original documentclass #mv -f CinelerraGG_tmp.tex CinelerraGG_Manual.tex