summaryrefslogtreecommitdiff
path: root/support/gtex-letter/.gtex-letterrc.german
diff options
context:
space:
mode:
Diffstat (limited to 'support/gtex-letter/.gtex-letterrc.german')
-rw-r--r--support/gtex-letter/.gtex-letterrc.german61
1 files changed, 61 insertions, 0 deletions
diff --git a/support/gtex-letter/.gtex-letterrc.german b/support/gtex-letter/.gtex-letterrc.german
new file mode 100644
index 0000000000..2a2d948c65
--- /dev/null
+++ b/support/gtex-letter/.gtex-letterrc.german
@@ -0,0 +1,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}