summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/curvedlabel.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/curvedlabel.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/curvedlabel.asy4
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf/doc/asymptote/examples/curvedlabel.asy b/Master/texmf/doc/asymptote/examples/curvedlabel.asy
deleted file mode 100644
index 2ff4c6c34ec..00000000000
--- a/Master/texmf/doc/asymptote/examples/curvedlabel.asy
+++ /dev/null
@@ -1,4 +0,0 @@
-size(200);
-import labelpath;
-labelpath("This is a test of curved labels in Asymptote (implemented with the {\tt PSTricks pstextpath} macro).",reverse(rotate(-90)*unitcircle));
-