texlive[48313] Master: clrstrip (30jul18)

commits+karl at tug.org commits+karl at tug.org
Mon Jul 30 23:12:14 CEST 2018


Revision: 48313
          http://tug.org/svn/texlive?view=revision&revision=48313
Author:   karl
Date:     2018-07-30 23:12:14 +0200 (Mon, 30 Jul 2018)
Log Message:
-----------
clrstrip (30jul18)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/clrstrip/
    trunk/Master/texmf-dist/doc/latex/clrstrip/README.md
    trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf
    trunk/Master/texmf-dist/source/latex/clrstrip/
    trunk/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx
    trunk/Master/texmf-dist/tex/latex/clrstrip/
    trunk/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty
    trunk/Master/tlpkg/tlpsrc/clrstrip.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/clrstrip/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/clrstrip/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/clrstrip/README.md	2018-07-30 21:12:14 UTC (rev 48313)
@@ -0,0 +1,17 @@
+clrstrip: place contents into a full width colour strip
+
+Copyright (C) 2018 by Jonathan P. Spratte
+
+This package may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this license or (at
+your option) any later version.  The latest version of this license is in the
+file
+
+  https://www.latex-project.org/lppl.txt
+
+The package provides
+
+ - `\colorstripSet{<key=value>}`: set options outside of the environment
+ - `colorstrip`: an environment taking the arguments
+    `[<color model>]{<color>}[<key=value>]` and outputting its contents inside
+    of a coloured strip spanning from one page border to the other.


Property changes on: trunk/Master/texmf-dist/doc/latex/clrstrip/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf	2018-07-30 17:57:47 UTC (rev 48312)
+++ trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf	2018-07-30 21:12:14 UTC (rev 48313)

