summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/latex.bht
diff options
context:
space:
mode:
Diffstat (limited to 'support/tcltexed/bht/latex.bht')
-rw-r--r--support/tcltexed/bht/latex.bht141
1 files changed, 141 insertions, 0 deletions
diff --git a/support/tcltexed/bht/latex.bht b/support/tcltexed/bht/latex.bht
new file mode 100644
index 0000000000..293cbf8f41
--- /dev/null
+++ b/support/tcltexed/bht/latex.bht
@@ -0,0 +1,141 @@
+# Copyright (C) 1999 - Martin Strauss - under terms of GPL
+################################################################################
+# I $Name $Latexbefehl $Buttontext/Giffile $Curserrueckverschiebung #
+################################################################################
+
+
+################################
+# Grundlegendes
+I begin "\\begin{}\n\\end{}\n" begin 9
+I end "\\end{}\n" end 2
+I today "\\today" today 0
+I LaTeX "\\LaTeX" LaTeX 0
+I LaTeX2e "\\LaTeX2e" LaTeX2e 0
+I document "\\begin{document}\n\\end{document}\n" document 15
+I documentclass "\\documentclass\[\]{}\n" documentclass 4
+I usepackage "\\usepackage{}\n" usepackage 2
+I pagestyle "\\pagestyle{}\n" pagestyle 2
+I thispagestyle "\\thispagestyle{}\n" thispagestyle 2
+I pagenumbering "\\pagenumbering{}\n" pagenumbering 2
+
+I newcounter "\\newcounter{}\[\]\n" newcounter 4
+I setcounter "\\setcounter{}{}\n" setcounter 4
+I newlength "\\newlength{}\n" newlength 2
+I setlength "\\setlength{}{}\n" setlength 4
+I settowidth "\\settowidth{}{}\n" settowidth 4
+I addtolength "\\addtolength{}{}\n" addtolength 4
+I value "\\value{}" value 1
+I stepcounter "\\stepcounter{}" stepcounter f1
+I newcommand "\\newcommand{}\[\]{}\n" newcommand 6
+I renewcommand "\\newcommand{}\[\]{}\n" renewcommand 6
+I newenviroment "\\newenviroment{}\[\]{}{}\n" newenviroment 8
+I renewenviroment "\\renewenviroment{}\[\]{}{}\n" renewenviroment 8
+I title "\\title{}\n" title 1
+I titlepage "\\begin{titlepage}\n\\end{titlepage}\n" titlepage 16
+I author "\\author{}\n" author 1
+I date "\\date{}\n" date 1
+I thanks "\\thanks{}\n" thanks 1
+I maketitle "\\maketitle\n" maketitle 0
+I verbatim "\\begin{verbatim}\\end{verbatim}\n" verbatim 15
+I fill "\\fill" fill 0
+I stretch "\\stretch{}" stretch 1
+
+# Aufteilungen
+I chapter "\\chapter{}\n" chapter 2
+I section "\\section{}\n" section 2
+I subsection "\\subsection{}\n" subsection 2
+I subsubsection "\\subsubsection{}\n" subsubsection 2
+I paragraph "\\paragraph{}\n" paragraph 2
+I subparagraph "\\subparagraph{}\n" subparagraph 2
+I part "\\part{}\n" part 2
+
+# Anhang Inhalt
+I appendix "\\begin{appendix}\n\\end{appendix}\n" appendix 15
+I tableofcontents "\\tableofcontents" "table of contents" 0
+I addcontentsline "\\addcontentsline{}{}{}" "add contentsline" 5
+I addtocontents "\\addtocontents{}{}" "add to contents" 3
+I listoffigures "\\listoffigures" "list of figures" 0
+I listoftables "\\listoftables" "list of tables" 0
+
+
+# Zwischenraeume
+I hspace "\\hspace{}" hspace 1
+I hfill "\\hspace{\\fill}" hspace 0
+I quad "\\quad" quad 0
+I qquad "\\qquad" qquad 0
+I dotfill "\\dotfill" dotfill 0
+I hrulefill "\\hrulefill" hrulefill 0
+I linebreak "\\linebreak[]\n" linebreak 2
+I nolinebreak "\\nolinebreak[]\n" nolinebreak 2
+I vspace "\\vspace{}\n" vspace 2
+I vfill "\\vspace{\\fill}" vspace 0
+I indent "\\indent" indent 0
+I noindent "\\noindent" noindent 0
+I pagebreak "\\pagebreak[]\n" pagebreak 2
+I nopagebreak "\\nopagebreak[]\n" nopagebreak 2
+I newpage "\\newpage\n" newpage 0
+I clearpage "\\clearpage\n" clearpage 0
+I cleardoublepage "\\cleardoublepage\n" cleardoublepage 0
+I samepage "\\begin{samepage}\n\n\\end{samepage}\n" samepage 16
+I discretionary "\\discretionary{}{}{}" discretionary 5
+I hypentation "\\hypentation{}\n" hypentation 2
+I sloppy "\\sloppy\n" sloppy 0
+I fussy "\\fussy\n" fussy 0
+I sloopypar "\\{sloopypar}\n\n\\end{sloopypar}\n" sloopypar 17
+I fussypar "\\begin{fussypar}\n\n\\end{fussypar}\n" fussypar 16
+
+# Schriftarten
+I bfseries "\\bfseries" "Boldface Series" 0
+I mdseries "\\mdseries" "Standart Series" 0
+I itshape "\\itshape" "Italic Shape" 0
+I upshape "\\upshape" "Standart Shape" 0
+I scshape "\\scshape" "SMALL CAPS Shape" 0
+I slshape "\\slshape" "Slanted Shape" 0
+I rmfamily "\\rmfamily" "Roman Family" 0
+I sffamily "\\sffamily" "Sans Serif Family" 0
+I ttfamily "\\ttfamily" "Typewriter Family" 0
+
+# Schriftgroessen
+I tiny "\\tiny" tiny 0
+I scriptsize "\\scriptsize" scriptsize 0
+I footnotesize "\\footnotesize" footnotesize 0
+I small "\\small" small 0
+I normalsize "\\normalsize" normalsize 0
+I large "\\large" large 0
+I Large "\\Large" Large 0
+I LARGE "\\LARGE" LARGE 0
+I huge "\\huge" huge 0
+I Huge "\\Huge" Huge 0
+
+# Textstrukturierung
+I center "\\begin{center}\n\\end{center}\n" center 13
+I centering "\\centering" centering 0
+I quote "\\begin{quote}\n\\end{quote}\n" quote 12
+I quotation "\\begin{quotation}\n\\end{quotation}\n" quotation 16
+I flushleft "\\begin{flushleft}\n\\end{flushleft}\n" flushleft 16
+I flushright "\\begin{flushright}\n\\end{flushright}\n" flushright 19
+
+# Aufzaehlungen
+I item "\\item" item 0
+I itemize "\\begin{itemize}\n \\item \n\\end{itemize}\n" itemize 15
+I enumerate "\\begin{enumerate}\n \\item \n\\end{enumerate}\n" enumerate 17
+I description "\\begin{description}\n \\item\[\] \n\\end{description}\n" description 21
+
+# Linien
+I vline "\\vline" tabelle 0
+I hline "\\hline" tabelle 0
+
+
+# gleitendes
+I table "\\begin{table}\n\\end{table}\n" table 12
+I figure "\\begin{figure}\n\\end{figure}\n" figure 13
+I caption "\\caption{}\n" caption 2
+
+
+# Bezug
+I label "\\label{}" label 1
+I ref "\\ref{}" ref 1
+I pageref "\\pageref{}" pageref 1
+
+# sonderbares
+I percent "\\%" sonder 0 \ No newline at end of file