summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/latex2html/ex22.tex
blob: ff97376b1207c2c2ad01f8a1d2b00767e873d922 (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
\documentclass{article}
\usepackage{html}
%begin{latexonly}
\usepackage[T1]{fontenc}
%end{latexonly}
\usepackage[dvips]{graphicx}
\usepackage{francais}
\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}}
\begin{document}
\section{Exemple d'un tableau}
\label{sec-tableau}
Le \hyperref{tableau}{tableau }{}{tab-exa} montre
l'utilisation de l'environnement \texttt{table}.
\begin{table}
\centering
 \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}
\caption{Quelques commandes de l'option 
  \texttt{french} de \texttt{babel}}\label{tab-exa}
\end{table}
\end{document}