summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/RCS/tabelle.bht,v
blob: 9d03dac2cdaad8ed400b2d2f7dc07cbbc08382b8 (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
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 $Hilfsfile $Buttontext/Giffile $Curserrueckverschiebung #
################################################################################

I array "\\begin{array}\[\]{}\n\\end{array}\n" tabelle 16
I tabular "\\begin{tabular}\[\]{}\n\\end{tabular}\n" tabelle 18

# Parameter
I tabcolsep "\\setlength{\\tabcolsep}{}\n" tabelle 2
I arraycolsep "\\setlength{\\arraycolsep}{}\n" tabelle 2
I arrayrulewidth "\\setlength{\\arrayrulewidth}{}\n" tabelle 2
I doublerulesep "\\setlength{\\tabcolsep}{}\n" tabelle 2
I arraystretch "\\renewcommand{\\arraystretch}{}\n" tabelle 2

I cline "\\cline{-}" tabelle 2
I multicolumn "\\multicolumn{}{}{}" tabelle 5
@