texlive[53889] Master/texmf-dist: overpic (23feb20)
commits+karl at tug.org
commits+karl at tug.org
Mon Feb 24 15:30:04 CET 2020
Revision: 53889
http://tug.org/svn/texlive?view=revision&revision=53889
Author: karl
Date: 2020-02-24 15:30:04 +0100 (Mon, 24 Feb 2020)
Log Message:
-----------
overpic (23feb20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/overpic/overpic.pdf
trunk/Master/texmf-dist/source/latex/overpic/overpic.dtx
trunk/Master/texmf-dist/source/latex/overpic/overpic.ins
trunk/Master/texmf-dist/tex/latex/overpic/overpic.sty
Modified: trunk/Master/texmf-dist/doc/latex/overpic/overpic.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/overpic/overpic.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/overpic/overpic.dtx 2020-02-24 14:29:52 UTC (rev 53888)
+++ trunk/Master/texmf-dist/source/latex/overpic/overpic.dtx 2020-02-24 14:30:04 UTC (rev 53889)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2017 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+% Copyright (C) 1997-... by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
% ---------------------------------------------------------------------------
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -19,7 +19,7 @@
%
%<*package>
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{overpic}[2018/09/02 1.2 picture overlays (RN)]
+\ProvidesPackage{overpic}[2020/02/22 1.3 picture overlays (RN)]
%</package>
%
%<*driver>
@@ -58,7 +58,7 @@
%</driver>
% \fi
%
-% \CheckSum{176}
+% \CheckSum{180}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -202,6 +202,7 @@
%
% \begin{lstlisting}
% \begin{Overpic}[abs,unit=1mm,grid=true,tics=5]{%
+% \bfseries\sffamily
% \begin{tabular}{*{8}{p{8mm}}}
% H & & & & & & & He\\
% Li & Be & B & C & N & O & F & Ne\\
@@ -211,13 +212,14 @@
% Cs & Ba & Tl & Pb & Bi & Po & At & Rn\\
% Fr & Ra & 112& & 114& & &\\
% \end{tabular}}%
-% \linethickness{0.5mm} \color{blue}%
-% \put(0,0){\polygon(0,30)(10,30)(10,21.5)(44,21.5)(44,13.5)%
-% (22,13.5)(22,4.5)(0,4.5)}
+% \put(0,0){\color{blue}\linethickness{0.5mm}
+% \polygon(0,30)(10,30)(10,21.5)(45,21.5)(45,13)(22,13)%
+% (22,4.5)(0,4.5)}
% \end{Overpic}
% \end{lstlisting}
% \par\medskip\pagebreak[3]
% \begin{Overpic}[abs,unit=1mm,grid=true,tics=5]{%
+% \bfseries\sffamily
% \begin{tabular}{*{8}{p{8mm}}}
% H & & & & & & & He\\
% Li & Be & B & C & N & O & F & Ne\\
@@ -227,10 +229,10 @@
% Cs & Ba & Tl & Pb & Bi & Po & At & Rn\\
% Fr & Ra & 112& & 114& & &\\
% \end{tabular}}%
-% \linethickness{0.5mm} \color{blue}%
-% \put(0,0){\polygon(0,30)(10,30)(10,21.5)(44,21.5)(44,13.5)%
-% (22,13.5)(22,4.5)(0,4.5)}
-% \end{Overpic}
+% \put(0,0){\color{blue}\linethickness{0.5mm}
+% \polygon(0,30)(10,30)(10,21.5)(45,21.5)(45,13)(22,13)%
+% (22,4.5)(0,4.5)}
+% \end{Overpic}
%
% \StopEventually{}
%
@@ -345,10 +347,13 @@
% \end{environment}
% \begin{environment}{Overpic}
% \changes{1.0}{2017/10/06}{Suggested by \mbox{Herbert Vo\ss}}
+% \changes{1.3}{2020/02/22}{Added missing \cmd\setkeys}
% Box 0 gets any \TeX\ code.
% \begin{macrocode}
\newenvironment{Overpic}[2][]{%
\sbox\OVP at box{#2}%
+ \count@=\z@ \Gin at gridfalse
+ \setkeys{Gin}{#1}%
\OVP at picture{#1}%
}{\endpicture}
% \end{macrocode}
Modified: trunk/Master/texmf-dist/source/latex/overpic/overpic.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/overpic/overpic.ins 2020-02-24 14:29:52 UTC (rev 53888)
+++ trunk/Master/texmf-dist/source/latex/overpic/overpic.ins 2020-02-24 14:30:04 UTC (rev 53889)
@@ -25,7 +25,7 @@
This is a generated file.
-Copyright (C) 1997-2016 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+Copyright (C) 1997-... by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
--------------------------------------------------------------------------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/overpic/overpic.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/overpic/overpic.sty 2020-02-24 14:29:52 UTC (rev 53888)
+++ trunk/Master/texmf-dist/tex/latex/overpic/overpic.sty 2020-02-24 14:30:04 UTC (rev 53889)
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 1997-2016 by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
+%% Copyright (C) 1997-... by Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
%% --------------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -19,7 +19,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{overpic}[2018/09/02 1.2 picture overlays (RN)]
+\ProvidesPackage{overpic}[2020/02/22 1.3 picture overlays (RN)]
\RequirePackage{graphicx,epic}
\newcommand*\OVP at scale{\z@}
\define at key{Gin}{rel}{%
@@ -87,6 +87,8 @@
}{\endpicture}
\newenvironment{Overpic}[2][]{%
\sbox\OVP at box{#2}%
+ \count@=\z@ \Gin at gridfalse
+ \setkeys{Gin}{#1}%
\OVP at picture{#1}%
}{\endpicture}
\newcommand*\OVP at picture[1]{%
More information about the tex-live-commits
mailing list.