X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=translate_manual;h=7aca5872c81b510c9cf000a091e173d38133fbe6;hp=3fbd6a674bc9c9e89da3b64206f7808104f9cfe3;hb=d7503e3c27356a22abb1b36ba8b303f6fea6b61d;hpb=ddfed9117f8e22f3940e1ad11013444aaa20f496 diff --git a/translate_manual b/translate_manual index 3fbd6a6..7aca587 100755 --- a/translate_manual +++ b/translate_manual @@ -15,22 +15,14 @@ pdflatex CinelerraGG_Manual.tex # clean the future HTML directory rm -rf CinelerraGG_Manual -# latex2html does not know documentclass memoir. It does work nevertheless -# but may produce slightly better results if we temporarily switch to book. -#mv -f CinelerraGG_Manual.tex CinelerraGG_tmp.tex -#sed -e 's/{memoir}/{book}/' CinelerraGG_Manual.tex +# translate document (GIF images generated via gs, good for debugging) +#latex2html -html_version 4.0,math -use_pdftex -nouse_dvipng -image_type gif -nofootnode -show_section_numbers -split +3 -link 3 -bottom_navigation -local_icons -t 'Cinelerra-GG Infinity' CinelerraGG_Manual.tex -# translate document -#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 +# another alternative options combination (PNG images, nicer look) +#latex2html -html_version 4.0,math -use_pdftex -use_dvipng -image_type png -nofootnode -show_section_numbers -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 +latex2html -html_version 4.0,math -use_pdftex -nouse_dvipng -long_titles 5 -image_type gif -nofootnode -show_section_numbers -split +3 -link 3 -bottom_navigation -local_icons -t 'CinelerraGG_Manual' CinelerraGG_Manual.tex # this single image has to be copied explicitly cp images/cin-big.png CinelerraGG_Manual