Property changes on: trunk/Master/texmf-dist/doc/latex/clrstrip/clrstrip.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx	2018-07-30 21:12:14 UTC (rev 48313)
@@ -0,0 +1,436 @@
+% \iffalse meta-comment
+%
+% File: clrstrip.dtx Copyright (C) 2018 Jonathan P. Spratte
+%
+% It may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License (LPPL), either version 1.3c of this license or (at your
+% option) any later version.  The latest version of this license is in the file
+%
+%   https://www.latex-project.org/lppl.txt
+%
+% ------------------------------------------------------------------------------
+%
+%<*driver>
+\def\nameofplainTeX{plain}
+\ifx\fmtname\nameofplainTeX\else
+  \expandafter\begingroup
+\fi
+\input l3docstrip.tex
+\askforoverwritefalse
+\preamble
+
+--------------------------------------------------------------
+clrstrip -- place contents into a full width colour strip
+E-mail: jspratte at yahoo.de
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+--------------------------------------------------------------
+
+Copyright (C) 2018 Jonathan P. Spratte
+
+This  work may be  distributed and/or  modified under  the conditions  of the
+LaTeX Project Public License (LPPL),  either version 1.3c  of this license or
+(at your option) any later version.  The latest version of this license is in
+the file:
+
+  http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status) by
+  Jonathan P. Spratte.
+
+This work consists of the file  clrstrip.dtx
+and the derived files           clrstrip.pdf and
+                                clrstrip.sty.
+
+\endpreamble
+% stop docstrip adding \endinput
+\postamble
+\endpostamble
+\generate{\file{clrstrip.sty}{\from{clrstrip.dtx}{pkg}}}
+\ifx\fmtname\nameofplainTeX
+  \expandafter\endbatchfile
+\else
+  \expandafter\endgroup
+\fi
+%</driver>
+%
+%<*driver>
+\ProvidesFile{clrstrip.dtx}
+  [2018/07/30 place contents into a full width colour strip]
+\documentclass{l3doc}
+\usepackage{xcolor}
+\usepackage{clrstrip}
+\usepackage{duckuments}
+^^A fix \duckuments at enquote in latest released version
+\makeatletter
+\ExplSyntaxOn
+\renewcommand*\duckuments at enquote[1]
+  {%
+    \cs_if_exist_use:NTF
+      \enquote { { #1 } }
+      { ``#1'' }
+  }
+\ExplSyntaxOff
+\makeatother
+\renewcommand*{\thefootnote}{\fnsymbol{footnote}}
+\usepackage{enumitem}
+\newenvironment{options}
+  {\begin{description}[style=nextline,font=\normalfont\ttfamily]}
+  {\end{description}}
+\begin{document}
+  \DocInput{clrstrip.dtx}
+\end{document}
+%</driver>
+%<*pkg>
+\ProvidesPackage{clrstrip}
+  [2018/07/30 place contents into a full width colour strip]
+\RequirePackage{keyval}
+%</pkg>
+% \fi
+%
+% \vspace*{-6cm}%
+% \begin{colorstrip}{blue!15}
+%   [%
+%     inner bot=1cm, outer bot=\bigskipamount, width=\paperwidth,
+%     inner top=6cm, left=-\dimexpr\marginparwidth+\marginparsep\relax
+%   ]
+%   \centering
+%   \LARGE The \pkg{clrstrip} package\\[\bigskipamount]
+%   \large
+%   Jonathan P. Spratte\footnotemark\\[\medskipamount]
+%   Released 2018/07/30
+% \end{colorstrip}
+% \footnotetext{E-mail: jspratte at yahoo.de}
+% \tableofcontents
+%
+% \begin{documentation}
+%
+% \section{Introduction}
+%
+% This is package provides the \env{colorstrip} environment, that places its
+% contents into a full page width colour strip. It requires the macro \cs{color}
+% to be defined and working, but doesn't load a package doing so on its own. So
+% for everything to work out properly, you'd have to load a package like
+% \pkg{color} or \pkg{xcolor} in your preamble, too.
+%
+% It is meant to be lightweight and fast. So while packages like \pkg{tcolorbox}
+% provide very pretty output, this package has a simplistic look achieved with
+% under 100~lines of code.
+%
+% It is written as a docstrip file: executing |latex clrstrip.dtx| generates the
+% \file{clrstrip.sty} file and typesets this documentation; execute
+% |tex clrstrip.dtx| to only generate \file{clrstrip.sty}.
+%
+% \section{Examples}
+%
+% The following is an example showing the results of
+% \begin{colorstrip}{gray!15}[inner=0pt]
+%\begin{verbatim}
+% \begin{colorstrip}{red!5}
+%   \blindduck
+% \end{colorstrip}
+%\end{verbatim}
+% \end{colorstrip}
+% \noindent
+% with \pkg{xcolor} and \pkg{duckuments} loaded:
+% \begin{colorstrip}{red!5}
+%   \blindduck
+% \end{colorstrip}
+% \noindent
+% The title of this documentation was typeset with
+% \begin{colorstrip}{gray!15}[inner=0pt]
+%\begin{verbatim}
+% \vspace*{-6cm}%
+% \begin{colorstrip}{blue!15}
+%   [%
+%     inner bot=1cm, outer bot=\bigskipamount, width=\paperwidth,
+%     inner top=6cm, left=-\dimexpr\marginparwidth+\marginparsep\relax
+%   ]
+%   \centering
+%   \LARGE The \pkg{clrstrip} package\\[\bigskipamount]
+%   \large
+%   Jonathan P. Spratte\footnotemark\\[\medskipamount]
+%   Released 2018/07/30
+% \end{colorstrip}
+% \footnotetext{E-mail: jspratte at yahoo.de}
+%\end{verbatim}
+% \end{colorstrip}
+%
+% \noindent
+% And the code boxes in this section (except this one) are surrounded by
+% \begin{colorstrip}{gray!15}[inner=2ex]
+%|\begin{colorstrip}{gray!15}[inner=0pt]|\\
+%|\begin{verbatim}                      |\\
+%|\end{verbatim}                        |\\
+%|\end{colorstrip}                      |
+% \end{colorstrip}
+%
+% \section{Documentation}
+%
+% \subsection{Macros and Environments}
+%
+% \begin{function}{\colorstripSet}
+%   \begin{syntax}
+%     \cs{colorstripSet}\marg{key=value}
+%   \end{syntax}
+%   This macro can be used to set the options listed in \autoref{sec:opt}
+%   outside of \env{colorstrip} (the package makes no global assignments).
+% \end{function}
+%
+% \begin{function}{colorstrip}
+%   \begin{syntax}
+%     |\begin{colorstrip}|\oarg{color model}\marg{color}\oarg{key=value}
+%   \end{syntax}
+%   This environment typesets its contents inside a \cs{vbox} which gets
+%   surrounded by a strip of the specified \meta{color} which reaches across the
+%   full page width. \meta{color model} and \meta{color} are the arguments
+%   passed to \cs{color}. In the second optional argument \meta{key=value} you
+%   can specify any of the options listed in \autoref{sec:opt}. After this
+%   environment starts a new paragraph with the document specific
+%   \cs{parindent}. As always you can suppress this indent with \cs{noindent}.
+%   The result is not page breakable.
+% \end{function}
+%
+% \subsection{Options}\label{sec:opt}
+%
+% The package doesn't support load time options. The following options can be
+% either set with \cs{colorstripSet} or inside of \env{colorstrip}.
+%
+% \begin{options}
+%   \item[inner=\meta{skip}]
+%     Sets both |inner top| and |inner bot| to \meta{skip}. Initially this is
+%     set to \cs{medskipamount}.
+%   \item[inner top=\meta{skip}]
+%     Specifies additional padding between the upper border of the strip and its
+%     contents.
+%   \item[inner bot=\meta{skip}]
+%     Specifies additional padding between the lower border of the strip and its
+%     contents.
+%   \item[outer=\meta{skip}]
+%     Sets both |outer top| and |outer bot| to \meta{skip}. Initially this is
+%     set to \cs{medskipamount}.
+%   \item[outer top=\meta{skip}]
+%     Specifies the vertical skip above the colour strip.
+%   \item[outer bot=\meta{skip}]
+%     Specifies the vertical skip below the colour strip.
+%   \item[width=\meta{width}]
+%     Sets the \cs{hsize} of the \cs{vbox} for the contents, resulting in the
+%     specified \meta{width}. If \meta{width} is |0pt| (which is the initial
+%     value) the width is the current \cs{linewidth}.
+%   \item[left=\meta{skip}]
+%     Specifies a horizontal skip from the left border of the text field for the
+%     contents. If \meta{skip} is |1sp| (which is the initial value) the
+%     \cs{vbox} is horizontally centred (not its contents).
+% \end{options}
+%
+% \subsection{Dependencies}
+%
+% \pkg{clrstrip} depends on the \pkg{keyval} package. In addition it needs a
+% package defining \cs{color} such as \pkg{color} or \pkg{xcolor} but doesn't
+% load one on its own.
+%
+% \end{documentation}
+%
+% \begin{implementation}
+%
+% \section{Implementation}
+%
+%    \begin{macrocode}
+%<*pkg>
+%    \end{macrocode}
+%
+% \subsection{Initializing Variables}
+%
+% \begin{variable}{\clrstrip at box}
+%   Stores the contents of \env{colorstrip}.
+%    \begin{macrocode}
+\newsavebox\clrstrip at box
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at innerT}
+%   Stores the upper inner padding. Gets reused to store the overall height of
+%   the colour strip locally.
+%    \begin{macrocode}
+\newlength\clrstrip at innerT
+\clrstrip at innerT\medskipamount
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at innerB}
+%   Stores the lower inner padding. Gets reused to store the overall depth of
+%   the colour strip locally.
+%    \begin{macrocode}
+\newlength\clrstrip at innerB
+\clrstrip at innerB\clrstrip at innerT
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at outerT}
+%   Stores the upper outer padding.
+%    \begin{macrocode}
+\newlength\clrstrip at outerT
+\clrstrip at outerT\clrstrip at innerT
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at outerB}
+%   Stores the lower outer padding.
+%    \begin{macrocode}
+\newlength\clrstrip at outerB
+\clrstrip at outerB\clrstrip at innerT
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at width}
+%   Stores the lower inner padding. Gets reused to store the overall depth of
+%   the colour strip locally.
+%    \begin{macrocode}
+\newlength\clrstrip at width
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at left}
+%   Stores the left skip from the left border of the text field. Might be reused
+%   to store the necessary left skip for centred alignment locally.
+%    \begin{macrocode}
+\newlength\clrstrip at left
+\clrstrip at left1sp
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at oarg}
+%   Stores the first optional argument to \env{colorstrip} for later use.
+%    \begin{macrocode}
+\newcommand*\clrstrip at oarg{}
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{variable}{\clrstrip at marg}
+%   Stores the mandatory argument to \env{colorstrip} for later use.
+%    \begin{macrocode}
+\newcommand*\clrstrip at marg{}
+%    \end{macrocode}
+% \end{variable}
+%
+% \subsection{Internal Macros}
+%
+% \begin{macro}{\clrstrip at key}
+%   Shortcut to define new keys with \pkg{keyval}.
+%    \begin{macrocode}
+\newcommand*\clrstrip at key{\define at key{clrstrip}}
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\clrstrip at strip@a,\clrstrip at strip@b}
+%   Draws the colour strip using \cs{vrule}. \cs{clrstrip at strip@a} is used to
+%   expand the optional argument for \cs{clrstrip at strip@b} and should be called
+%   with the expanded mandatory argument as its argument. \cs{clrstrip at strip@b}
+%   then sets the colour and draws the \cs{vrule}.
+%    \begin{macrocode}
+\newcommand*\clrstrip at strip@a[1]
+  {%
+    \expandafter\clrstrip at strip@b\expandafter{\clrstrip at oarg}{#1}%
+  }
+\newcommand*\clrstrip at strip@b[2]
+  {%
+    \begingroup
+      \if\relax\detokenize{#1}\relax
+        \color{#2}%
+      \else
+        \color[#1]{#2}%
+      \fi
+      \advance\clrstrip at innerT\ht\clrstrip at box
+      \advance\clrstrip at innerB\dp\clrstrip at box
+      \rlap
+        {%
+          \hskip-\paperwidth
+          \vrule
+            width 2\paperwidth
+            height \clrstrip at innerT
+            depth \clrstrip at innerB
+        }%
+    \endgroup
+  }
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\clrstrip at start}
+%   Used to grab the second optional argument to \env{colorstrip}. Sets the
+%   specified keys and starts the grabbing of the contents inside the \cs{vbox}.
+%    \begin{macrocode}
+\newcommand\clrstrip at start[1][]
+  {%
+    \colorstripSet{#1}%
+    \ifdim\clrstrip at width=\z@
+      \clrstrip at width\linewidth
+    \fi
+    \setbox\clrstrip at box\vbox\bgroup
+      \hsize\clrstrip at width
+      \noindent\ignorespaces
+  }
+%    \end{macrocode}
+% \end{macro}
+%
+% \subsection{Initializing Keys}
+%
+%    \begin{macrocode}
+\clrstrip at key{inner}{\clrstrip at innerT#1\relax\clrstrip at innerB#1\relax}
+\clrstrip at key{outer}{\clrstrip at outerT#1\relax\clrstrip at outerB#1\relax}
+\clrstrip at key{inner top}{\clrstrip at innerT#1\relax}
+\clrstrip at key{inner bot}{\clrstrip at innerB#1\relax}
+\clrstrip at key{outer top}{\clrstrip at outerB#1\relax}
+\clrstrip at key{outer bot}{\clrstrip at outerB#1\relax}
+\clrstrip at key{width}{\clrstrip at width#1\relax}
+\clrstrip at key{left}{\clrstrip at left#1\relax}
+%    \end{macrocode}
+%
+% \subsection{User Level Macros}
+%
+% \begin{macro}{\colorstripSet}
+%   Shortcut for \pkg{keyval}'s \cs{setkeys}.
+%    \begin{macrocode}
+\newcommand*\colorstripSet{\setkeys{clrstrip}}
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{colorstrip}
+%    \begin{macrocode}
+\newenvironment{colorstrip}[2][]
+  {%
+%    \end{macrocode}
+% Save the arguments for the usage in |\end{colorstrip}|.
+%    \begin{macrocode}
+    \def\clrstrip at oarg{#1}%
+    \def\clrstrip at marg{#2}%
+%    \end{macrocode}
+% Start grabbing the contents
+%    \begin{macrocode}
+    \clrstrip at start
+  }
+  {%
+    \egroup
+    \par
+    \vskip\clrstrip at outerT
+    \noindent
+    \expandafter\clrstrip at strip@a\expandafter{\clrstrip at marg}%
+    \ifdim\clrstrip at left=1sp
+      \advance\clrstrip at width-\linewidth
+      \clrstrip at left-.5\clrstrip at width
+    \fi
+    \rlap{\hskip\clrstrip at left\usebox\clrstrip at box}%
+    \par
+    \vskip\clrstrip at outerB
+  }
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+\endinput
+%    \end{macrocode}
+%
+% \end{implementation}
+%
+%    \begin{macrocode}
+%</pkg>
+%    \end{macrocode}


Property changes on: trunk/Master/texmf-dist/source/latex/clrstrip/clrstrip.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty	2018-07-30 21:12:14 UTC (rev 48313)
@@ -0,0 +1,115 @@
+%%
+%% This is file `clrstrip.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% clrstrip.dtx  (with options: `pkg')
+%% 
+%% --------------------------------------------------------------
+%% clrstrip -- place contents into a full width colour strip
+%% E-mail: jspratte at yahoo.de
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% --------------------------------------------------------------
+%% 
+%% Copyright (C) 2018 Jonathan P. Spratte
+%% 
+%% This  work may be  distributed and/or  modified under  the conditions  of the
+%% LaTeX Project Public License (LPPL),  either version 1.3c  of this license or
+%% (at your option) any later version.  The latest version of this license is in
+%% the file:
+%% 
+%%   http://www.latex-project.org/lppl.txt
+%% 
+%% This work is "maintained" (as per LPPL maintenance status) by
+%%   Jonathan P. Spratte.
+%% 
+%% This work consists of the file  clrstrip.dtx
+%% and the derived files           clrstrip.pdf and
+%%                                 clrstrip.sty.
+%% 
+\ProvidesPackage{clrstrip}
+  [2018/07/30 place contents into a full width colour strip]
+\RequirePackage{keyval}
+\newsavebox\clrstrip at box
+\newlength\clrstrip at innerT
+\clrstrip at innerT\medskipamount
+\newlength\clrstrip at innerB
+\clrstrip at innerB\clrstrip at innerT
+\newlength\clrstrip at outerT
+\clrstrip at outerT\clrstrip at innerT
+\newlength\clrstrip at outerB
+\clrstrip at outerB\clrstrip at innerT
+\newlength\clrstrip at width
+\newlength\clrstrip at left
+\clrstrip at left1sp
+\newcommand*\clrstrip at oarg{}
+\newcommand*\clrstrip at marg{}
+\newcommand*\clrstrip at key{\define at key{clrstrip}}
+\newcommand*\clrstrip at strip@a[1]
+  {%
+    \expandafter\clrstrip at strip@b\expandafter{\clrstrip at oarg}{#1}%
+  }
+\newcommand*\clrstrip at strip@b[2]
+  {%
+    \begingroup
+      \if\relax\detokenize{#1}\relax
+        \color{#2}%
+      \else
+        \color[#1]{#2}%
+      \fi
+      \advance\clrstrip at innerT\ht\clrstrip at box
+      \advance\clrstrip at innerB\dp\clrstrip at box
+      \rlap
+        {%
+          \hskip-\paperwidth
+          \vrule
+            width 2\paperwidth
+            height \clrstrip at innerT
+            depth \clrstrip at innerB
+        }%
+    \endgroup
+  }
+\newcommand\clrstrip at start[1][]
+  {%
+    \colorstripSet{#1}%
+    \ifdim\clrstrip at width=\z@
+      \clrstrip at width\linewidth
+    \fi
+    \setbox\clrstrip at box\vbox\bgroup
+      \hsize\clrstrip at width
+      \noindent\ignorespaces
+  }
+\clrstrip at key{inner}{\clrstrip at innerT#1\relax\clrstrip at innerB#1\relax}
+\clrstrip at key{outer}{\clrstrip at outerT#1\relax\clrstrip at outerB#1\relax}
+\clrstrip at key{inner top}{\clrstrip at innerT#1\relax}
+\clrstrip at key{inner bot}{\clrstrip at innerB#1\relax}
+\clrstrip at key{outer top}{\clrstrip at outerB#1\relax}
+\clrstrip at key{outer bot}{\clrstrip at outerB#1\relax}
+\clrstrip at key{width}{\clrstrip at width#1\relax}
+\clrstrip at key{left}{\clrstrip at left#1\relax}
+\newcommand*\colorstripSet{\setkeys{clrstrip}}
+\newenvironment{colorstrip}[2][]
+  {%
+    \def\clrstrip at oarg{#1}%
+    \def\clrstrip at marg{#2}%
+    \clrstrip at start
+  }
+  {%
+    \egroup
+    \par
+    \vskip\clrstrip at outerT
+    \noindent
+    \expandafter\clrstrip at strip@a\expandafter{\clrstrip at marg}%
+    \ifdim\clrstrip at left=1sp
+      \advance\clrstrip at width-\linewidth
+      \clrstrip at left-.5\clrstrip at width
+    \fi
+    \rlap{\hskip\clrstrip at left\usebox\clrstrip at box}%
+    \par
+    \vskip\clrstrip at outerB
+  }
+%% 
+%%
+%% End of file `clrstrip.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-07-30 17:57:47 UTC (rev 48312)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-07-30 21:12:14 UTC (rev 48313)
@@ -154,7 +154,7 @@
     cite citeall citeref cje cjhebrew cjk cjk-gs-integrate cjk-ko cjkpunct
     classics classpack classicthesis
     cleanthesis clearsans clefval cleveref clipboard
-    clock cloze clrdblpg clrscode clrscode3e
+    clock cloze clrdblpg clrscode clrscode3e clrstrip
     cm-lgc cm-mf-extra-bold cm-super cm-unicode
     cmap cmarrows cmbright cmcyr
     cmdstring cmdtrack cmexb cmextra cmll cmpica cmpj cmsd cmsrb cmtiup

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2018-07-30 17:57:47 UTC (rev 48312)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2018-07-30 21:12:14 UTC (rev 48313)
@@ -2507,6 +2507,7 @@
  'classpack'    => 'latex',  # requires interaction
  'clefval'      => 'latex -translate-file=empty.tcx',   # no 8-bit
  'cleveref'     => 'latex',  # requires interaction
+ 'clrstrip'	=> 'tex',
  'ctable'       => 'latex',  # requires interaction
  'curve2e'      => 'tex',
  'dateiliste'   => 'latex',  # requires interaction

Added: trunk/Master/tlpkg/tlpsrc/clrstrip.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2018-07-30 17:57:47 UTC (rev 48312)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2018-07-30 21:12:14 UTC (rev 48313)
@@ -165,6 +165,7 @@
 depend clock
 depend cloze
 depend clrdblpg
+depend clrstrip
 depend cmdstring
 depend cmdtrack
 depend cmsd



More information about the tex-live-commits mailing list