Tabulation Examples
Tabulation Examples
This documentation serves to illustrate the use of the various packages aiming at creating tables in LaTeX by giving examples of actual code and the corresponding results. First note that, it is possible to create tables with the list of standard packages provided by the preamble section of a generic PlanetMath entry. However, the following package
\\usepackage{tabls}
is recommended, in particular when the contents of the cells in a table are of different sizes.
Elementary Examples
- 1.
\\begin{tabular}{c}a\\\\bc\\\\def\\\\ghij\\\\klmno\\end{tabular}