~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to t/alignment/tabular.tex

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-1asj0n4u3w4q6jem
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass{article}
 
2
% Tabular example from LaTeX manual, p.205
 
3
\begin{document}
 
4
\begin{tabular}{|r||r@{--}l|p{1.25in}|}
 
5
\hline
 
6
\multicolumn{4}{|c|}{GG\&A Hoofed Stock}
 
7
  \\ \hline\hline
 
8
&\multicolumn{2}{c|}{Price}& \\ \cline{2-3}
 
9
\multicolumn{1}{|c||}{Year}
 
10
& \multicolumn{1}{r@{\,\vline\,}}{low}
 
11
& high & \multicolumn{1}{c|}{Comments}
 
12
 \\ \hline
 
13
1971 &  97 & 245 & Bad year.\\ \hline
 
14
  72 & 245 & 245 & Light trading due to a heavy winter. \\ \hline
 
15
  73 & 245 & 2001 & No gnus was very good gnus this year. \\ \hline
 
16
\end{tabular}
 
17
\end{document}