File: ex22.tex

package info (click to toggle)
texlive-lang 2022.20230122-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,447,264 kB
  • sloc: perl: 61,377; xml: 53,781; makefile: 4,525; sh: 4,338; ansic: 2,892; python: 2,861; ruby: 1,031; lisp: 750; awk: 649; java: 159; sed: 142; csh: 25
file content (29 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (15)
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}