summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/latex_other.bht
blob: 096562ffe2d725d5f7d1463606c5627f46b0a15c (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
# Copyright (C) 1999 - Martin Strauss - under terms of GPL
################################################################################
# I $Name $Latexbefehl $Buttontext/Giffile $Curserrueckverschiebung           #
################################################################################


I ifthenelse "\\ifthenelse{}{}{}\n" ifthenelse 6
I whiledo	"\\whiledo{}{}\n" whiledo 4

# Seitenformatierung
set LISTE [list oddsidemargin evensidemargin topmargin headheight\
headsep topskip textheight textwidth footheight footskip\
voffset hoffset\
columnsep columnseprule]
foreach x $LISTE {I $x "\\$x" $x 0}


# Stichwortverzeichnisse
I index "\\index{}" index 1
I makeindex "\\makeindex" make 0
I printindex "\\printindex" print 0
I theindex "\\begin{theindex}\n \\item\n\\end{theindex}\n" the 15
I subitem "\\subitem" subitem 0
I subsubitem "\\subitem" subsubitem 0
I indexspace "\\indexspace" indexspace 0



# Literatur 
I thebibliography "\\begin{thebibliography}\n \\bibitem{}\n\\end{thebibliography}\n" thebibliography 24
I bibitem "\\bibitem{}\n" bibitem 2
I cite "\\cite{}" cite 1
I nocite "\\nocite{}\n" nocite 2

# tabbing 
I tabbing "\\begin{tabbing}\n\\end{tabbing}\n" tabbing 15

# Boxen
I mbox "\\mbox{}" latexbox 1
I fbox "\\fbox{}" latexbox 1
I makebox "\\makebox\[\]\[\]{}" latexbox 5
I framebox "\\framebox\[\]\[\]{}" latexbox 5
I parbox "\\parbox\[\]{}{}" latexbox 5
I minipage "\\begin{minipage}\[\]{}\n\\end{minipage}\n" latexbox 19
I rule "\\rule\[\]{}{}" latexbox 5

I input "\\input{}\n" input 2
I include "\\include{}\n" include 2
I includeonly "\\includeonly{}\n" includeonly 2
I typeout "\\typeout{}\n" typeout 2
I typein "\\typein{}\n" typein 2


unset LISTE