summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs')
-rw-r--r--Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs b/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs
deleted file mode 100644
index a67fe086541..00000000000
--- a/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-Ketinit();
-
-//Changework(Dircdy);
-// Dircdy : path of this file
-// gethome() : User's home
-//Setparent(Cdyname()+"p");
-// To produce a pdf file with only the figure:
-// (1) Confirm the name above.
-// (2) Uncomment Figpdf() below.
-// (3) Press Parent button on the screen.
-
-Addax(0);
-
-Listplot([A,B,C,A]);
-
-//Figpdf();
-Windispg();
-
-//Help("List"); \ No newline at end of file