summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tabu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tabu')
-rw-r--r--Master/texmf-dist/doc/latex/tabu/README38
-rw-r--r--Master/texmf-dist/doc/latex/tabu/tabu.pdfbin0 -> 1327043 bytes
2 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tabu/README b/Master/texmf-dist/doc/latex/tabu/README
new file mode 100644
index 00000000000..e3a81270baa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tabu/README
@@ -0,0 +1,38 @@
++---------------------------------------------------------+
+| tabu - Flexible LaTeX tabulars |
++---------------------------------------------------------+
+
+tabu provides a single environment: tabu
+designed to make all kind of tabulars provided that they do
+not split accross pages.
+
+tabu is based on array.sty and requires no other package.
+tabu does not modify array.sty nor the classes of tokens.
+
+tabu can be used in place of tabular, tabular* and tabularx
+X columns in tabu can be specified with a width coefficient
+the alignement (l,r,c,j) the column type (p,m,b) or even $.
+
+tabu also works in math mode and its name remains tabu.
+tabu can contain any type of tabular, array, tabularx
+tabu can be put inside tabular, array, tabularx, tabular*
+
+\begin{tabu} is like tabular if the preamble has no X column
+\begin{tabu} to <dimen> specifies the target width
+\begin{tabu} spread <dimen> enlarge the natural width
+
+tabu with X columns has a default target if not specified
+(usefull for nested tabus + compatibility with \linegoal)
+
+tabu provides facilities to change the font and the alignment
+in one row (\rowfont), save and restore the preamble and the
+tabular parameters (\savetabu, \usetabu).
+
+tabu provides other facilities to align numbers in X columns
+draw lines with color, dashed or even leaders. Those facilities
+are provided for convenience: they work as long as the tabu
+preamble does not contain "too special tokens".
+
+tabu has been tested successfully with many packages related
+to tabulars, cells, alignment...
+
diff --git a/Master/texmf-dist/doc/latex/tabu/tabu.pdf b/Master/texmf-dist/doc/latex/tabu/tabu.pdf
new file mode 100644
index 00000000000..79180f4bc06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tabu/tabu.pdf
Binary files differ