diff options
Diffstat (limited to 'Build/source/utils/asymptote/doc/latexusage.tex')
-rw-r--r-- | Build/source/utils/asymptote/doc/latexusage.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/doc/latexusage.tex b/Build/source/utils/asymptote/doc/latexusage.tex index 5c10c4f83d9..6cbd1cb2a75 100644 --- a/Build/source/utils/asymptote/doc/latexusage.tex +++ b/Build/source/utils/asymptote/doc/latexusage.tex @@ -81,6 +81,7 @@ the \verb+{attach=true}+ option: \begin{center} \begin{asy}[height=4cm,attach=false] import three; +currentprojection=orthographic(5,4,2); draw(unitcube,blue); label("$V-E+F=2$",(0,1,0.5),3Y,blue+fontsize(17)); \end{asy} |