head 1.2;
access;
symbols;
locks
mys:1.2; strict;
comment @# @;
1.2
date 2001.01.23.21.08.08; author mys; state Exp;
branches;
next 1.1;
1.1
date 2000.10.12.15.04.09; author mys; state Exp;
branches;
next ;
desc
@@
1.2
log
@*** empty log message ***
@
text
@# Copyright (C) 1998 - Martin Strauss - under terms of GPL
if $MenuModus {
set ItemList {1 3 {Document Dokument Dokumen Documento}}
} else {
buttonmake $NAME 1 documentclass
buttonmake $NAME 2 document
buttonmake $NAME 3 usepackage
label $NAME.l1 -text [lindex {Style Stil "Bentuk Tulisan" Style} $language]
addpack $NAME.l1
buttonmake $NAME 4 pagestyle
buttonmake $NAME 5 thispagestyle
buttonmake $NAME 6 pagenumbering
label $NAME.l2 -text [lindex {Titlepage Titelseite Judul Titlepage} $language]
addpack $NAME.l2
buttonmake $NAME 7 titlepage
buttonmake $NAME 8 title
buttonmake $NAME 9 author
buttonmake $NAME 10 date
buttonmake $NAME 11 thanks
buttonmake $NAME 12 maketitle
label $NAME.l3 -text [lindex {Index Inhaltsverzeichnis Indeks Index} $language]
addpack $NAME.l3
buttonmake $NAME 13 appendix
buttonmake $NAME 14 tableofcontents
buttonmake $NAME 15 listoffigures
buttonmake $NAME 16 listoftables
buttonmake $NAME 17 addcontentsline
buttonmake $NAME 18 addtocontents
eval "pack $packstring -fill x"
}
@
1.1
log
@Initial revision
@
text
@d3 1
a3 1
set ItemList {1 3 {Document Dokument Dokumen}}
d9 1
a9 1
label $NAME.l1 -text [lindex {Style Stil "Bentuk Tulisan"} $language]
d14 1
a14 1
label $NAME.l2 -text [lindex {Titlepage Titelseite Judul} $language]
d22 1
a22 1
label $NAME.l3 -text [lindex {Index Inhaltsverzeichnis Indeks} $language]
d33 1
a33 1
}@