summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/texfile.cc
diff options
context:
space:
mode:
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