summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/RCS/picture.bht,v
blob: ea67a3ffd17c594c44beee37e57140ca76e2e5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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
@