diff options
Diffstat (limited to 'info/asy-overview/src/asy_tut.tex')
-rw-r--r-- | info/asy-overview/src/asy_tut.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/info/asy-overview/src/asy_tut.tex b/info/asy-overview/src/asy_tut.tex index fc88e07b2b..c90d49037e 100644 --- a/info/asy-overview/src/asy_tut.tex +++ b/info/asy-overview/src/asy_tut.tex @@ -5,8 +5,8 @@ % See: https://github.com/vectorgraphics/asymptote/blob/master/doc/externalprc.tex % Compile .asy files with asy -inlineimage <fn> \RequirePackage{asymptote} -\def\asydir{chapter4/asy/} -\graphicspath{{asy/}} +\def\asydir{chapter4/asy} +\graphicspath{ {asy/} {chapter4/asy/} } % uncomment for 3D graphics: \input chapter4/asy/vectors.pre \input chapter4/asy/planes.pre |