summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/picture.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-19 23:59:33 +0000
committerKarl Berry <karl@freefriends.org>2010-04-19 23:59:33 +0000
commitdddce3148a2bc785603576b18ffcf72d39adbe47 (patch)
tree14f4c79ef11bcf0820a8d4ff2ab0c5ac009c365c /Build/source/utils/asymptote/picture.h
parenta01e51b01f5819b6091af48cdca581e9f2a9282e (diff)
asy 1.93
git-svn-id: svn://tug.org/texlive/trunk@17934 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/picture.h')
-rw-r--r--Build/source/utils/asymptote/picture.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/picture.h b/Build/source/utils/asymptote/picture.h
index a0fc352b641..98774728f69 100644
--- a/Build/source/utils/asymptote/picture.h
+++ b/Build/source/utils/asymptote/picture.h
@@ -27,10 +27,6 @@ private:
boxvector labelbounds;
bboxlist bboxstack;
bool transparency;
-
- static bool epsformat,pdfformat,svgformat,xobject,pdf,Labels;
- static double paperWidth,paperHeight;
-
public:
bbox3 b3; // 3D bounding box
@@ -72,11 +68,11 @@ public:
int epstopdf(const string& epsname, const string& pdfname);
bool texprocess(const string& texname, const string& tempname,
- const string& prefix, const pair& bboxshift);
+ const string& prefix, const pair& bboxshift, bool svgformat);
bool postprocess(const string& prename, const string& outname,
const string& outputformat, double magnification,
- bool wait, bool view);
+ bool wait, bool view, bool pdftex, bool svgformat);
// Ship the picture out to PostScript & TeX files.
bool shipout(picture* preamble, const string& prefix,