summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/texfile.cc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
committerKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
commitd9b69c486ff463e30179a9e8bdacf6710f0ebc91 (patch)
tree1ff82edb1147b80fc710394e364298779bc5b4d1 /Build/source/utils/asymptote/texfile.cc
parent8a2548cb37acbacd1a379a9771b3076788a210f0 (diff)
asy 1.78
git-svn-id: svn://tug.org/texlive/trunk@13994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/texfile.cc')
-rw-r--r--Build/source/utils/asymptote/texfile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/texfile.cc b/Build/source/utils/asymptote/texfile.cc
index eb6a2c33c57..b1cf4bfcd77 100644
--- a/Build/source/utils/asymptote/texfile.cc
+++ b/Build/source/utils/asymptote/texfile.cc
@@ -44,6 +44,8 @@ void texfile::miniprologue()
texpreamble(*out,processData().TeXpreamble,false,true);
if(settings::latex(texengine)) {
*out << "\\pagestyle{empty}" << newl
+ << "\\textheight=2048pt" << newl
+ << "\\textwidth=2048pt" << newl
<< "\\begin{document}" << newl;
} else if(settings::context(texengine)) {
*out << "\\setuppagenumbering[location=]" << newl