File: ex32.tex

package info (click to toggle)
texlive-lang 2016.20170123-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,093,148 kB
  • ctags: 15,901
  • sloc: perl: 46,074; xml: 29,603; makefile: 5,248; sh: 3,179; python: 2,949; ansic: 2,846; ruby: 945; lisp: 726; awk: 636; java: 159; sed: 142; cpp: 12
file content (27 lines) | stat: -rw-r--r-- 798 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
\begin{htmlonly}
\usepackage{makeidx,html}
\usepackage{francais}
\input ex32.ptr
\end{htmlonly}
\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}}
\startdocument
\index{section!tableau}

Le \hyperref{tableau}{tableau }{}{tab-exa}
montre l'utilisation de l'environnement \texttt{table}.
\begin{table}[h]
\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}
\index{tableau}
\end{table}