diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-14 22:10:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-14 22:10:48 +0000 |
commit | af7cbe0e07505a3c93324c6008f280474dd8396f (patch) | |
tree | 7c8239726e5dabdd90dbd659417182020ecbdb7c /Master/texmf-dist/doc | |
parent | 8af9a4793946fecf843c500b86aff321a0f5f47d (diff) |
tabu (14jan19)
git-svn-id: svn://tug.org/texlive/trunk@49707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabu/README | 42 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tabu/README.md | 84 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tabu/tabu.pdf | bin | 2464778 -> 2526818 bytes |
3 files changed, 84 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/tabu/README b/Master/texmf-dist/doc/latex/tabu/README deleted file mode 100644 index 295162e2b84..00000000000 --- a/Master/texmf-dist/doc/latex/tabu/README +++ /dev/null @@ -1,42 +0,0 @@ -+---------------------------------------------------------+ -| 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. - -Starting from version 1.5, longtabu is provided: based on -longtable, longtabu allows tabulars to stretch out on -several pages. - -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, \preamble). - -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/README.md b/Master/texmf-dist/doc/latex/tabu/README.md new file mode 100644 index 00000000000..61a3eb8eeb4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tabu/README.md @@ -0,0 +1,84 @@ +# tabu + + +## Original Tabu README + + +## 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. + +Starting from version 1.5, longtabu is provided: based on +longtable, longtabu allows tabulars to stretch out on +several pages. + +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, \preamble). + +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... + +- - - - + +## Emergency updates to the LaTeX tabu package + +The original author of tabu appears out of contact, and tabu had not +been updated for several years, finally becoming unusable in 2019 as +updates to other packages mean some of its patched code did not work +as intended. + +The package is not being actively maintained however any major required +fixes may be reported to the https://github.com/tabu-fixed/tabu repository +and volunteers there (currently members of the LaTeX3 Team) will attempt +to update the package with any fixes required. + + + + +## Issues from Stackexchange + +### Fixed in release 2.9 + +https://tex.stackexchange.com/questions/469282/xcolor-breaking-and-align-environments-inside-tabu + +https://tex.stackexchange.com/questions/468948/longtabu-and-color-compatibility + +https://tex.stackexchange.com/questions/466147/tabu-very-recently-stopped-working-with-color-xcolor-or-with-fancyvrb/466261 + +https://tex.stackexchange.com/questions/87144/incompatibility-between-verbatim-and-tabu-danger-of-using-scantokens-in-a-pac + +https://tex.stackexchange.com/questions/430973/tabu-m-column-vertical-alignment-not-working-after-package-updates +(Note that this is only a temporary fix reverting the change in array package m column implementation. +A more complete fix would be to adapt tabu code to the new array.) + + +### Not yet handled + +https://tex.stackexchange.com/questions/201510/what-is-the-difference-between-and-linebreak-in-cfoot
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tabu/tabu.pdf b/Master/texmf-dist/doc/latex/tabu/tabu.pdf Binary files differindex 9d2ef8a260b..b61fb84ed77 100644 --- a/Master/texmf-dist/doc/latex/tabu/tabu.pdf +++ b/Master/texmf-dist/doc/latex/tabu/tabu.pdf |