diff options
Diffstat (limited to 'Build/source/utils/asymptote/base/labelpath.asy')
-rw-r--r-- | Build/source/utils/asymptote/base/labelpath.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/base/labelpath.asy b/Build/source/utils/asymptote/base/labelpath.asy index fe597a1608d..39c1908efd3 100644 --- a/Build/source/utils/asymptote/base/labelpath.asy +++ b/Build/source/utils/asymptote/base/labelpath.asy @@ -12,7 +12,7 @@ void labelpath(frame f, Label L, path g, string justify=Centered, _labelpath(f,L.s,L.size,g,justify,(L.T.x,L.T.y+0.5linewidth(p)),p); return; } - write("warning: labelpath requires -tex latex"); + warning("labelpathlatex","labelpath requires -tex latex"); } void labelpath(picture pic=currentpicture, Label L, path g, |