diff options
author | Norbert Preining <preining@logic.at> | 2007-11-29 14:28:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-29 14:28:19 +0000 |
commit | 3ccc631fabfef36be01565d0de3b6c8bdee69a04 (patch) | |
tree | c19ffb78838fc9ec9b3b96518a2728412551edc3 /Master/texmf-dist/source | |
parent | 342d1575f45e82195ba7c25179f76817d372487f (diff) |
update tabvar from ctan
git-svn-id: svn://tug.org/texlive/trunk@5649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/tabvar/tabvar.dtx | 33 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/tabvar/tabvar.ins | 4 |
2 files changed, 23 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/tabvar/tabvar.dtx b/Master/texmf-dist/source/latex/tabvar/tabvar.dtx index 6f304a0e91b..aed146fbabc 100644 --- a/Master/texmf-dist/source/latex/tabvar/tabvar.dtx +++ b/Master/texmf-dist/source/latex/tabvar/tabvar.dtx @@ -1,8 +1,10 @@ % \CheckSum{476} % -% \iffalse +% \iffalse meta-comment % Files `tabvar.dtx', `tabvar.ins' and `tabvar.mp' % +% Copyright (C) Daniel Flipo 2003-2007 <Daniel.Flipo at univ-lille1.fr> +% % All the files included in the `tabvar' distribution, including % the font, may be distributed and/or modified under the conditions % of the LaTeX Project Public License, either version 1.3 of this @@ -17,9 +19,13 @@ % NO PERMISSION is granted to produce or to distribute a % modified version of this file under its original name. % +% \fi +% +% \iffalse +% %<*sty> %% -%% Copyright (C) Daniel Flipo 2003-2007 <daniel.flipo@univ-lille1.fr>. +%% Copyright (C) Daniel Flipo 2003-2007 <Daniel.Flipo at univ-lille1.fr> %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} @@ -28,24 +34,28 @@ \ProvidesFile{tabvar.dtx} %</dtx> %<*!cfg> - [2007/05/07 v1.1 (Daniel Flipo)] + [2007/08/08 v1.11 (Daniel Flipo)] %</!cfg> % %<*driver> -\documentclass{ltxdoc} +\documentclass[a4paper]{ltxdoc} +\usepackage{tabvar} \GetFileInfo{tabvar.dtx} +\RecordChanges +%\OnlyDescription +% \usepackage{url} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{} \usepackage[frenchb]{babel} \newcommand*\file[1]{\textsf{#1}} +\setlength{\parindent}{0pt} \begin{document} -\parindent=0pt \begin{center} \textbf{\Large Tableaux de variations : `tabvar'}\\[3mm]^^A\] Daniel \textsc{Flipo}\\ - \texttt{Daniel.Flipo@univ-lille1.fr} + \texttt{Daniel.Flipo\at univ-lille1.fr} \end{center} \DocInput{tabvar.dtx} \end{document} @@ -168,11 +178,7 @@ % accompagn\'es de leur code source, illustrant les utilisations % possibles de l'environnement |tabvar|. % -% \subsection{Liste des changements depuis la version 1.0} -% -% Version 1.1 : ajout de la commande |\barre{}|. -% -% \StopEventually{} +% \StopEventually{\PrintChanges} % % \iffalse %<*sty> @@ -460,6 +466,10 @@ % \end{macro} % \end{macro} % +% \changes{tabvar-1.1}{2007/05/07}{Ajout de la commande \cs{barre}. +% Ajout de \cs{barre@dth} pour le calcul de la hauteur d'une +% rang\'ee (utilis\'ee par \cs{barre} et \cs{dbarre}).} +% % \begin{macro}{\dbarre} % La commande |\dbarre| sert \`a tracer les doubles barres % La commande |\vline| ne peut pas \^etre utilis\'ee \`a cette fin @@ -684,7 +694,6 @@ \endinput %%% Local Variables: -%%% TeX-master: t %%% fill-column: 70 %%% coding: latin-1 %%% End: diff --git a/Master/texmf-dist/source/latex/tabvar/tabvar.ins b/Master/texmf-dist/source/latex/tabvar/tabvar.ins index f48f48cb1df..e9939c501a5 100644 --- a/Master/texmf-dist/source/latex/tabvar/tabvar.ins +++ b/Master/texmf-dist/source/latex/tabvar/tabvar.ins @@ -3,7 +3,7 @@ %% driver files from the doc files in this package when run through %% LaTeX or TeX. %% -%% Copyright (C) Daniel Flipo 2003-2005 <daniel.flipo@univ-lille1.fr>. +%% Copyright (C) Daniel Flipo 2003-2007 <Daniel.Flipo at univ-lille1.fr> %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 of @@ -15,7 +15,6 @@ %% %% --------------- start of docstrip commands ------------------ %% -\def\filedate{2004/12/30} \def\batchfile{tabvar.ins} \input docstrip.tex @@ -63,4 +62,5 @@ \Msg{***********************************************************} } +\endbatchfile \endinput |