From 3ccc631fabfef36be01565d0de3b6c8bdee69a04 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 29 Nov 2007 14:28:19 +0000 Subject: update tabvar from ctan git-svn-id: svn://tug.org/texlive/trunk@5649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tabvar/demo.pdf | Bin 251444 -> 251835 bytes .../texmf-dist/doc/latex/tabvar/install-tabvar.sh | 2 +- Master/texmf-dist/doc/latex/tabvar/tabvar.pdf | Bin 263945 -> 310322 bytes Master/texmf-dist/source/latex/tabvar/tabvar.dtx | 33 +++++++++++++-------- Master/texmf-dist/source/latex/tabvar/tabvar.ins | 4 +-- Master/texmf-dist/tex/latex/tabvar/tabvar.1 | 8 ++--- Master/texmf-dist/tex/latex/tabvar/tabvar.2 | 8 ++--- Master/texmf-dist/tex/latex/tabvar/tabvar.3 | 8 ++--- Master/texmf-dist/tex/latex/tabvar/tabvar.sty | 4 +-- 9 files changed, 38 insertions(+), 29 deletions(-) diff --git a/Master/texmf-dist/doc/latex/tabvar/demo.pdf b/Master/texmf-dist/doc/latex/tabvar/demo.pdf index 7630094f241..046c1a4505b 100644 Binary files a/Master/texmf-dist/doc/latex/tabvar/demo.pdf and b/Master/texmf-dist/doc/latex/tabvar/demo.pdf differ diff --git a/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh b/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh index d0df763df68..7bf8f07c98b 100755 --- a/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh +++ b/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh @@ -26,7 +26,7 @@ SOURCEDIR=${INSTDIR}/source/latex/tabvar INPUTDIR=${INSTDIR}/tex/latex/tabvar AFMDIR=${INSTDIR}/fonts/afm/public/tabvar TFMDIR=${INSTDIR}/fonts/tfm/public/tabvar -PFBDIR=${INSTDIR}/fonts/tupe1/public/tabvar +PFBDIR=${INSTDIR}/fonts/type1/public/tabvar # L'emplacement du fichier tabvar.map dépend des distributions... Tester # s'il existe un répertoire `fonts/map' dans le répertoire TEXMF principal. TEXMFCNFMAIN=`kpsewhich --expand-var='$TEXMFMAIN'` diff --git a/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf b/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf index e080e8ebe4c..2ca90348ef3 100644 Binary files a/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf and b/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf differ 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 +% % 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 . +%% Copyright (C) Daniel Flipo 2003-2007 %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} @@ -28,24 +34,28 @@ \ProvidesFile{tabvar.dtx} % %<*!cfg> - [2007/05/07 v1.1 (Daniel Flipo)] + [2007/08/08 v1.11 (Daniel Flipo)] % % %<*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 . +%% Copyright (C) Daniel Flipo 2003-2007 %% %% 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 diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 index 226974c1b92..8dde8c431c7 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 @@ -1,14 +1,14 @@ %!PS %%BoundingBox: -1 -1 25 13 %%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 -%%Creator: MetaPost 0.901 -%%CreationDate: 2006.03.17:2017 +%%Creator: MetaPost 0.993 +%%CreationDate: 2007.11.28:2130 %%Pages: 1 %%BeginProlog %%EndProlog %%Page: 1 1 - 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash - 1 setlinecap 1 setlinejoin 10 setmiterlimit + 0 0 0 setrgbcolor 0 0.19925 dtransform truncate idtransform setlinewidth pop + [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit newpath 0 0 moveto 23.91028 11.95514 lineto stroke newpath 21.28954 8.93336 moveto diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 index 8d7a276f2ae..15cfd3bd4c9 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 @@ -1,14 +1,14 @@ %!PS %%BoundingBox: -1 -1 25 13 %%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 -%%Creator: MetaPost 0.901 -%%CreationDate: 2006.03.17:2017 +%%Creator: MetaPost 0.993 +%%CreationDate: 2007.11.28:2130 %%Pages: 1 %%BeginProlog %%EndProlog %%Page: 1 1 - 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash - 1 setlinecap 1 setlinejoin 10 setmiterlimit + 0 0 0 setrgbcolor 0 0.19925 dtransform truncate idtransform setlinewidth pop + [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit newpath 0 11.95514 moveto 23.91028 0 lineto stroke newpath 19.92043 0.2835 moveto diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 index 7501bd2e0eb..4cf4df63688 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 @@ -1,14 +1,14 @@ %!PS %%BoundingBox: -1 -2 25 2 %%HiResBoundingBox: -0.09962 -1.63043 24.0099 1.63043 -%%Creator: MetaPost 0.901 -%%CreationDate: 2006.03.17:2017 +%%Creator: MetaPost 0.993 +%%CreationDate: 2007.11.28:2130 %%Pages: 1 %%BeginProlog %%EndProlog %%Page: 1 1 - 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash - 1 setlinecap 1 setlinejoin 10 setmiterlimit + 0 0 0 setrgbcolor 0 0.19925 dtransform truncate idtransform setlinewidth pop + [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit newpath 0 0 moveto 23.91028 0 lineto stroke newpath 20.21468 -1.5308 moveto diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty index 819593ffe94..956039fa1ac 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty @@ -21,11 +21,11 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% -%% Copyright (C) Daniel Flipo 2003-2007 . +%% Copyright (C) Daniel Flipo 2003-2007 %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} - [2007/05/07 v1.1 (Daniel Flipo)] + [2007/08/08 v1.11 (Daniel Flipo)] \newif\ifFlechesMP \FlechesMPfalse \DeclareOption{FlechesMP}{\FlechesMPtrue} \DeclareOption{FlechesPS}{\FlechesMPfalse} -- cgit v1.2.3