summaryrefslogtreecommitdiff
path: root/support/gtex-letter/.gtex-letterrc.german
blob: 2a2d948c655d67ae31a4f81b80eb8642d1ff2f39 (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
55
56
57
58
59
60
61
# rc-file for gtex-letter
[DEFAULT]

[MAIN]
addressbook=~/.gnome/GnomeCard.gcrd

mydvipdf=dvipdf  __short_filename__
mydvips=dvips __short_filename__
myeditor=xterm -e vi __filename__
mylatex=latex __short_filename__
myprintcommand=lpr __short_filename__.ps
myxdvi=xdvi __short_filename__

dateformat=%d.%m.%y

advertise=yes

quite_latex=no

guilevel=novice

filename_guess_format=__id__[-__subject__].tex
filename_guess_path=~/

mycountry=D

opening_defaults="Sehr geehrte[__name_prefix__='Herr':'r'] __name_prefix__ __lastname__,"; "Liebe[__name_prefix__='Herr':'r'] __firstname__,"; "Sehr geehrte Damen und Herren,"

closing_defaults="Mit freundlichen Grüßen,"; "Mit herzlichen Grüßen,"; "Es grüßt Sie freundlich,"; "Es grüßt Sie herzlich,"

addressbook_columns=Name_Prefix, Firstname, Lastname, Street, ZIP, City, Country, Telephone
addressbook_column_widths=50, 80, 100, 120, 50, 100, 20, 90

header_defaults='letterheader.dinbrief'

lettertype=dinbrief

[ADDRESSFORMAT]
addressformat.0=__name_prefix__ 
addressformat.1=[__firstname__ ][__middlename__ ]__lastname__[, __name_suffix__]
addressformat.2=__post_office__
addressformat.3=__extended__
addressformat.4=__street__
addressformat.5=[__country__--][__zip__ ]__city__[, __region__]

[COMMANDS]
texcommands.0=\documentclass[12pt,german]{__lettertype__}
texcommands.1=\usepackage[T1]{fontenc}
texcommands.2=\usepackage[latin1]{inputenc}
texcommands.3=\usepackage{babel}
texcommands.4=\usepackage{graphicx}
texcommands.5=\input{__letter_header__}
texcommands.6=\begin{document}
texcommands.7=\begin{letter}{__letter_address__}
texcommands.8=\subject{__letter_subject__}
texcommands.9=\opening{__letter_opening__}
texcommands.10=__letter_contents__
texcommands.11=
texcommands.12=\closing{__letter_closing__}
texcommands.13=\end{letter}
texcommands.14=\end{document}