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, 19 insertions, 0 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
new file mode 100644
index 00000000000..a67fe086541
--- /dev/null
+++ b/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs
@@ -0,0 +1,19 @@
+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