From 24b2cd0a33d04da7bfe49b41d5a597a5711f2cff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jan 2018 23:45:53 +0000 Subject: delimset (17jan18) git-svn-id: svn://tug.org/texlive/trunk@46359 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/delimset/README | 30 ---- Master/texmf-dist/doc/latex/delimset/README.txt | 31 ++++ Master/texmf-dist/doc/latex/delimset/delimset.pdf | Bin 314008 -> 326560 bytes Master/texmf-dist/doc/latex/delimset/dlmssamp.tex | 4 +- .../texmf-dist/source/latex/delimset/delimset.dtx | 164 ++++++++++++++------- .../texmf-dist/source/latex/delimset/delimset.ins | 4 +- Master/texmf-dist/tex/latex/delimset/delimset.sty | 4 +- 7 files changed, 147 insertions(+), 90 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/delimset/README create mode 100644 Master/texmf-dist/doc/latex/delimset/README.txt (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/delimset/README b/Master/texmf-dist/doc/latex/delimset/README deleted file mode 100644 index a15e902ef19..00000000000 --- a/Master/texmf-dist/doc/latex/delimset/README +++ /dev/null @@ -1,30 +0,0 @@ -delimset v1.0 -Copyright 2016 Niklas Beisert - -delimset is a LaTeX2e package to typeset and declare sets of delimiters -in math mode whose size can be adjusted conveniently. - -The package consists of the files - - README readme file - delimset.ins installation file - delimset.dtx source file - delimset.sty package file - dlmssamp.tex sample latex file - delimset.pdf manual - -The distribution consists of the files README, delimset.ins and delimset.dtx. - -Run "(pdf)latex delimset.dtx" to compile the manual delimset.pdf. - -Run "latex delimset.ins" to create the package delimset.sty and the sample dlmssamp.tex. -Copy the file delimset.sty to an appropriate directory of your LaTeX -distribution, e.g. texmf-root/tex/latex/delimset. - -This work may be distributed and/or modified under the -conditions 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 distributions of LaTeX -version 2005/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/delimset/README.txt b/Master/texmf-dist/doc/latex/delimset/README.txt new file mode 100644 index 00000000000..f125874a1ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimset/README.txt @@ -0,0 +1,31 @@ +delimset v1.01 +Copyright 2016-2018 Niklas Beisert + +delimset is a LaTeX2e package to typeset and declare sets of delimiters +in math mode whose size can be adjusted conveniently. + +The package consists of the files + + README.txt readme file + delimset.ins installation file + delimset.dtx source file + delimset.sty package file + dlmssamp.tex sample latex file + delimset.pdf manual + +The distribution consists of the files +README.txt, delimset.ins and delimset.dtx. + +Run "(pdf)latex delimset.dtx" to compile the manual delimset.pdf. + +Run "latex delimset.ins" to create the package delimset.sty and the sample dlmssamp.tex. +Copy the file delimset.sty to an appropriate directory of your LaTeX +distribution, e.g. texmf-root/tex/latex/delimset. + +This work may be distributed and/or modified under the +conditions 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 distributions of LaTeX +version 2005/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/delimset/delimset.pdf b/Master/texmf-dist/doc/latex/delimset/delimset.pdf index f13b40abdaa..4459ff758fe 100644 Binary files a/Master/texmf-dist/doc/latex/delimset/delimset.pdf and b/Master/texmf-dist/doc/latex/delimset/delimset.pdf differ diff --git a/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex b/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex index 66b6360aabc..85dfc615507 100644 --- a/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex +++ b/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex @@ -6,7 +6,7 @@ %% %% delimset.dtx (with options: `sample') %% -%% Copyright (C) 2016 Niklas Beisert +%% Copyright (C) 2016-2018 Niklas Beisert %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -17,7 +17,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\ProvidesFile{dlmssamp.tex}[2016/11/01 v1.0 sample for delimset] +\ProvidesFile{dlmssamp.tex}[2018/01/17 v1.01 sample for delimset] \documentclass[12pt]{article} \usepackage[margin=2cm]{geometry} diff --git a/Master/texmf-dist/source/latex/delimset/delimset.dtx b/Master/texmf-dist/source/latex/delimset/delimset.dtx index f953e906faf..1a785d1b0b6 100644 --- a/Master/texmf-dist/source/latex/delimset/delimset.dtx +++ b/Master/texmf-dist/source/latex/delimset/delimset.dtx @@ -1,6 +1,6 @@ % \iffalse % -% delimset.dtx Copyright (C) 2016 Niklas Beisert +% delimset.dtx Copyright (C) 2016-2018 Niklas Beisert % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -18,21 +18,35 @@ % and the derived files delimset.sty and dlmssamp.tex % %\NeedsTeXFormat{LaTeX2e}[1996/12/01] -%\ProvidesPackage{delimset}[2016/11/01 v1.0 convenient size control for delimiter sets] -%\ProvidesFile{dlmssamp.tex}[2016/11/01 v1.0 sample for delimset] +%\ProvidesPackage{delimset}[2018/01/17 v1.01 convenient size control for delimiter sets] +%\ProvidesFile{dlmssamp.tex}[2018/01/17 v1.01 sample for delimset] %<*driver> -%\ProvidesFile{delimset.drv}[2016/11/01 v1.0 delimset Reference Manual file] +%\ProvidesFile{delimset.drv}[2018/01/17 v1.01 delimset Reference Manual file] \PassOptionsToClass{10pt,a4paper}{article} \documentclass{ltxdoc} \usepackage[margin=35mm]{geometry} \usepackage{hyperref} +\usepackage{hyperxmp} \usepackage[usenames]{color} \usepackage{amsmath,amsfonts} \hypersetup{colorlinks=true} \hypersetup{pdfstartview=FitH} \hypersetup{pdfpagemode=UseNone} +\hypersetup{pdfsource={}} +\hypersetup{pdflang={en-UK}} +\hypersetup{pdfcopyright={Copyright 2016-2018 Niklas Beisert. + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license or (at your option) any later version.}} +\hypersetup{pdflicenseurl={http://www.latex-project.org/lppl.txt}} +\hypersetup{pdfcontactaddress={ETH Zurich, ITP, HIT K, Wolfgang-Pauli-Strasse 27}} +\hypersetup{pdfcontactpostcode={8093}} +\hypersetup{pdfcontactcity={Zurich}} +\hypersetup{pdfcontactcountry={Switzerland}} +\hypersetup{pdfcontactemail={nbeisert@itp.phys.ethz.ch}} +\hypersetup{pdfcontacturl={http://people.phys.ethz.ch/\xmptilde nbeisert/}} \begin{document} @@ -46,11 +60,11 @@ {\texttt{nbeisert@itp.phys.ethz.ch}}} \hypersetup{pdfauthor={Niklas Beisert}} \hypersetup{pdfsubject={Manual for the LaTeX2e Package delimset}} -\date{1 November 2016, \textsf{v1.0}} +\date{17 January 2018, \textsf{v1.01}} \maketitle \begin{abstract}\noindent -\textsf{delimset} is a \LaTeXe{} package to typeset and declare +\textsf{delimset} is a \LaTeXe{} package to typeset and declare sets of delimiters in math mode whose size can be adjusted conveniently. \end{abstract} @@ -421,22 +435,6 @@ to typeset delimiters on the fly, e.g.: The mechanism to specify the size is leaner in the sense that it uses only a single character and a single command. -The package relies on two other packages: -\begin{itemize} -\item -This package relies on some functionality of the package \textsf{amsmath} -by using and overwriting some native code. -Compatibility with the \textsf{amsmath} package -has been tested with v2.15d (2016/06/28). -\item -This package uses the package \textsf{keyval} from the \textsf{graphics} bundle -to process optional arguments to the package options. -Compatibility with the \textsf{keyval} package -has been tested with v1.15 (2014/10/28). -\end{itemize} -% - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -736,31 +734,44 @@ in section \ref{sec:auxcommands}. If no value is given |true| is assumed; initially set to |true|. \end{itemize} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%\subsection{Feature Suggestions} - -% specify width of null delimiter? -% automatic nesting of bracket types? -% make optional arguments work for DeclareMathDelimiterSet? - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Information} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\appendix +\subsection{Copyright} -\settowidth\MacroIndent{\rmfamily\scriptsize 000\ } +\begingroup \parskip1ex \parindent0pt +Copyright \copyright{} 2016--2018 Niklas Beisert + +This work may be distributed and/or modified under the +conditions 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 + \url{http://www.latex-project.org/lppl.txt} +and version 1.3 or later is part of all distributions of \LaTeX{} +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Niklas Beisert. + +This work consists of the files |README.txt|, |delimset.ins| and |delimset.dtx| +as well as the derived files |delimset.sty|, |dlmssamp.tex| and |delimset.pdf|. + +\endgroup + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{Files and Installation} +\subsection{Files and Installation} The package consists of the files % \begin{center} \begin{tabular}{ll} - |README| & readme file \\ + |README.txt| & readme file \\ |delimset.ins| & installation file \\ |delimset.dtx| & source file \\ |delimset.sty| & package file \\ @@ -770,7 +781,7 @@ The package consists of the files \end{center} % The distribution consists of the files -|README|, |delimset.ins| and |delimset.dtx|. +|README.txt|, |delimset.ins| and |delimset.dtx|. % \begin{itemize} \item @@ -778,33 +789,80 @@ Run (pdf)\LaTeX{} on |delimset.dtx| to compile the manual |delimset.pdf| (this file). \item Run \LaTeX{} on |delimset.ins| to create the package |delimset.sty| -and the sample consisting of |dlmssamp.tex|. +and the sample |dlmssamp.tex|. Copy the file |delimset.sty| to an appropriate directory of your \LaTeX{} distribution, e.g.\ \textit{texmf-root}|/tex/latex/delimset|. \end{itemize} - \DocInput{delimset.dtx} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\subsection{Interaction with CTAN Packages} -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{Copyright} +The package relies on other packages: +\begin{itemize} +\item +This package relies on some functionality of the package \textsf{amsmath} +by using and overwriting some native code. +Compatibility with the \textsf{amsmath} package +has been tested with v2.15d (2016/06/28). +\item +This package uses the package \textsf{keyval} from the \textsf{graphics} bundle +to process optional arguments to the package options. +Compatibility with the \textsf{keyval} package +has been tested with v1.15 (2014/10/28). +\end{itemize} +% -Copyright \copyright{} 2016 Niklas Beisert +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\subsection{Feature Suggestions} -This work may be distributed and/or modified under the -conditions 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 - \url{http://www.latex-project.org/lppl.txt} -and version 1.3 or later is part of all distributions of \LaTeX{} -version 2005/12/01 or later. +% specify width of null delimiter? +% automatic nesting of bracket types? +% make optional arguments work for DeclareMathDelimiterSet? -This work has the LPPL maintenance status `maintained'. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\subsection{Revision History} -The Current Maintainer of this work is Niklas Beisert. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\paragraph{v1.01:} 2018/01/17 + +\begin{itemize} +\item +manual rearranged +\end{itemize} -This work consists of the files |delimset.dtx| and |delimset.ins| -and the derived files |delimset.sty| and |dlmssamp.tex| +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\paragraph{v1.0:} 2016/11/01 + +\begin{itemize} +\item +extended standard definitions +\item +manual and installation package added +\item +first version published on CTAN +\end{itemize} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\paragraph{v0.5--0.7:} 2016/05/08 -- 2016/09/04 + +\begin{itemize} +\item +basic functionality +\item +standard definitions +\end{itemize} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\appendix + +\settowidth\MacroIndent{\rmfamily\scriptsize 000\ } +\parskip1ex +\parindent0pt + + \DocInput{delimset.dtx} \end{document} % @@ -1181,5 +1239,3 @@ alternative representation: %\fi % \endinput -% -%% \CheckSum{3381} diff --git a/Master/texmf-dist/source/latex/delimset/delimset.ins b/Master/texmf-dist/source/latex/delimset/delimset.ins index bcecd6ef17f..daf870b5ff8 100644 --- a/Master/texmf-dist/source/latex/delimset/delimset.ins +++ b/Master/texmf-dist/source/latex/delimset/delimset.ins @@ -2,7 +2,7 @@ \input docstrip.tex \keepsilent -% delimset.ins Copyright (C) 2016 Niklas Beisert +% delimset.ins Copyright (C) 2016-2018 Niklas Beisert % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,7 +14,7 @@ \preamble -Copyright (C) 2016 Niklas Beisert +Copyright (C) 2016-2018 Niklas Beisert This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/tex/latex/delimset/delimset.sty b/Master/texmf-dist/tex/latex/delimset/delimset.sty index 49beebb57f9..d02202d6928 100644 --- a/Master/texmf-dist/tex/latex/delimset/delimset.sty +++ b/Master/texmf-dist/tex/latex/delimset/delimset.sty @@ -6,7 +6,7 @@ %% %% delimset.dtx (with options: `package') %% -%% Copyright (C) 2016 Niklas Beisert +%% Copyright (C) 2016-2018 Niklas Beisert %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -17,7 +17,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\ProvidesPackage{delimset}[2016/11/01 v1.0 convenient size control for delimiter sets] +\ProvidesPackage{delimset}[2018/01/17 v1.01 convenient size control for delimiter sets] \RequirePackage{amsmath} \RequirePackage{keyval} -- cgit v1.2.3