diff options
Diffstat (limited to 'Build/source/utils/asymptote/drawlayer.h')
-rw-r--r-- | Build/source/utils/asymptote/drawlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawlayer.h b/Build/source/utils/asymptote/drawlayer.h index 2c16de74500..ca877effa15 100644 --- a/Build/source/utils/asymptote/drawlayer.h +++ b/Build/source/utils/asymptote/drawlayer.h @@ -31,7 +31,7 @@ public: bool write(texfile *out, const bbox&) { out->verbatimline(settings::latex(out->texengine) ? "\\newpage" : - settings::context(out->texengine) ? "}\\eject\\hbox{%" : + settings::context(out->texengine) ? "}\\page\\hbox{%" : "\\eject"); return true; } |