summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/orthocenter.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/orthocenter.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/orthocenter.asy3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/orthocenter.asy b/Master/texmf-dist/doc/asymptote/examples/orthocenter.asy
index a7caaf14126..69ae5376b5f 100644
--- a/Master/texmf-dist/doc/asymptote/examples/orthocenter.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/orthocenter.asy
@@ -2,8 +2,7 @@ import geometry;
import math;
size(7cm,0);
-
-if(!settings.xasy && settings.outformat != "svg") settings.tex="pdflatex";
+settings.tex="pdflatex";
real theta=degrees(asin(0.5/sqrt(7)));