From 6aee2e8eef2b386b7e09c9aff403deabe51e5f8f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Aug 2016 22:23:41 +0000 Subject: plain.asy fix for luatex, from John Bowman, https://github.com/vectorgraphics/asymptote/issues/24 git-svn-id: svn://tug.org/texlive/trunk@41935 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/base/plain.asy | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Build/source') diff --git a/Build/source/utils/asymptote/base/plain.asy b/Build/source/utils/asymptote/base/plain.asy index 14715bad918..71413ec145b 100644 --- a/Build/source/utils/asymptote/base/plain.asy +++ b/Build/source/utils/asymptote/base/plain.asy @@ -280,3 +280,12 @@ if(settings.autoimport != "") { } cputime(); + +texpreamble("\newdimen\paperwidth"); +texpreamble("\newdimen\paperheight"); +bool luatex=settings.tex == "luatex"; +if(settings.tex == "lualatex" || luatex) { + texpreamble("\let\pdfpagewidth\paperwidth"); + texpreamble("\let\pdfpageheight\paperheight"); + if(luatex) texpreamble("\input luatex85.sty"); +} -- cgit v1.2.3