summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/latexusage.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/doc/latexusage.tex')
-rw-r--r--Build/source/utils/asymptote/doc/latexusage.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/doc/latexusage.tex b/Build/source/utils/asymptote/doc/latexusage.tex
index f073f80258f..bc0638098c2 100644
--- a/Build/source/utils/asymptote/doc/latexusage.tex
+++ b/Build/source/utils/asymptote/doc/latexusage.tex
@@ -7,7 +7,7 @@
%\usepackage[inline]{asymptote}
% Enable this line to support PDF hyperlinks:
-%\usepackage[setpagesize=false]{hyperref}
+%\usepackage{hyperref}\hypersetup{setpagesize=false}
% Enable this line for PDF attachments with asy environment option attach=true:
%\usepackage[dvips]{attachfile2}
@@ -81,6 +81,7 @@ the \verb+{attach=true}+ option:
\begin{center}
\begin{asy}[height=4cm,attach=false]
import three;
+defaultrender.margin=3pt;
currentprojection=orthographic(5,4,2);
draw(unitcube,blue);
label("$V-E+F=2$",(0,1,0.5),3Y,blue+fontsize(17pt));