summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/RCS/picture.bht,v
diff options
context:
space:
mode:
Diffstat (limited to 'support/tcltexed/bht/RCS/picture.bht,v')
-rw-r--r--support/tcltexed/bht/RCS/picture.bht,v57
1 files changed, 57 insertions, 0 deletions
diff --git a/support/tcltexed/bht/RCS/picture.bht,v b/support/tcltexed/bht/RCS/picture.bht,v
new file mode 100644
index 0000000000..ea67a3ffd1
--- /dev/null
+++ b/support/tcltexed/bht/RCS/picture.bht,v
@@ -0,0 +1,57 @@
+head 1.1;
+access;
+symbols;
+locks
+ mys:1.1; strict;
+comment @# @;
+
+
+1.1
+date 2000.10.12.15.08.06; author mys; state Exp;
+branches;
+next ;
+
+
+desc
+@@
+
+
+1.1
+log
+@Initial revision
+@
+text
+@# Copyright (C) 1999 - Martin Strauss - under terms of GPL
+################################################################################
+# I $Name $Latexbefehl $Buttontext/Giffile $Curserrueckverschiebung #
+################################################################################
+
+I picture "\\begin{picture}(,)\n\n\\end{picture}\n" picture 18
+
+# Parameter
+I unitlength "\\setlength{\setunitlength}{}\n" picture 2
+I thicklines "\\thicklines" picture 0
+I thinlines "\\thinlines" picture 0
+I linethickness "\\linethickness{}\n" picture 2
+
+# Positionierung
+I put "\\put(,){}\n" picture 5
+I multiput "\\multiput(,)(,){}{}\n" picture 10
+
+# Rahmen
+I dashbox "\\dashbox{}(,)\[\]{}" picture 8
+
+#
+I line "\\line(,){}" picture 4
+I vector "\\vector(,){}" picture 4
+
+I circle "\\circle{}" picture 1
+I oval "\\oval(,)" picture 2
+I bezier "\\bezier{50}(,)(,)(,)" picture 8
+I shortstack "\\shortstack\[\]{}" picture 3
+
+# Speichern
+I newsavebox "\\newsavebox{\\}\n" picture 2
+I savebox "\\savebox{\\}(,)\[\]{}\n" picture 9
+I usebox "\\usebox{\\}" picture 1
+@