
\externallabel{/RepEcrFtagshtmlCode}{/RepEcrFtagshtmlCode/latex2html.pl}
at the beginning of your LaTeX document.
You may refer to the function "Subroutine" in your source code writing
\externalref{R_Subroutine}
in your LaTeX document.
mkdir -p /usr/local/cessenat && mv ftagshtml.tar.gz /usr/local/cessenat/.
cd /usr/local/cessenat
gunzip ftagshtml.tar.gz && tar xvf ftagshtml.tar
then remove useless archive
rm -f /usr/local/cessenat/ftagshtml.tar.gz
| Variable | Valeur |
|---|---|
| FTAGSHTML_DIR | /usr/local/cessenat |
| PATH | $PATH:$FTAGSHTML_DIR/bin |
| MANPATH | $MANPATH:$FTAGSHTML_DIR/man |
ftagshtml -cgi "http://papitou.magic/cgi-perso" -conf "FORTRAN" -www "/code/FORTRAN/HTML/ftagshtml" -code "Fortran" -l2h -latexindex -hevea -I ./include *.f *.cand check the surf on cessenat/example/ftagshtml/HTML/ftagshtml/index.html is the same as the one on Program Fortran Exemple.
ftagshtml -hevea -latexindex *.f *.cwhere comments are in LaTeX
latex Lindex && latex Lindex && dvips -f Lindex.dvi -o Lindex.ps && pdflatex Lindex && xpdf Lindex.pdf &
Check the file created there is identical to
Program Fortran Example Format PDF.
ftagshtml -latexindex -hevea -l2h *.f *.cto get LaTeX2HTML external references
latex exemple && latex exemple && latex2html exemple
Check the file created there is identical to
LaTeX Documentation converted into HTML.
Olivier Cessenat <cessenat@free.fr>
Last modified: Mon May 28 00:37:51 2001