diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tabu/tabu.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/tabu/tabu.drv | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/tabu/tabu.drv b/Master/texmf-dist/source/latex/tabu/tabu.drv index d99c80f5b1c..e81c0550a20 100644 --- a/Master/texmf-dist/source/latex/tabu/tabu.drv +++ b/Master/texmf-dist/source/latex/tabu/tabu.drv @@ -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,12 +36,12 @@ %% 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> %% \edef\thisfile{\jobname} \def\thisinfo{Flexible \LaTeX{} tabulars (\FC)} -\def\thisdate{2011/01/15} -\def\thisversion{1.9} +\def\thisdate{2011/01/25} +\def\thisversion{2.0} \def\CTANbaseurl{http://www.ctan.org/tex-archive/macros/latex} \def\CTANdisplay{CTAN:macros/latex} \makeatletter\protected\def\CTANhref{\@ifstar\CTANhrefstar\CTANhrefnost}\makeatother @@ -37,7 +52,13 @@ \PassOptionsToPackage{svgnames}{xcolor} \PassOptionsToPackage{hyperfootnotes}{hyperref} \documentclass[a4paper,oneside]{ltxdoc} -\AtBeginDocument{\DeleteShortVerb{\|}} +\AtBeginDocument{ + \DeleteShortVerb{\|} + \csname @ifpackagelater\endcsname{interfaces}{2011/01/17}{} + {\PackageError{tabu-pdf-documentation} + {interfaces must be later\MessageBreak + than 2011/01/17 to compile this\MessageBreak + documentation. Please update your packages}\@ehd}} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{etoolbox,geometry,graphicx,xcolor,lastpage,lmodern,bbding,hologo,relsize,moresize,manfnt,pifont,xspace,numprint,amsmath} @@ -50,14 +71,15 @@ \usepackage{tabularx}\tracingtabularx \usepackage{enumitem-zref} \usepackage[verbose]{linegoal}[2010/12/07] -\usepackage{interfaces}[2010/12/07] +\usepackage{interfaces}[2011/01/17] \usetikz{basic,chains,positioning} \usepackage{embedfile} \RequirePackage{amsopn,amsmath}% \DeclareMathOperator \RequirePackage[a]{esvect}% for vectors \DeclareMathOperator*\Div{div} \DeclareMathOperator*\Rot{\vv{\text{rot}}} -\newrobustcmd*\dpartial[2]{\displaystyle\genfrac{}{}{}{}{\partial#1}{\partial#2}} +\newrobustcmd*\dpartial[2]{\displaystyle\genfrac{}{}{}{}{\partial\mkern.2\thinmuskip#1}{\partial\mkern.2\thinmuskip#2}} +\newrobustcmd*\dtotal[2]{\displaystyle\genfrac{}{}{}{}{\text d\mkern.2\thinmuskip#1}{\text d\mkern.2\thinmuskip#2}} \usepackage{expl3,l3keys2e,siunitx} \usepackage{xfrac} \csname endofdump\endcsname @@ -79,7 +101,6 @@ \begin{document} \DocInput{\thisfile.dtx} \end{document} - \endinput %% %% End of file `tabu.drv'. |