summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/auto-pst-pdf-lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-21 20:23:21 +0000
committerKarl Berry <karl@freefriends.org>2023-03-21 20:23:21 +0000
commit4e469e9bd12720053ad80fd58151958059bf9212 (patch)
tree25f51f72de1b707a3be4685f512b0c17d2b1851c /Master/texmf-dist/tex/latex/auto-pst-pdf-lua
parentb309a1c59159837af026257a9306bdeb8d64d73a (diff)
auto-pst-pdf-lua (21mar23)
git-svn-id: svn://tug.org/texlive/trunk@66637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/auto-pst-pdf-lua')
-rw-r--r--Master/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty b/Master/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
index e75e2f76d1a..f51516e7087 100644
--- a/Master/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
+++ b/Master/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
@@ -2,7 +2,7 @@
%% This is file `auto-pst-pdf-lua.sty', a modified version of
%% auto-pst-pdf from Will Robertson
%%
-%% Copyright (C) 2018 Herbert Voss
+%% Copyright (C) 2023 Herbert Voss
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -13,7 +13,7 @@
%% version 2005/12/01 or later.
%%
%%
-\ProvidesPackage{auto-pst-pdf-lua}[2018/12/09 v0.03 using auto-pst-pdf for LuaLaTeX]
+\ProvidesPackage{auto-pst-pdf-lua}[2023/03/21 v0.03a using auto-pst-pdf for LuaLaTeX]
\RequirePackage{ifpdf,xkeyval,ifplatform,ifluatex}
\newif\if@app@off@
\newif\if@app@crop@
@@ -66,7 +66,7 @@
dvips={-Ppdf},
pdfcrop={},
cleanup={log,aux,dvi,ps,pdf},
- runs=1
+ runs=1,
}
\ifluatex\else
\PackageWarning{auto-pst-pdf-lua}%
@@ -119,9 +119,9 @@
\def\app@cleanup{\app@try@rm{\app@rm@files}}
\ifluatex
\def\app@cmd@latex#1#2{dvilualatex \app@latex@opts\space
- "\unexpanded{\let\APPmakepictures\empty\input} #1"}
+ "\unexpanded{\let\APPmakepictures\empty \input} #1"}
\def\app@cmd@extralatex#1#2{dvilualatex \app@latex@opts\space
- "\unexpanded{\let\APPmakepictures\undefined\input} #1"}
+ "\unexpanded{\let\APPmakepictures\undefined \input} #1"}
\else
\def\app@cmd@latex#1#2{latex \app@latex@opts\space
"\unexpanded{\let\APPmakepictures\empty\input} #1"}