From f3fa6542348613dc0e90fae7be09cd7f9c2f95d2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 12 May 2018 21:24:16 +0000 Subject: eso-pic (12may18) git-svn-id: svn://tug.org/texlive/trunk@47694 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf | Bin 250481 -> 250322 bytes Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx | 12 ++++++++---- Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf index e4cf2ba69eb..53c9ba100b9 100644 Binary files a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf and b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf differ diff --git a/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx b/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx index 2093d3c376f..5c7ec360c54 100644 --- a/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx +++ b/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx @@ -25,7 +25,7 @@ % \iffalse %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{eso-pic} -% [2015/07/21 v2.0g eso-pic (RN)] +% [2018/04/12 v2.0h eso-pic (RN)] % %<*driver> \documentclass[a4paper]{ltxdoc} @@ -37,7 +37,7 @@ % % \fi % -% \CheckSum{776} +% \CheckSum{778} % % \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 @@ -59,8 +59,8 @@ % =================================================================== % @LaTeX-package-file{ % author = {Rolf Niepraschk}, -% version = "v2.0e", -% date = "20 Apr 2015", +% version = "v2.0i", +% date = "12 Apr 2018", % filename = "eso-pic.sty", % address = "", % telephone = "", @@ -540,6 +540,10 @@ } \setkeys{ESO}{subgridstyle=solid,pscoord=true,gridunit=mm} % \end{macrocode} +% \changes{v2.0h}{2018/04/12}{\cmd\@classoptionslist must not be \cmd\relax} +% \begin{macrocode} +\providecommand*\@classoptionslist{} +% \end{macrocode} % \begin{macro}{\ProcessOptionsWithKV} % This macro can process package options using `key=value' syntax. % \begin{macrocode} diff --git a/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty b/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty index 13613813e3e..8a3484c1347 100644 --- a/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty +++ b/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{eso-pic} - [2015/07/21 v2.0g eso-pic (RN)] + [2018/04/12 v2.0h eso-pic (RN)] \RequirePackage{atbegshi} \providecommand*\LenToUnit[1]{\strip@pt\dimexpr#1*\p@/\unitlength} \newcommand\ESO@isMEMOIR[2]{#2} @@ -247,6 +247,7 @@ \fi } \setkeys{ESO}{subgridstyle=solid,pscoord=true,gridunit=mm} +\providecommand*\@classoptionslist{} \def\ProcessOptionsWithKV#1{% \let\@tempc\@empty \@for\CurrentOption:=\@classoptionslist\do{% -- cgit v1.2.3