diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-27 18:44:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-27 18:44:23 +0000 |
commit | 5691eba007aa04de66f737f9e721b76d2d6b5454 (patch) | |
tree | e311d22644159d4c129bfe9291862d91eb7a0e18 /Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx | |
parent | 43a74c7594c1ac6be0685cc2339594b63536bd3b (diff) |
tabulars-e examples (25jan11)
git-svn-id: svn://tug.org/texlive/trunk@21191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx b/Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx new file mode 100644 index 00000000000..1dc3fb98176 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tabulars-e/06-00-1.ltx @@ -0,0 +1,51 @@ +%% +%% A DANTE-Edition example +%% +%% Example 06-00-1 on page 178. +%% +%% Copyright (C) 2010 Herbert Voss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +%% +%% ==== +% Show page(s) 1 +%% +\documentclass[]{article} +\pagestyle{empty} +\setlength\textwidth{375.57637pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} +\usepackage[frenchb]{babel} + +\usepackage{array,ragged2e,booktabs,capt-of} +\newcolumntype{C}[1]{>{\Centering}b{#1}} + +\begin{document} +\begin{tabular}{@{}l C{2cm} C{2.7cm} C{1.8cm}@{}}\toprule +\bfseries Pratiques & \bfseries Nombre de dossiers + & \bfseries Cas où le gouvernement a eu gain de cause + & \bfseries Cessions ordonnées \\\midrule + & \itshape\bfseries 1890-1939 \\\midrule +\bfseries Concentrations & 57 & 46 & 20 \\ +\quad Marché national & 33 & 25 & 12 \\ +\quad Marché régional ou local & 24 & 21 & 9 \\ +\bfseries Pratiques antitrust & \bfseries97 & \bfseries79 & \bfseries8 \\ +\quad Marché national & 54 & 43 & 5 \\ +\quad Marché régional ou local & 43 & 36 & 3 \\ +\emph{Total} &154 &125 &\textbf{28} \\\midrule + & \itshape\bfseries 1940-1999 \\\midrule +\bfseries Concentrations & 28 & 25 & 9 \\ +\quad Marché national & 14 & 12 & 4 \\ +\quad Marché régional ou local & 14 & 13 & 5 \\ +\bfseries Pratiques antitrust & \bfseries91 & \bfseries75 & \bfseries7 \\ +\quad Marché national & 52 & 42 & 2 \\ +\quad Marché régional ou local & 39 & 33 & 5 \\ +\emph{Total} &119 &100 &\textbf{16} \\\bottomrule +\multicolumn{4}{@{}l}{\scriptsize\emph{Source}: adapté de Posner (2001,p. 106).} +\end{tabular} +\end{document} |