diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex b/Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex new file mode 100644 index 00000000000..0b1b755235f --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex @@ -0,0 +1,43 @@ +\documentclass{article} +\usepackage[dvips]{graphicx} +\usepackage{francais} +\usepackage{html} +\usepackage{makeidx} +%begin{latexonly} +\usepackage[T1]{fontenc} +%end{latexonly} + +\internal{../ex31/} +\internal[sections]{../ex31/} +%\internal[contents]{../ex31/} +\internal[figure]{../ex31/} +\internal[index]{../ex31/} + +\internal{../ex32/} +\internal[sections]{../ex32/} +%\internal[contents]{../ex32/} +\internal[table]{../ex32/} +\internal[index]{../ex32/} + +\makeindex +\title{Exemple d'un document segmenté} +\author{Ross Moore \& Michel Goossens} + +\begin{document} +\maketitle\htmlrule +\tableofchildlinks\htmlrule +%begin{latexonly} +\tableofcontents +%end{latexonly} +\listoffigures\listoftables\htmlrule + +\segment{ex31}{section}{Une figure EPS} +\endsegment[section] +\html{Référence à figure~\ref{Fpsfig}.} + +\segment{ex32}{section}{Exemple d'un tableau} +\endsegment[section] +\html{Référence à tableau~\ref{tab-exa}.} +\htmlrule \input{ex3bib} +\htmlrule \printindex \htmlrule +\end{document} |