summaryrefslogtreecommitdiff
path: root/graphics/asymptote/picture.cc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-16 03:01:19 +0000
committerNorbert Preining <norbert@preining.info>2020-01-16 03:01:19 +0000
commit4c0e3e7fa86ecd3794204d362c7e17b3d9433415 (patch)
tree0f27a1c7c8f6fe12dc9eead93bd098b1266b62e6 /graphics/asymptote/picture.cc
parent3bd863734612dc2fe9c5c7c1405358ffb1228afb (diff)
CTAN sync 202001160301
Diffstat (limited to 'graphics/asymptote/picture.cc')
-rw-r--r--graphics/asymptote/picture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/picture.cc b/graphics/asymptote/picture.cc
index b3671f8280..7047254751 100644
--- a/graphics/asymptote/picture.cc
+++ b/graphics/asymptote/picture.cc
@@ -349,7 +349,7 @@ void texinit()
// Output any new texpreamble commands
if(pd.tex.isopen()) {
if(pd.TeXpipepreamble.empty()) return;
- texpreamble(pd.tex,pd.TeXpipepreamble,false);
+ texpreamble(pd.tex,pd.TeXpipepreamble,true);
pd.TeXpipepreamble.clear();
return;
}