summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-web-companion/latex2html/ex30.tex
blob: 0b1b755235f10d0c6baee23be19d13d54d425474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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}