From e1038ccbe4bff1114d501d4f23cb80cb2d45bbb6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Feb 2010 23:57:37 +0000 Subject: bosisio 2.2 (10feb10) git-svn-id: svn://tug.org/texlive/trunk@16959 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/bosisio/accenti.sty | 44 ++- Master/texmf-dist/tex/latex/bosisio/dblfont.sty | 29 +- Master/texmf-dist/tex/latex/bosisio/envmath.sty | 409 +++++++++++++++++++++++ Master/texmf-dist/tex/latex/bosisio/evenpage.sty | 61 ++++ Master/texmf-dist/tex/latex/bosisio/graphfig.sty | 31 +- Master/texmf-dist/tex/latex/bosisio/mathcmd.sty | 29 +- Master/texmf-dist/tex/latex/bosisio/mathenv.sty | 402 ---------------------- Master/texmf-dist/tex/latex/bosisio/quotes.sty | 29 +- Master/texmf-dist/tex/latex/bosisio/sobolev.sty | 29 +- 9 files changed, 589 insertions(+), 474 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/bosisio/envmath.sty create mode 100644 Master/texmf-dist/tex/latex/bosisio/evenpage.sty delete mode 100644 Master/texmf-dist/tex/latex/bosisio/mathenv.sty (limited to 'Master/texmf-dist/tex/latex/bosisio') diff --git a/Master/texmf-dist/tex/latex/bosisio/accenti.sty b/Master/texmf-dist/tex/latex/bosisio/accenti.sty index a83ddec0ba9..f9c2be126a6 100644 --- a/Master/texmf-dist/tex/latex/bosisio/accenti.sty +++ b/Master/texmf-dist/tex/latex/bosisio/accenti.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files accenti.dtx and accenti.html | +%% | and of the derived files accenti.sty and accenti.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{accenti} -\def\fileversion{2.0} -\def\filedate{1997/12/20} -\def\docdate{1997/12/20} -\def\filedescr{Commands to make accents (BF)} +\def\fileversion{2.3} +\def\filedate{2005/04/02} +\def\docdate{2005/04/09} +\def\filedescr{Commands to make accents (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] @@ -57,10 +64,15 @@ \ProcessOptions %% %% -\let\aAccent=\a -\let\DotlessI=\i -\let\oFinnick=\o -\let\uAccent=\u +\let\a@RIGINAL=\a +\let\i@RIGINAL=\i +\let\o@RIGINAL=\o +\let\u@RIGINAL=\u +%% +\DeclareRobustCommand*\aAccent{\a@RIGINAL} +\DeclareRobustCommand*\DotlessI{\i@RIGINAL} +\DeclareRobustCommand*\oFinnick{\o@RIGINAL} +\DeclareRobustCommand*\uAccent{\u@RIGINAL} %% \if@NotOnlyExtended@ %-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\ \AtBeginDocument{% diff --git a/Master/texmf-dist/tex/latex/bosisio/dblfont.sty b/Master/texmf-dist/tex/latex/bosisio/dblfont.sty index 8e032467648..2feaa335737 100644 --- a/Master/texmf-dist/tex/latex/bosisio/dblfont.sty +++ b/Master/texmf-dist/tex/latex/bosisio/dblfont.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files dblfont.dtx and dblfont.html | +%% | and of the derived files dblfont.sty and dblfont.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{dblfont} -\def\fileversion{2.0} +\def\fileversion{2.2} \def\filedate{1997/12/13} -\def\docdate{1997/12/13} -\def\filedescr{Blackboard-bold symbols (BF)} +\def\docdate{2005/04/09} +\def\filedescr{Blackboard-bold symbols (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] diff --git a/Master/texmf-dist/tex/latex/bosisio/envmath.sty b/Master/texmf-dist/tex/latex/bosisio/envmath.sty new file mode 100644 index 00000000000..9d7db52bb9c --- /dev/null +++ b/Master/texmf-dist/tex/latex/bosisio/envmath.sty @@ -0,0 +1,409 @@ +%% +%% This is file `envmath.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% envmath.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from envmath.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file envmath.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% +%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +%% | Copyright(C) 1997-2010 by F. Bosisio | +%% | | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files envmath.dtx and envmath.html | +%% | and of the derived files envmath.sty and envmath.pdf. | +%% | | +%% | E-mail: fbosisio@bigfoot.com | +%% | CTAN location: macros/latex/contrib/bosisio/ | +%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +%% +%% If you make any improvment, find any bug or have +%% any suggestion, please let me know about it. +%% +\def\FileName{envmath} +\def\fileversion{2.5} +\def\filedate{2010/02/10} +\def\docdate{2005/04/09} +\def\filedescr{Extended math environments (FB)} +%% +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] +%% +\newif\if@Redefine@Equation@ +\DeclareOption{RedefEquation}{\@Redefine@Equation@true} +\DeclareOption{StdEquation}{\@Redefine@Equation@false} +%% +\newif\if@Redefine@Brackets@ +\DeclareOption{RedefBrackets}{\@Redefine@Brackets@true} +\DeclareOption{StdBrackets}{\@Redefine@Brackets@false} +%% +\DeclareOption{Standard}{\@Redefine@Equation@false\@Redefine@Brackets@false} +%% +\ExecuteOptions{RedefEquation,RedefBrackets} +%% +\ProcessOptions* +%% +\newcommand*\StartMath@Err[1]{% +\ifmmode\PackageError{\FileName}{% +You can't use environment ``#1'' in math mode}{% +You probably used ``\string\end{#1}'' without a previous ``\string\begin{#1}''.}% +\else$$\fi% +} +%% +\AtBeginDocument{% +\let\@StandardEquation=\equation +} +\def\@LabelledEquation[#1]{\@StandardEquation\label{#1}} +\newenvironment{Equation}{% +\@ifnextchar[{\@LabelledEquation}{\@StandardEquation}% +}{% +\endequation% +} +\if@Redefine@Equation@ + \AtBeginDocument{\let\equation=\Equation} +\fi +%% +\def\Equation@Star[#1]{\StartMath@Err{equation*}} +\AtBeginDocument{% +\@namedef{equation*}{\@ifnextchar[{\Equation@Star}{\Equation@Star[]}}% +\@namedef{endequation*}{$$\global\@ignoretrue}% +} +%% +\let\@ArrayCR=\@arraycr +\def\@ArrayCR@quadra[#1]{\@ArrayCR[#1]\displaystyle} +\def\@ArrayCR@star@quadra[#1]{% +\@ArrayCR[#1]\displaystyle\mbox{\hspace{\SystemStarIndent}}% +} +\def\@ArrayCR@star*{% +\@ifnextchar[{\@ArrayCR@star@quadra}{% +\@ArrayCR\displaystyle\mbox{\hspace{\SystemStarIndent}}}}% +\newcommand*{\ARRAY@CR}{\@ifnextchar*{\@ArrayCR@star}{% +\@ifnextchar[{\@ArrayCR@quadra}{\@ArrayCR\displaystyle}}% +} +%% +\newcommand*\MakeAmper@Active[1]{ +\global\def\@AMPERSAND{#1}% +\begingroup% + \catcode`\~\active \lccode`\~`\&% + \lowercase{% + \global\expandafter\let + \csname ac\string\&\endcsname~% + \gdef~{\@AMPERSAND}}% +\endgroup% +\global\catcode`\&\active% +} +%% +\newcommand*\MakeAmper@Tab{\global\catcode`\&=4} +%% +\newcommand*\OneShot@Amper[2]{% +\MakeAmper@Active{#1\expandafter\MakeAmper@Tab}% +} +%% +\newlength\MultiLineIndent +\setlength{\MultiLineIndent}{1.7em} +%% +\newlength\MultiLineStarIndent +\setlength\MultiLineStarIndent{1em} +%% +\newcommand*\@MultiLineCR{% +\@ifnextchar*{\MLineCR@star}{% +\@ifnextchar[{\MLineCR@quadra}{\@ArrayCR\ML@EveryRow}}% +} +\def\MLineCR@star*{% +\@ifnextchar[{\MLineCR@star@quadra}{% +\@ArrayCR\ML@EveryRow\hspace{\MultiLineStarIndent}}% +} +\def\MLineCR@star@quadra[#1]{% +\@ArrayCR[#1]% +\ML@EveryRow% +\hspace{\MultiLineStarIndent}% +} +\def\MLineCR@quadra[#1]{\@ArrayCR[#1]\ML@EveryRow} +\newcommand*\@MultiLINEcr{% +\ifnum\catcode`\&=4% +\global\def\ML@EveryRow{&\displaystyle\mbox{}}% +\else% +\MakeAmper@Tab% +\global\def\ML@EveryRow{\displaystyle\mbox{\hspace{\MultiLineIndent}}}% +\fi% +\ML@EveryRow% +} +%% +\newcommand*{\CONTINUE}{% +\PackageError{\FileName}{% +Command ``\string\CONTINUE'' is obsolete: use ``\string\\*'' instead}{% +You'd better correct your input file as stated above,\MessageBreak% +but if you press ENTER everything will work for the moment.}% +\MLineCR@star*% +} +%% +\newcommand*\Start@MultiLine{% +\@ifnextchar[{\Start@MultiLine@quadra}{\Start@MultiLine@no}% +} +%% +\def\Start@MultiLine@quadra[#1]{\@LABEL{#1}\Start@MultiLine@no} +%% +\newcommand*\Start@MultiLine@no{% +\OneShot@Amper{}{\displaystyle}% +\let\@arraycr=\@MultiLineCR% +\let\ML@EveryRow=\@MultiLINEcr% +\begin{array}{l@{\hspace{0.3em}}l}% +\displaystyle% +} +%% +\newcommand*\Stop@MultiLine{% +\end{array}% +\let\@arraycr=\@ArrayCR% +\MakeAmper@Tab% % For the case no ``\\'' is used +} +%% +\newenvironment{MultiLine}{% +\let\@LABEL=\label% +\@StandardEquation% +\Start@MultiLine% +}{% +\Stop@MultiLine% +\endequation% +\global\@ignoretrue% +} +%% +\@namedef{MultiLine*}{\ifmmode\Not@MathErr{MultiLine*}\else$$\fi% +\def\@LABEL##1{}% +\Start@MultiLine% +} +\@namedef{endMultiLine*}{\Stop@MultiLine$$\global\@ignoretrue} +%% +\newcommand*\@System@Def{% +\let\@arraycr=\ARRAY@CR% +\left\lbrace% +\begin{array}{l@{\qquad}l@{}}% +\displaystyle% +} +\def\Label@System[#1]{\@StandardEquation\label{#1}\@System@Def} +\newenvironment{System}{% +\@ifnextchar[{\Label@System}{\@StandardEquation\@System@Def}% +}{% +\end{array}% +\right.% +\endequation% +\let\@arraycr=\@ArrayCR% +\global\@ignoretrue% +} +%% +\def\System@Star[#1]{\StartMath@Err{System*}\@System@Def} +\@namedef{System*}{\@ifnextchar[{\System@Star}{\System@Star[]}} +\@namedef{endSystem*}{\end{array}\right. $$\let\@arraycr=\@ArrayCR \global\@ignoretrue} +%% +\newenvironment{EQNarray}{% +\PackageError{\FileName}{Environment ``EQNarray'' is obsolete}{% +Use the ``equationarry'' environment from the ``eqnarray'' package instead!}% +\eqnarray% +}{% +\endeqnarray% +} +%% +\newlength\SystemColSep +\setlength\SystemColSep{2em} +%% +\newlength\SystemBraceSep +\setlength\SystemBraceSep{3pt} +%% +\newlength\SystemStarIndent +\setlength\SystemStarIndent{2em} +%% +\newsavebox{\SysRow@Box} +\newlength\ColOne@Width +\newlength\ColTwo@Width +\newlength\SysCol@TmpWidth +%% +\newcommand*\Start@EqSysRow{% +\OneShot@Amper{% +$\end{lrbox}% +\settowidth\SysCol@TmpWidth{\usebox{\SysRow@Box}}% +\ifnum\SysCol@TmpWidth>\ColOne@Width\global\setlength\ColOne@Width\SysCol@TmpWidth\fi% +\usebox{\SysRow@Box}% +}{% +\begin{lrbox}{\SysRow@Box}$\displaystyle% +}% +\begin{lrbox}{\SysRow@Box}$\displaystyle% +} +%% +\newcommand*\Stop@EqSysRow{% +$\end{lrbox}% +\settowidth\SysCol@TmpWidth{\usebox{\SysRow@Box}}% +\ifnum\catcode`\&=4% +\ifnum\SysCol@TmpWidth>\ColTwo@Width\global\setlength\ColTwo@Width\SysCol@TmpWidth\fi% +\else% +\MakeAmper@Tab% +\ifnum\SysCol@TmpWidth>\ColOne@Width\global\setlength\ColOne@Width\SysCol@TmpWidth\fi% +\fi% +\usebox{\SysRow@Box}% +} +%% +\def\@EqSystCR@star@quadra[#1]{% +\Sys@@eqncr% +\noalign{\penalty\@eqpen\vskip #1\relax}% +\Start@EqSysRow% +\mbox{\hspace{\SystemStarIndent}}% +} +%% +\def\@EqSystCR@star*{% +\global\@eqnswfalse% +\@ifnextchar[{\@EqSystCR@star@quadra}{% +\Sys@@eqncr\Start@EqSysRow\mbox{\hspace{\SystemStarIndent}}}% +} +%% +\def\@EqSystCR@quadra[#1]{% +\Sys@@eqncr% +\noalign{\penalty\@eqpen\vskip #1\relax}% +\Start@EqSysRow% +} +%% +\newcommand*\EqSyst@CR{% +\Stop@EqSysRow% +\@ifnextchar*{\@EqSystCR@star}{% +\@ifnextchar[{\@EqSystCR@quadra}{\Sys@@eqncr\Start@EqSysRow}}% +} +%% +\let\Label@EqSystem=\relax +%% +\newcommand*\Sys@@eqncr{% +\let\reserved@a\relax% +\ifcase\@eqcnt\def\reserved@a{& &}% %% \@eqcnt = 0 +\or\def\reserved@a{&}% %% \@eqcnt = 1 +\else% %% \@eqcnt > 1 +\let\reserved@a\@empty% +\PackageError{\FileName}{Too many columns in EqSystem environment}{% +You can use at most one ``&'' in each row of an ``EqSystem'' environment.}% +\fi% +\reserved@a% +\if@eqnsw\Label@EqSystem\@eqnnum\stepcounter{equation}\fi% +\global\@eqnswtrue% +\global\@eqcnt\z@% +\cr% +} +%% +\newenvironment{EqSystem}[1][\relax]{% +\setcounter{EqSys@counter}{0}% +\def\Label@EqSystem{#1}% +\def\@tempa{\relax}% +\ifx\Label@EqSystem\@tempa\else% +\def\Label@EqSystem{\stepcounter{EqSys@counter}\label{#1:\alph{EqSys@counter}}}% +\fi% +\BEGIN@EqSystem% +}{% +\Stop@EqSysRow% +%%%-------------------- \endEQNarr@y ----------------------% +\Sys@@eqncr% +\egroup% +\global\advance\c@equation\m@ne% +$$% +%%%--------------------------------------------------------% +\vspace*{-\belowdisplayskip}% +\end{minipage}% +\advance\ColTwo@Width\ColOne@Width% +\advance\ColTwo@Width\SystemColSep% +\setlength\SysCol@TmpWidth\displaywidth% +\global\advance\SysCol@TmpWidth-\ColTwo@Width% +\global\divide\SysCol@TmpWidth\tw@% +\global\advance\SysCol@TmpWidth\ColTwo@Width% +\global\advance\SysCol@TmpWidth\SystemBraceSep% %% Space around left-brace +\global\advance\SysCol@TmpWidth 1em% %% ~= Left-brace size +\hspace{-\SysCol@TmpWidth}% +\right\lbrace% +\advance\SysCol@TmpWidth-1em% %% ~= Left-brace size +\hspace*{\SysCol@TmpWidth}% +$$\global\@ignoretrue% +} +%% +\newcommand*\BEGIN@EqSystem{% +\setlength\ColOne@Width\z@% +\setlength\ColTwo@Width\z@% +$$\left.% +\begin{minipage}{\displaywidth}% +\vspace*{-\abovedisplayskip}% +%%%-------------------------- \EQNarr@y -------------------% +\stepcounter{equation}% +\let\@currentlabel=\theequation% +\global\@eqnswtrue% +\global\@eqcnt\z@% +\tabskip\@centering% +\let\\=\EqSyst@CR% +$$\halign to \displaywidth\bgroup% +\tabskip\z@{##}\hfil% +&\global\@eqcnt\@ne% +\hspace{\SystemColSep}{##}\hfil% +\tabskip\@centering% +&\llap{##}\tabskip\z@\cr% +%%%--------------------------------------------------------% +\Start@EqSysRow% +} +%% +\newcounter{EqSys@counter} +%% +\newcommand*\EqSystem@Star[1][\relax]{% +\stepcounter{equation}% +\setcounter{EqSys@counter}{\value{equation}}% +\def\Label@EqSystem{#1}% +\def\@tempa{\relax}% +\ifx\Label@EqSystem\@tempa\else% +\let\@currentlabel=\theequation% +\label{#1}% +\def\Label@EqSystem{\label{#1:\alph{equation}}}% +\fi% +\let\INNER@theEQUATION=\theequation% +\xdef\inner@theEQUATION{\theequation}% +\def\theequation{\inner@theEQUATION\alph{equation}}% +\setcounter{equation}{0}% +\BEGIN@EqSystem% +} +%% +\@namedef{EqSystem*}{\EqSystem@Star} +%% +\@namedef{endEqSystem*}{% +\endEqSystem% +\setcounter{equation}{\value{EqSys@counter}}% +\global\let\theequation=\INNER@theEQUATION% +} +\if@Redefine@Brackets@ + \AtBeginDocument{% + \let\math=\( + \let\endmath=\) + \let\displaymath=\[ + \let\enddisplaymath=\] + \renewcommand*{\(}{\left(}% + \renewcommand*{\)}{\right)}% + \renewcommand*{\[}{\left[}% + \renewcommand*{\]}{\right]}% + \renewcommand*{\{}{\left\lbrace}% + \renewcommand*{\}}{\right\rbrace}% + } +\fi +\endinput +%% +%% End of file `envmath.sty'. diff --git a/Master/texmf-dist/tex/latex/bosisio/evenpage.sty b/Master/texmf-dist/tex/latex/bosisio/evenpage.sty new file mode 100644 index 00000000000..b1f6ad78094 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bosisio/evenpage.sty @@ -0,0 +1,61 @@ +%% +%% This is file `evenpage.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% evenpage.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from evenpage.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file evenpage.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% +%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +%% | Copyright(C) 1997-2010 by F. Bosisio | +%% | | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files evenpage.dtx and evenpage.html | +%% | and of the derived files evenpage.sty and evenpage.pdf. | +%% | | +%% | E-mail: fbosisio@bigfoot.com | +%% | CTAN location: macros/latex/contrib/bosisio/ | +%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +%% +%% If you make any improvment, find any bug or have +%% any suggestion, please let me know about it. +%% +\def\FileName{evenpage} +\def\fileversion{1.0} +\def\filedate{1998/01/21} +\def\docdate{2005/04/09} +\def\filedescr{Ensures the number of pages to be even (FB)} +%% +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] +%% +\AtEndDocument{\ifodd\value{page}\clearpage\mbox{}\thispagestyle{empty}\fi} +%% +\endinput +%% +%% End of file `evenpage.sty'. diff --git a/Master/texmf-dist/tex/latex/bosisio/graphfig.sty b/Master/texmf-dist/tex/latex/bosisio/graphfig.sty index 0911fb613cc..4fd76676aed 100644 --- a/Master/texmf-dist/tex/latex/bosisio/graphfig.sty +++ b/Master/texmf-dist/tex/latex/bosisio/graphfig.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files graphfig.dtx and graphfig.html | +%% | and of the derived files graphfig.sty and graphfig.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{graphfig} -\def\fileversion{2.0} -\def\filedate{1997/15/12} -\def\docdate{1997/15/12} -\def\filedescr{Commands to include graphics files (BF)} +\def\fileversion{2.2} +\def\filedate{1997/12/15} +\def\docdate{2005/04/09} +\def\filedescr{Commands to include graphics files (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] diff --git a/Master/texmf-dist/tex/latex/bosisio/mathcmd.sty b/Master/texmf-dist/tex/latex/bosisio/mathcmd.sty index e2fdfd72063..57abb9d09c7 100644 --- a/Master/texmf-dist/tex/latex/bosisio/mathcmd.sty +++ b/Master/texmf-dist/tex/latex/bosisio/mathcmd.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files mathcmd.dtx and mathcmd.html | +%% | and of the derived files mathcmd.sty and mathcmd.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{mathcmd} -\def\fileversion{2.0} +\def\fileversion{2.2} \def\filedate{1997/12/20} -\def\docdate{1997/12/20} -\def\filedescr{Extensions to math environments (BF)} +\def\docdate{2005/04/09} +\def\filedescr{Extensions to math environments (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] diff --git a/Master/texmf-dist/tex/latex/bosisio/mathenv.sty b/Master/texmf-dist/tex/latex/bosisio/mathenv.sty deleted file mode 100644 index a27944a0db0..00000000000 --- a/Master/texmf-dist/tex/latex/bosisio/mathenv.sty +++ /dev/null @@ -1,402 +0,0 @@ -%% -%% This is file `mathenv.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% mathenv.dtx (with options: `package') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. -%% -%% Any modified versions of this file must be renamed -%% with new filenames distinct from mathenv.sty. -%% -%% For distribution of the original source see the terms -%% for copying and modification in the file mathenv.dtx. -%% -%% This generated file may be distributed as long as the -%% original source files, as listed above, are part of the -%% same distribution. (The sources need not necessarily be -%% in the same archive or directory.) -%% -%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | -%% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | -%% | | -%% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | -%% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% -%% -%% If you make any improvment, find any bug or have -%% any suggestion, please let me know about it. -%% -\def\FileName{mathenv} -\def\fileversion{2.2} -\def\filedate{1998/02/04} -\def\docdate{1998/02/06} -\def\filedescr{Extended math environments (BF)} -%% -\NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] -%% -\newif\if@Redefine@Equation@ -\DeclareOption{RedefEquation}{\@Redefine@Equation@true} -\DeclareOption{StdEquation}{\@Redefine@Equation@false} -%% -\newif\if@Redefine@Brackets@ -\DeclareOption{RedefBrackets}{\@Redefine@Brackets@true} -\DeclareOption{StdBrackets}{\@Redefine@Brackets@false} -%% -\DeclareOption{Standard}{\@Redefine@Equation@false\@Redefine@Brackets@false} -%% -\ExecuteOptions{RedefEquation,RedefBrackets} -%% -\ProcessOptions* -%% -\newcommand*\StartMath@Err[1]{% -\ifmmode\PackageError{mathenv}{% -You can't use environment "#1" in math mode}{% -You probably used "\string\end{#1}" without a previous "\string\begin{#1}".}% -\else$$\fi% -} -%% -\AtBeginDocument{% -\let\@StandardEquation=\equation -} -\def\@LabelledEquation[#1]{\@StandardEquation\label{#1}} -\newenvironment{Equation}{% -\@ifnextchar[{\@LabelledEquation}{\@StandardEquation}% -}{% -\endequation% -} -\if@Redefine@Equation@ - \AtBeginDocument{\let\equation=\Equation} -\fi -%% -\def\Equation@Star[#1]{\StartMath@Err{equation*}} -\AtBeginDocument{% -\@namedef{equation*}{\@ifnextchar[{\Equation@Star}{\Equation@Star[]}}% -\@namedef{endequation*}{$$\global\@ignoretrue}% -} -%% -\let\@ArrayCR=\@arraycr -\def\@ArrayCR@quadra[#1]{\@ArrayCR[#1]\displaystyle} -\def\@ArrayCR@star@quadra[#1]{% -\@ArrayCR[#1]\displaystyle\mbox{\hspace{\SystemStarIndent}}% -} -\def\@ArrayCR@star*{% -\@ifnextchar[{\@ArrayCR@star@quadra}{% -\@ArrayCR\displaystyle\mbox{\hspace{\SystemStarIndent}}}}% -\newcommand*{\ARRAY@CR}{\@ifnextchar*{\@ArrayCR@star}{% -\@ifnextchar[{\@ArrayCR@quadra}{\@ArrayCR\displaystyle}}% -} -%% -\newcommand*\MakeAmper@Active[1]{ -\global\def\@AMPERSAND{#1}% -\begingroup% - \catcode`\~\active \lccode`\~`\&% - \lowercase{% - \global\expandafter\let - \csname ac\string\&\endcsname~% - \gdef~{\@AMPERSAND}}% -\endgroup% -\global\catcode`\&\active% -} -%% -\newcommand*\MakeAmper@Tab{\global\catcode`\&=4} -%% -\newcommand*\OneShot@Amper[2]{% -\MakeAmper@Active{#1\expandafter\MakeAmper@Tab}% -} -%% -\newlength\MultiLineIndent -\setlength{\MultiLineIndent}{1.7em} -%% -\newlength\MultiLineStarIndent -\setlength\MultiLineStarIndent{1em} -%% -\newcommand*\@MultiLineCR{% -\@ifnextchar*{\MLineCR@star}{% -\@ifnextchar[{\MLineCR@quadra}{\@ArrayCR\ML@EveryRow}}% -} -\def\MLineCR@star*{% -\@ifnextchar[{\MLineCR@star@quadra}{% -\@ArrayCR\ML@EveryRow\hspace{\MultiLineStarIndent}}% -} -\def\MLineCR@star@quadra[#1]{% -\@ArrayCR[#1]% -\ML@EveryRow% -\hspace{\MultiLineStarIndent}% -} -\def\MLineCR@quadra[#1]{\@ArrayCR[#1]\ML@EveryRow} -\newcommand*\@MultiLINEcr{% -\ifnum\catcode`\&=4% -\global\def\ML@EveryRow{&\displaystyle\mbox{}}% -\else% -\MakeAmper@Tab% -\global\def\ML@EveryRow{\displaystyle\mbox{\hspace{\MultiLineIndent}}}% -\fi% -\ML@EveryRow% -} -%% -\newcommand*{\CONTINUE}{% -\PackageError{mathenv}{% -Command "\string\CONTINUE" is obsolete: use ``\string\\*" instead}{% -You'd better correct your input file as stated above,\MessageBreak% -but if you press ENTER everything will work for the moment.}% -\MLineCR@star*% -} -%% -\newcommand*\Start@MultiLine{% -\@ifnextchar[{\Start@MultiLine@quadra}{\Start@MultiLine@no}% -} -%% -\def\Start@MultiLine@quadra[#1]{\@LABEL{#1}\Start@MultiLine@no} -%% -\newcommand*\Start@MultiLine@no{% -\OneShot@Amper{}{\displaystyle}% -\let\@arraycr=\@MultiLineCR% -\let\ML@EveryRow=\@MultiLINEcr% -\begin{array}{l@{\hspace{0.3em}}l}% -\displaystyle% -} -%% -\newcommand*\Stop@MultiLine{% -\end{array}% -\let\@arraycr=\@ArrayCR% -\MakeAmper@Tab% % For the case no "\\" is used -} -%% -\newenvironment{MultiLine}{% -\let\@LABEL=\label% -\@StandardEquation% -\Start@MultiLine% -}{% -\Stop@MultiLine% -\endequation% -\global\@ignoretrue% -} -%% -\@namedef{MultiLine*}{\ifmmode\Not@MathErr{MultiLine*}\else$$\fi% -\def\@LABEL##1{}% -\Start@MultiLine% -} -\@namedef{endMultiLine*}{\Stop@MultiLine$$\global\@ignoretrue} -%% -\newcommand*\@System@Def{% -\let\@arraycr=\ARRAY@CR% -\left\lbrace% -\begin{array}{l@{\qquad}l@{}}% -\displaystyle% -} -\def\Label@System[#1]{\@StandardEquation\label{#1}\@System@Def} -\newenvironment{System}{% -\@ifnextchar[{\Label@System}{\@StandardEquation\@System@Def}% -}{% -\end{array}% -\right.% -\endequation% -\let\@arraycr=\@ArrayCR% -\global\@ignoretrue% -} -%% -\def\System@Star[#1]{\StartMath@Err{System*}\@System@Def} -\@namedef{System*}{\@ifnextchar[{\System@Star}{\System@Star[]}} -\@namedef{endSystem*}{\end{array}\right. $$\let\@arraycr=\@ArrayCR \global\@ignoretrue} -%% -\newenvironment{EQNarray}{% -\PackageError{mathenv}{Environment "EQNarray" is obsolete}{% -Use the "equationarry" environment from the "eqnarray" package instead!}% -\eqnarray% -}{% -\endeqnarray% -} -%% -\newlength\SystemColSep -\setlength\SystemColSep{2em} -%% -\newlength\SystemBraceSep -\setlength\SystemBraceSep{3pt} -%% -\newlength\SystemStarIndent -\setlength\SystemStarIndent{2em} -%% -\newsavebox{\SysRow@Box} -\newlength\ColOne@Width -\newlength\ColTwo@Width -\newlength\SysCol@TmpWidth -%% -\newcommand*\Start@EqSysRow{% -\OneShot@Amper{% -$\end{lrbox}% -\settowidth\SysCol@TmpWidth{\usebox{\SysRow@Box}}% -\ifnum\SysCol@TmpWidth>\ColOne@Width\global\setlength\ColOne@Width\SysCol@TmpWidth\fi% -\usebox{\SysRow@Box}% -}{% -\begin{lrbox}{\SysRow@Box}$\displaystyle% -}% -\begin{lrbox}{\SysRow@Box}$\displaystyle% -} -%% -\newcommand*\Stop@EqSysRow{% -$\end{lrbox}% -\settowidth\SysCol@TmpWidth{\usebox{\SysRow@Box}}% -\ifnum\catcode`\&=4% -\ifnum\SysCol@TmpWidth>\ColTwo@Width\global\setlength\ColTwo@Width\SysCol@TmpWidth\fi% -\else% -\MakeAmper@Tab% -\ifnum\SysCol@TmpWidth>\ColOne@Width\global\setlength\ColOne@Width\SysCol@TmpWidth\fi% -\fi% -\usebox{\SysRow@Box}% -} -%% -\def\@EqSystCR@star@quadra[#1]{% -\Sys@@eqncr% -\noalign{\penalty\@eqpen\vskip #1\relax}% -\Start@EqSysRow% -\mbox{\hspace{\SystemStarIndent}}% -} -%% -\def\@EqSystCR@star*{% -\global\@eqnswfalse% -\@ifnextchar[{\@EqSystCR@star@quadra}{% -\Sys@@eqncr\Start@EqSysRow\mbox{\hspace{\SystemStarIndent}}}% -} -%% -\def\@EqSystCR@quadra[#1]{% -\Sys@@eqncr% -\noalign{\penalty\@eqpen\vskip #1\relax}% -\Start@EqSysRow% -} -%% -\newcommand*\EqSyst@CR{% -\Stop@EqSysRow% -\@ifnextchar*{\@EqSystCR@star}{% -\@ifnextchar[{\@EqSystCR@quadra}{\Sys@@eqncr\Start@EqSysRow}}% -} -%% -\let\Label@EqSystem=\relax -%% -\newcommand*\Sys@@eqncr{% -\let\reserved@a\relax% -\ifcase\@eqcnt\def\reserved@a{& &}% %% \@eqcnt = 0 -\or\def\reserved@a{&}% %% \@eqcnt = 1 -\else% %% \@eqcnt > 1 -\let\reserved@a\@empty% -\PackageError{mathenv}{Too many columns in EqSystem environment}{% -You can use at most one "&" in each row of an "EqSystem" environment.}% -\fi% -\reserved@a% -\if@eqnsw\Label@EqSystem\@eqnnum\stepcounter{equation}\fi% -\global\@eqnswtrue% -\global\@eqcnt\z@% -\cr% -} -%% -\newenvironment{EqSystem}[1][\relax]{% -\setcounter{EqSys@counter}{0}% -\def\Label@EqSystem{#1}% -\def\@tempa{\relax}% -\ifx\Label@EqSystem\@tempa\else% -\def\Label@EqSystem{\stepcounter{EqSys@counter}\label{#1:\alph{EqSys@counter}}}% -\fi% -\BEGIN@EqSystem% -}{% -\Stop@EqSysRow% -%%%-------------------- \endEQNarr@y ----------------------% -\Sys@@eqncr% -\egroup% -\global\advance\c@equation\m@ne% -$$% -%%%--------------------------------------------------------% -\vspace*{-\belowdisplayskip}% -\end{minipage}% -\advance\ColTwo@Width\ColOne@Width% -\advance\ColTwo@Width\SystemColSep% -\setlength\SysCol@TmpWidth\displaywidth% -\global\advance\SysCol@TmpWidth-\ColTwo@Width% -\global\divide\SysCol@TmpWidth\tw@% -\global\advance\SysCol@TmpWidth\ColTwo@Width% -\global\advance\SysCol@TmpWidth\SystemBraceSep% %% Space around left-brace -\global\advance\SysCol@TmpWidth 1em% %% ~= Left-brace size -\hspace{-\SysCol@TmpWidth}% -\right\lbrace% -\advance\SysCol@TmpWidth-1em% %% ~= Left-brace size -\hspace*{\SysCol@TmpWidth}% -$$\global\@ignoretrue% -} -%% -\newcommand*\BEGIN@EqSystem{% -\setlength\ColOne@Width\z@% -\setlength\ColTwo@Width\z@% -$$\left.% -\begin{minipage}{\displaywidth}% -\vspace*{-\abovedisplayskip}% -%%%-------------------------- \EQNarr@y -------------------% -\stepcounter{equation}% -\let\@currentlabel=\theequation% -\global\@eqnswtrue% -\global\@eqcnt\z@% -\tabskip\@centering% -\let\\=\EqSyst@CR% -$$\halign to \displaywidth\bgroup% -\tabskip\z@{##}\hfil% -&\global\@eqcnt\@ne% -\hspace{\SystemColSep}{##}\hfil% -\tabskip\@centering% -&\llap{##}\tabskip\z@\cr% -%%%--------------------------------------------------------% -\Start@EqSysRow% -} -%% -\newcounter{EqSys@counter} -%% -\newcommand*\EqSystem@Star[1][\relax]{% -\stepcounter{equation}% -\setcounter{EqSys@counter}{\value{equation}}% -\def\Label@EqSystem{#1}% -\def\@tempa{\relax}% -\ifx\Label@EqSystem\@tempa\else% -\let\@currentlabel=\theequation% -\label{#1}% -\def\Label@EqSystem{\label{#1:\alph{equation}}}% -\fi% -\let\INNER@theEQUATION=\theequation% -\xdef\inner@theEQUATION{\theequation}% -\def\theequation{\inner@theEQUATION\alph{equation}}% -\setcounter{equation}{0}% -\BEGIN@EqSystem% -} -%% -\@namedef{EqSystem*}{\EqSystem@Star} -%% -\@namedef{endEqSystem*}{% -\endEqSystem% -\setcounter{equation}{\value{EqSys@counter}}% -\global\let\theequation=\INNER@theEQUATION% -} -\if@Redefine@Brackets@ - \AtBeginDocument{% - \let\math=\( - \let\endmath=\) - \let\displaymath=\[ - \let\enddisplaymath=\] - \renewcommand*{\(}{\left(}% - \renewcommand*{\)}{\right)}% - \renewcommand*{\[}{\left[}% - \renewcommand*{\]}{\right]}% - \renewcommand*{\{}{\left\lbrace}% - \renewcommand*{\}}{\right\rbrace}% - } -\fi -\endinput -%% -%% End of file `mathenv.sty'. diff --git a/Master/texmf-dist/tex/latex/bosisio/quotes.sty b/Master/texmf-dist/tex/latex/bosisio/quotes.sty index 8adbfbee7c5..ec27fc93f1a 100644 --- a/Master/texmf-dist/tex/latex/bosisio/quotes.sty +++ b/Master/texmf-dist/tex/latex/bosisio/quotes.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files quotes.dtx and quotes.html | +%% | and of the derived files quotes.sty and quotes.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{quotes} -\def\fileversion{2.0} +\def\fileversion{2.2} \def\filedate{1997/12/20} -\def\docdate{1997/12/20} -\def\filedescr{Commands to use double quotes (BF)} +\def\docdate{2005/04/09} +\def\filedescr{Commands to use double quotes (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] diff --git a/Master/texmf-dist/tex/latex/bosisio/sobolev.sty b/Master/texmf-dist/tex/latex/bosisio/sobolev.sty index abc81cafffd..d0a8148be76 100644 --- a/Master/texmf-dist/tex/latex/bosisio/sobolev.sty +++ b/Master/texmf-dist/tex/latex/bosisio/sobolev.sty @@ -22,27 +22,34 @@ %% in the same archive or directory.) %% %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -%% | Copyright(C) 1997-1999 by Francesco Bosisio | +%% | Copyright(C) 1997-2010 by F. Bosisio | %% | | -%% | This program can be redistributed and/or modified under the | -%% | terms of the LaTeX Project Public License Distributed from | -%% | CTAN archives in directory macros/latex/base/lppl.txt; | -%% | either version 1 of the License, or any later version. | +%% | This program can be redistributed and/or modified under | +%% | the terms of the LaTeX Project Public License, either | +%% | version 1.3 of this license or (at your option) any later | +%% | version. The latest version of this license is in | +%% | http://www.latex-project.org/lppl.txt | +%% | and version 1.3 or later is part of all LaTeX distributions | +%% | version 2005/12/01 or later. | +%% | | +%% | This work has the LPPL maintenance status `maintained'. | +%% | The Current Maintainer of this work is F. Bosisio. | +%% | | +%% | This work consists of files sobolev.dtx and sobolev.html | +%% | and of the derived files sobolev.sty and sobolev.pdf. | %% | | %% | E-mail: fbosisio@bigfoot.com | -%% | Web page: http://www.bigfoot.com/~fbosisio/LaTeX | -%% | CTAN location: macros/latex/contrib/supported/bosisio/ | +%% | CTAN location: macros/latex/contrib/bosisio/ | %% + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + %% -%% %% If you make any improvment, find any bug or have %% any suggestion, please let me know about it. %% \def\FileName{sobolev} -\def\fileversion{2.3} +\def\fileversion{2.2} \def\filedate{1997/11/14} -\def\docdate{1997/11/05} -\def\filedescr{Commands to print the Sobolev spaces (BF)} +\def\docdate{2005/04/09} +\def\filedescr{Commands to print the Sobolev spaces (FB)} %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{\FileName}[\filedate\space v\fileversion\space\filedescr] -- cgit v1.2.3