File: ex22.tex

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (29 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (16)
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}