blob: 4f80a0aed470c22c13e249df24d9312c4ef9b5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright (C) 1999 - Martin Strauss - under terms of GPL
################################################################################
# I $Name $Latexbefehl $Buttontext/Giffile $Curserrueckverschiebung #
################################################################################
################################
# Grundlegendes
I documentstyle "\\documentstyle\[\]{}\n" documentstyle 4
# Schriftarten
I bf "\\bf" Boldface 0
I it "\\it" Italic 0
I rm "\\rm" Roman 0
I em "\\em" Emphasize 0
I sc "\\sc" "SMALL CAPS" 0
I sl "\\sl" "Slanted" 0
I sf "\\sf" "Sans Serif" 0
I tt "\\tt" Typewriter 0
|