texlive[66653] Master/texmf-dist: eso-pic (23mar23)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 23 21:07:04 CET 2023


Revision: 66653
          http://tug.org/svn/texlive?view=revision&revision=66653
Author:   karl
Date:     2023-03-23 21:07:03 +0100 (Thu, 23 Mar 2023)
Log Message:
-----------
eso-pic (23mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex2.tex
    trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex5.tex
    trunk/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
    trunk/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx
    trunk/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty

Modified: trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex2.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex2.tex	2023-03-23 20:06:46 UTC (rev 66652)
+++ trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex2.tex	2023-03-23 20:07:03 UTC (rev 66653)
@@ -20,7 +20,7 @@
 }
 % The picture is centered on the page background
 
-\AddToShipoutPicture{\BackgroundPicture}
+\AddToShipoutPictureBG{\BackgroundPicture}
 
 \begin{document}
 

Modified: trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex5.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex5.tex	2023-03-23 20:06:46 UTC (rev 66652)
+++ trunk/Master/texmf-dist/doc/latex/eso-pic/eso-ex5.tex	2023-03-23 20:07:03 UTC (rev 66653)
@@ -17,7 +17,7 @@
 
 \newcommand*\cmd[1]{\texttt{\symbol{`\\}#1}}
 
-\AddToShipoutPicture{%
+\AddToShipoutPictureBG{%
   \thicklines\normalfont\ttfamily\Large%
   \color{blue}\setlength\unitlength{1mm}%
   \AtTextCenter{\circle*{6}%

Modified: trunk/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx	2023-03-23 20:06:46 UTC (rev 66652)
+++ trunk/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx	2023-03-23 20:07:03 UTC (rev 66653)
@@ -4,14 +4,12 @@
 % -------------------------------------------------------------------
 %
 % This file may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.2
+% 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.2 or later is part of all distributions of LaTeX
-% version 1999/12/01 or later.
 % and version 1.3 or later is part of all distributions of LaTeX
 % version 2003/12/01 or later.
 %
@@ -23,9 +21,9 @@
 % \fi
 %
 % \iffalse
-%<package>\NeedsTeXFormat{LaTeX2e}[2020-10-01]
+%<package>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
 %<package>\ProvidesPackage{eso-pic}
-%<package>   [2020/10/14 v3.0a eso-pic (RN)]
+%<package>   [2023/03/23 v3.0b eso-pic (RN)]
 %
 %<*driver>
 \documentclass[a4paper]{ltxdoc}
@@ -37,7 +35,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{750}
+% \CheckSum{753}
 %
 % \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
@@ -55,25 +53,6 @@
 %   Grave accent  \`     Left brace    \{     Vertical bar  \|
 %   Right brace   \}     Tilde         \~}
 %
-% \iffalse meta-comment
-% ===================================================================
-%  @LaTeX-package-file{
-%    author         = {Rolf Niepraschk},
-%    version        = "v2.0i",
-%    date           = "12 Apr 2018",
-%    filename       = "eso-pic.sty",
-%    address        = "",
-%    telephone      = "",
-%    email          = "Rolf.Niepraschk at gmx.de",
-%    codetable      = "ISO/ASCII",
-%    keywords       = "LaTeX2e, \shipout, picture",
-%    dependences    = "atbegshi",
-%    supported      = "yes",
-%    docstring      = "LaTeX package which makes it easy to add some
-%                       picture commands to every page."
-%  }
-% ===================================================================
-% \fi
 %
 % \providecommand\env[1]{\textsf{#1}}
 % \providecommand\clsname[1]{\textsf{#1}}
@@ -123,7 +102,7 @@
 %  internal macro \cs{ESO at HookIBG}. This macro is part of a
 %  zero-length \texttt{picture} environment with basepoint at the lower left
 %  corner of the page (default) or at the upper left corner
-%  (package option "texcoord"). The \texttt{picture} environment will be
+%  (package option ``texcoord''). The \texttt{picture} environment will be
 %  shipped out at every new page.
 %
 %  \DescribeMacro{\AddToShipoutPictureBG*} \cs{AddToShipoutPictureBG*} works like
@@ -138,7 +117,7 @@
 %  \DescribeMacro{\AddToShipoutPictureFG}
 %  \DescribeMacro{\AddToShipoutPictureFG*} Works like
 %  \cs{AddToShipoutPictureBG} but the picture commands are on the top
-%  oft the normal document content.
+%  of the normal document content.
 %
 %  \DescribeMacro{\ClearShipoutPictureBG} A call of
 %  \cs{ClearShipoutPictureBG}
@@ -573,6 +552,7 @@
 %    `pdfTeX'. Now using with Xe\LaTeX\ should be possible.}
 %  \changes{v2.0a}{2009/10/07}{Better test of color/xcolor}
 %  \changes{v2.0d}{2013/10/06}{Improved color commands}
+%  \changes{v3.0b}{2023/03/23}{More code inside \cmd{\AtBeginDocument}}
 %    \begin{macrocode}
 \@ifundefined{colorbox}{%
   \IfFileExists{xcolor.sty}{\RequirePackage{xcolor}}%
@@ -616,14 +596,15 @@
       \renewcommand*\ESO at gridlines{\thicklines}
     \fi
   \fi
+% \changes{v3.0b}{2023/03/23}{More code inside \cmd{\AtBeginDocument}}
+  \ifESO at texcoord
+    \def\ESO at yoffsetI{\z@}\def\ESO at yoffsetII{-\paperheight}
+    \edef\ESO at griddeltaY{-\ESO at griddelta}\edef\ESO at gridDeltaY{-\ESO at gridDelta}
+  \else
+    \def\ESO at yoffsetI{-\paperheight}\def\ESO at yoffsetII{\z@}
+    \edef\ESO at griddeltaY{\ESO at griddelta}\edef\ESO at gridDeltaY{\ESO at gridDelta}
+  \fi
 }
-\ifESO at texcoord
-  \def\ESO at yoffsetI{\z@}\def\ESO at yoffsetII{-\paperheight}
-  \edef\ESO at griddeltaY{-\ESO at griddelta}\edef\ESO at gridDeltaY{-\ESO at gridDelta}
-\else
-  \def\ESO at yoffsetI{-\paperheight}\def\ESO at yoffsetII{\z@}
-  \edef\ESO at griddeltaY{\ESO at griddelta}\edef\ESO at gridDeltaY{\ESO at gridDelta}
-\fi
 %    \end{macrocode}
 %    \begin{macro}{\ESO at gridpicture}
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty	2023-03-23 20:06:46 UTC (rev 66652)
+++ trunk/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty	2023-03-23 20:07:03 UTC (rev 66653)
@@ -21,9 +21,9 @@
 %% 
 %% This work has the LPPL maintenance status "author-maintained".
 %% 
-\NeedsTeXFormat{LaTeX2e}[2020-10-01]
+\NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \ProvidesPackage{eso-pic}
-   [2020/10/14 v3.0a eso-pic (RN)]
+   [2023/03/23 v3.0b eso-pic (RN)]
 \providecommand*\LenToUnit[1]{#1}
 \newdimen\ESO at tempdima
 \newdimen\ESO at tempdimb
@@ -305,14 +305,14 @@
       \renewcommand*\ESO at gridlines{\thicklines}
     \fi
   \fi
+  \ifESO at texcoord
+    \def\ESO at yoffsetI{\z@}\def\ESO at yoffsetII{-\paperheight}
+    \edef\ESO at griddeltaY{-\ESO at griddelta}\edef\ESO at gridDeltaY{-\ESO at gridDelta}
+  \else
+    \def\ESO at yoffsetI{-\paperheight}\def\ESO at yoffsetII{\z@}
+    \edef\ESO at griddeltaY{\ESO at griddelta}\edef\ESO at gridDeltaY{\ESO at gridDelta}
+  \fi
 }
-\ifESO at texcoord
-  \def\ESO at yoffsetI{\z@}\def\ESO at yoffsetII{-\paperheight}
-  \edef\ESO at griddeltaY{-\ESO at griddelta}\edef\ESO at gridDeltaY{-\ESO at gridDelta}
-\else
-  \def\ESO at yoffsetI{-\paperheight}\def\ESO at yoffsetII{\z@}
-  \edef\ESO at griddeltaY{\ESO at griddelta}\edef\ESO at gridDeltaY{\ESO at gridDelta}
-\fi
 \newcommand\ESO at gridpicture{%
   \begingroup
     \setlength\unitlength{\ESO at gridunit}%



More information about the tex-live-commits mailing list.