summaryrefslogtreecommitdiff
path: root/support/gtex-letter/.gtex-letterrc
blob: 1c93d9022290b5bbd24949a2ba812e5832bc76cb (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
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}