summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-07 21:40:28 +0000
committerKarl Berry <karl@freefriends.org>2020-03-07 21:40:28 +0000
commit7e988d1085363ef3553c0c6abe02f8a7bdd2e472 (patch)
treea82d7f3168f535cae664b0df4b124f9431e882de /Master
parent98703a86b239c2f8fd87c7e8a62dfe9793bdda7a (diff)
pdfpc (7mar20)
git-svn-id: svn://tug.org/texlive/trunk@54160 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdfbin0 -> 170447 bytes
-rw-r--r--Master/texmf-dist/source/latex/pdfpc/pdfpc.dtx4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty4
3 files changed, 2 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf b/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf
new file mode 100644
index 00000000000..275a168ac1e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/pdfpc/pdfpc.dtx b/Master/texmf-dist/source/latex/pdfpc/pdfpc.dtx
index 4177554186b..ad5430f3240 100644
--- a/Master/texmf-dist/source/latex/pdfpc/pdfpc.dtx
+++ b/Master/texmf-dist/source/latex/pdfpc/pdfpc.dtx
@@ -55,7 +55,7 @@
%
% Identify the package and force \LaTeXe:
% \begin{macrocode}
-\ProvidesPackage{pdfpc}[2019/12/03 v0.2 PDFPC]
+\ProvidesPackage{pdfpc}[2019/12/03 v0.2.1 PDFPC]
\NeedsTeXFormat{LaTeX2e}
% \end{macrocode}
%
@@ -89,14 +89,12 @@
{\PackageWarningNoLine{pdfpc}{`duration' should be an integer}}%
\fi
%
-\ifx\PDFPC@duration\@empty
\ifx\PDFPC@enduserslide\@empty
\else
\IfInteger{\PDFPC@enduserslide}{}
{\PackageWarningNoLine{pdfpc}{`enduserslide' should be an integer}}%
\fi
%
-\ifx\PDFPC@duration\@empty
\ifx\PDFPC@lastminutes\@empty
\else
\IfInteger{\PDFPC@lastminutes}{}
diff --git a/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
index da5332312d5..59d38283cb5 100644
--- a/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
+++ b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
@@ -42,7 +42,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesPackage{pdfpc}[2019/12/03 v0.2 PDFPC]
+\ProvidesPackage{pdfpc}[2019/12/03 v0.2.1 PDFPC]
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{kvoptions}
\RequirePackage{xstring}
@@ -66,13 +66,11 @@
\IfInteger{\PDFPC@duration}{}
{\PackageWarningNoLine{pdfpc}{`duration' should be an integer}}%
\fi
-\ifx\PDFPC@duration\@empty
\ifx\PDFPC@enduserslide\@empty
\else
\IfInteger{\PDFPC@enduserslide}{}
{\PackageWarningNoLine{pdfpc}{`enduserslide' should be an integer}}%
\fi
-\ifx\PDFPC@duration\@empty
\ifx\PDFPC@lastminutes\@empty
\else
\IfInteger{\PDFPC@lastminutes}{}