# 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"
}