summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-12 21:24:16 +0000
committerKarl Berry <karl@freefriends.org>2018-05-12 21:24:16 +0000
commitf3fa6542348613dc0e90fae7be09cd7f9c2f95d2 (patch)
tree984feb069de49c054dcc6c22a528ec888e816c6c /Master
parent0e53f017906714054c2d533bf05a33780320576b (diff)
eso-pic (12may18)
git-svn-id: svn://tug.org/texlive/trunk@47694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdfbin250481 -> 250322 bytes
-rw-r--r--Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx12
-rw-r--r--Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty3
3 files changed, 10 insertions, 5 deletions
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
--- a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
+++ b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
Binary files 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
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{eso-pic}
-%<package> [2015/07/21 v2.0g eso-pic (RN)]
+%<package> [2018/04/12 v2.0h eso-pic (RN)]
%
%<*driver>
\documentclass[a4paper]{ltxdoc}
@@ -37,7 +37,7 @@
%</driver>
% \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{%