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, 4 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/curvedlabel.asy b/Master/texmf/doc/asymptote/examples/curvedlabel.asy
new file mode 100644
index 00000000000..2ff4c6c34ec
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/curvedlabel.asy
@@ -0,0 +1,4 @@
+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));
+