2007-01-15 20:52:42 +01:00
|
|
|
Simple table with caption:
|
|
|
|
|
|
|
|
\begin{table}[h]
|
|
|
|
\begin{center}
|
2009-11-28 04:22:33 +01:00
|
|
|
\begin{tabular}{rlcl}
|
2011-01-14 23:45:04 +01:00
|
|
|
Right & Left & Center & Default\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\hline
|
2011-01-14 23:45:04 +01:00
|
|
|
12 & 12 & 12 & 12\\
|
|
|
|
123 & 123 & 123 & 123\\
|
|
|
|
1 & 1 & 1 & 1\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
\caption{Demonstration of simple table syntax.}
|
|
|
|
\end{table}
|
|
|
|
|
|
|
|
Simple table without caption:
|
|
|
|
|
|
|
|
\begin{center}
|
2009-11-28 04:22:33 +01:00
|
|
|
\begin{tabular}{rlcl}
|
2011-01-14 23:45:04 +01:00
|
|
|
Right & Left & Center & Default\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\hline
|
2011-01-14 23:45:04 +01:00
|
|
|
12 & 12 & 12 & 12\\
|
|
|
|
123 & 123 & 123 & 123\\
|
|
|
|
1 & 1 & 1 & 1\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
Simple table indented two spaces:
|
|
|
|
|
|
|
|
\begin{table}[h]
|
|
|
|
\begin{center}
|
2009-11-28 04:22:33 +01:00
|
|
|
\begin{tabular}{rlcl}
|
2011-01-14 23:45:04 +01:00
|
|
|
Right & Left & Center & Default\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\hline
|
2011-01-14 23:45:04 +01:00
|
|
|
12 & 12 & 12 & 12\\
|
|
|
|
123 & 123 & 123 & 123\\
|
|
|
|
1 & 1 & 1 & 1\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
\caption{Demonstration of simple table syntax.}
|
|
|
|
\end{table}
|
|
|
|
|
|
|
|
Multiline table with caption:
|
|
|
|
|
|
|
|
\begin{table}[h]
|
|
|
|
\begin{center}
|
2007-07-28 04:32:28 +02:00
|
|
|
\begin{tabular}{>{\PBS\centering\hspace{0pt}}p{0.15\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.14\columnwidth}>{\PBS\raggedleft\hspace{0pt}}p{0.16\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.34\columnwidth}}
|
2011-01-14 23:45:04 +01:00
|
|
|
\parbox{0.15\columnwidth}{Centered Header
|
|
|
|
} & \parbox{0.14\columnwidth}{Left Aligned
|
|
|
|
} & \parbox{0.16\columnwidth}{Right Aligned
|
|
|
|
} & \parbox{0.34\columnwidth}{Default aligned
|
|
|
|
}\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\hline
|
2011-01-14 23:45:04 +01:00
|
|
|
\parbox{0.15\columnwidth}{First
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{12.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Example of a row that spans multiple lines.
|
|
|
|
}\\
|
|
|
|
\parbox{0.15\columnwidth}{Second
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{5.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Here's another one. Note the blank line between
|
|
|
|
rows.
|
|
|
|
}\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
\caption{Here's the caption. It may span multiple lines.}
|
|
|
|
\end{table}
|
|
|
|
|
|
|
|
Multiline table without caption:
|
|
|
|
|
|
|
|
\begin{center}
|
2007-07-28 04:32:28 +02:00
|
|
|
\begin{tabular}{>{\PBS\centering\hspace{0pt}}p{0.15\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.14\columnwidth}>{\PBS\raggedleft\hspace{0pt}}p{0.16\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.34\columnwidth}}
|
2011-01-14 23:45:04 +01:00
|
|
|
\parbox{0.15\columnwidth}{Centered Header
|
|
|
|
} & \parbox{0.14\columnwidth}{Left Aligned
|
|
|
|
} & \parbox{0.16\columnwidth}{Right Aligned
|
|
|
|
} & \parbox{0.34\columnwidth}{Default aligned
|
|
|
|
}\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\hline
|
2011-01-14 23:45:04 +01:00
|
|
|
\parbox{0.15\columnwidth}{First
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{12.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Example of a row that spans multiple lines.
|
|
|
|
}\\
|
|
|
|
\parbox{0.15\columnwidth}{Second
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{5.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Here's another one. Note the blank line between
|
|
|
|
rows.
|
|
|
|
}\\
|
2007-01-15 20:52:42 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
|
2010-03-07 20:34:57 +01:00
|
|
|
Table without column headers:
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
\begin{tabular}{rlcr}
|
2011-01-14 23:45:04 +01:00
|
|
|
12 & 12 & 12 & 12\\
|
|
|
|
123 & 123 & 123 & 123\\
|
|
|
|
1 & 1 & 1 & 1\\
|
2010-03-07 20:34:57 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
|
2010-03-07 20:35:27 +01:00
|
|
|
Multiline table without column headers:
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
\begin{tabular}{>{\PBS\centering\hspace{0pt}}p{0.15\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.14\columnwidth}>{\PBS\raggedleft\hspace{0pt}}p{0.16\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.34\columnwidth}}
|
2011-01-14 23:45:04 +01:00
|
|
|
\parbox{0.15\columnwidth}{First
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{12.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Example of a row that spans multiple lines.
|
|
|
|
}\\
|
|
|
|
\parbox{0.15\columnwidth}{Second
|
|
|
|
} & \parbox{0.14\columnwidth}{row
|
|
|
|
} & \parbox{0.16\columnwidth}{5.0
|
|
|
|
} & \parbox{0.34\columnwidth}{Here's another one. Note the blank line between
|
|
|
|
rows.
|
|
|
|
}\\
|
2010-03-07 20:35:27 +01:00
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
2011-01-07 06:05:28 +01:00
|
|
|
|