diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-19 00:46:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-19 00:46:27 +0000 |
commit | c79fbe30044b8ebdfbca7d2b53744a8e38839900 (patch) | |
tree | 2138d639860159b83a586a2cc5a92c65474b95ba /Master/texmf-dist/source/latex/tabu/tabu.ins | |
parent | 1c296282898b92c5bfb391b443223e04241f5ef1 (diff) |
tabu 2.0 (17jan11)
git-svn-id: svn://tug.org/texlive/trunk@21114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tabu/tabu.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tabu/tabu.ins | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/tabu/tabu.ins b/Master/texmf-dist/source/latex/tabu/tabu.ins index 19d353d648c..e789445f372 100644 --- a/Master/texmf-dist/source/latex/tabu/tabu.ins +++ b/Master/texmf-dist/source/latex/tabu/tabu.ins @@ -8,7 +8,22 @@ %% %% This is a generated file. %% -%% tabu : 2011/01/15 v1.9 - tabu : Flexible LaTeX tabulars +%% tabu : 2011/01/25 v2.0 - tabu : Flexible LaTeX tabulars +%% +%% ******************************************************* +%% \begin{tabu} to <dimen>{ preamble } +%% \begin{tabu} spread <dimen>{ preamble } +%% +%% Default target: \linewidth or \linegoal: +%% +%% \tabulinesep=2pt +%% +%% \begin{tabu} { |[3pt red] X[4c] X[1c] X[-2ml] |[3pt blue] } +%% \tabucline[3pt on 2pt, cyan]- +%% one & two & three +%% \\ \tabucline[3pt yellow]- +%% \end{tabu} +%% ******************************************************* %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -21,23 +36,38 @@ %% tabu.sty, tabu.pdf, tabu.ins %% %% tabu : Flexible LaTeX tabulars -%% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> +%% lppl copyright 2010-2011 by FC <florent.chervet@free.fr> %% \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: 2011/01/15 v1.9 - tabu: Flexible LaTeX tabulars} +\Msg{* Package: 2011/01/25 v2.0 - tabu: Flexible LaTeX tabulars} \Msg{************************************************************************} \keepsilent \askforoverwritefalse -\let\MetaPrefix\relax +\let\MetaPrefix \relax \preamble This is a generated file. -tabu : 2011/01/15 v1.9 - tabu : Flexible LaTeX tabulars +tabu : 2011/01/25 v2.0 - tabu : Flexible LaTeX tabulars + +******************************************************* +\string\begin{tabu} to <dimen>{ preamble } +\string\begin{tabu} spread <dimen>{ preamble } + +Default target: \string\linewidth or \string\linegoal: + +\string\tabulinesep=2pt + +\string\begin{tabu} { |[3pt red] X[4c] X[1c] X[-2ml] |[3pt blue] } + \string\tabucline[3pt on 2pt, cyan]- + one & two & three + \string\\ \string\tabucline[3pt yellow]- +\string\end{tabu} +******************************************************* This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -50,10 +80,10 @@ and the derived files tabu.sty, tabu.pdf, tabu.ins tabu : Flexible LaTeX tabulars -Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> +lppl copyright 2010-2011 by FC <florent.chervet@free.fr> \endpreamble -\let\MetaPrefix\DoubleperCent +\let\MetaPrefix \DoubleperCent \generate{% \file{tabu.ins}{\from{tabu.dtx}{install}}% @@ -81,7 +111,6 @@ Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> \Msg{************************************************************************} \endbatchfile - \endinput %% %% End of file `tabu.ins'. |