# 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}