summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
committerKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
commita683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch)
tree424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex
parent5beb5368a684995153c8566797ba054f21c666af (diff)
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex')
-rw-r--r--Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex62
1 files changed, 0 insertions, 62 deletions
diff --git a/Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex b/Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex
deleted file mode 100644
index 817ffbe7f1d..00000000000
--- a/Master/texmf-doc/doc/english/latex-web-companion/latex2html/l2hexa.tex
+++ /dev/null
@@ -1,62 +0,0 @@
-\documentclass{article}
-\usepackage{graphicx}
-\usepackage{francais}
-\usepackage{makeidx}
-\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}}
-\makeindex
-\title{Exemple d'un article en fran\c{c}ais}
-\author{Michel Goossens}
-\begin{document}
-\maketitle
-\tableofcontents
-\listoffigures
-\listoftables
-\section{Une figure EPS}
-\index{section}
-Cette section montre comment inclure une figure PostScript\cite{bib-PS}
-dans un document \LaTeX. La figure~\ref{Fpsfig}
-est ins\'er\'ee dans le texte \`a l'aide de la commande
- \verb!\includegraphics{colorcir.eps}!.
-\index{figure}
-\index{PostScript}
-\begin{figure}
- \begin{center}
- \begin{tabular}{c@{\qquad}c}
- \includegraphics[width=3cm]{colorcir} &
- \includegraphics[width=3cm]{tac2dim}
- \end{tabular}
- \end{center}
- \caption{Deux images EPS}
- \label{Fpsfig}
-\end{figure}
-
-\section{Exemple d'un tableau}
-
-Le tableau~\ref{tab:exa} \`a la page \pageref{tab:exa}
-montre l'utilisation de l'environnement \texttt{table}.
-
-\begin{table}
- \begin{center}
- \begin{tabular}{cccccc}
- \Lcs{primo} & \primo & \Lcs{secundo} & \secundo & \Lcs{tertio} & \tertio \\
- \Lcs{quatro} & \quatro& 1\Lcs{ier} & 1\ier & 1\Lcs{iere} & 1\iere \\
- \Lcs{fprimo)}&\fprimo)& \Lcs{No} 10 & \No 10 & \Lcs{no} 15 & \no 15 \\
- \Lcs{og} a \Lcs{fg}&\og a \fg&3\Lcs{ieme}&3\ieme & 10\Lcs{iemes}& 10\iemes
- \end{tabular}
- \end{center}
- \caption{Quelques commandes de l'option \texttt{francais} de \texttt{babel}}
- \label{tab:exa}
- \index{tableau}
-\end{table}
-
-\begin{thebibliography}{99}
-\index{r\'ef\'erences}
-\bibitem{bib-PS}
-Adobe Inc.
-\emph{PostScript, manuel de r\'ef\'erence (2\ieme \'edition)}
-Inter\'Editions (France), 1992
-\end{thebibliography}
-\printindex
-\index{index}
-\end{document}
-% End of document.