summaryrefslogtreecommitdiff
path: root/support/gtex-letter/.gtex-letterrc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/gtex-letter/.gtex-letterrc
Initial commit
Diffstat (limited to 'support/gtex-letter/.gtex-letterrc')
-rw-r--r--support/gtex-letter/.gtex-letterrc62
1 files changed, 62 insertions, 0 deletions
diff --git a/support/gtex-letter/.gtex-letterrc b/support/gtex-letter/.gtex-letterrc
new file mode 100644
index 0000000000..1c93d90222
--- /dev/null
+++ b/support/gtex-letter/.gtex-letterrc
@@ -0,0 +1,62 @@
+# 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=%x
+
+advertise=yes
+
+quite_latex=no
+
+guilevel=novice
+
+filename_guess_format=__id__[-__subject__].tex
+filename_guess_path=~/
+
+mycountry=D
+
+
+opening_defaults="Dear __name_prefix__ __lastname__,"; "Dear __firstname__,"; "To whom it may concern,"
+
+closing_defaults="Yours sincerely,"; "Regards,"; "With the best regards,"; "With the very best regards,"
+
+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.standard_latex'
+
+lettertype=letter
+
+[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]{__lettertype__}
+texcommands.1=\usepackage[T1]{fontenc}
+texcommands.2=\usepackage[latin1]{inputenc}
+texcommands.3=\name{Charles Mustermann}
+texcommands.4=\usepackage{graphicx}
+texcommands.5=\input{__letter_header__}
+texcommands.6=\begin{document}
+texcommands.7=\begin{letter}{__letter_address__}
+texcommands.8=\textbf{\Large\raggedleft __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}