summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/latexusage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/latexusage.tex')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/latexusage.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/latexusage.tex b/Master/texmf-dist/doc/asymptote/examples/latexusage.tex
index 07b0e56a356..9701a25af9b 100644
--- a/Master/texmf-dist/doc/asymptote/examples/latexusage.tex
+++ b/Master/texmf-dist/doc/asymptote/examples/latexusage.tex
@@ -21,6 +21,7 @@
\begin{asydef}
// Global Asymptote definitions can be put here.
+settings.prc=true;
import three;
usepackage("bm");
texpreamble("\def\V#1{\bm{#1}}");