initial commit

This commit is contained in:
Thomas Ruoff
2014-11-25 17:03:54 +01:00
commit a40e9f32c9
5 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
\ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)]
\LoadLetterOption{brief}
\LoadLetterOption{thomas}
% vim:filetype=tex

View File

@@ -0,0 +1,6 @@
\ProvidesFile{brief-valerie.lco}[2014/11/25 lco (Thomas Ruoff)]
\LoadLetterOption{brief}
\LoadLetterOption{valerie}
% vim:filetype=tex

71
tex/latex/brief.lco Normal file
View File

@@ -0,0 +1,71 @@
\ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)]
% Pakete
\usepackage{cmap} % to make the PDF files "searchable and copyable"
% in pdf viewer
\usepackage[ngerman]{babel} % deutschsprachig
\usepackage[utf8]{inputenc} % utf8 encoding
\usepackage[T1]{fontenc} % Schriftkodierung
\usepackage{charter}
\usepackage{microtype} % echter Blocksatz
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{pdfpages} % Einbinden von PDF Seiten aus PDF Dokument
\usepackage{fixltx2e} % Verbessert einige Kernkompetenzen von LaTeX2e
\usepackage{ellipsis} % Korrigiert den Weißraum um Auslassungspunkte
\usepackage{marvosym} % additional symbols
\usepackage{parskip} % keine indents
\KOMAoptions{
foldmarks=true,
backaddress=true,
fromphone,
fromemail,
enlargefirstpage=true,
paper=A4,
fontsize=12pt,
fromalign=left,
draft=false
}
% style changes
\renewcommand*{\raggedsignature}{\raggedright}
\setkomavar{phoneseparator}{ }
\setkomavar{faxseparator}{ }
\setkomavar{emailseparator}{ }
% first head modifications
\firsthead{\noindent
\parbox[b]{.5\textwidth}{\raggedright
{\usekomafont{fromname}\strut\ignorespaces
\usekomavar{fromname}\\
}
{\usekomafont{fromaddress}\strut\ignorespaces
\usekomavar{fromaddress}
\\
}
}
\parbox[b]{.5\textwidth}{\raggedleft
{\usekomafont{fromaddress}\strut\ignorespaces
\\\usekomavar*{fromphone}\usekomavar{fromphone}
\\\usekomavar*{fromfax}\usekomavar{fromfax}
\\\usekomavar*{fromemail}\usekomavar{fromemail}
\\
}
}
}
% set symbols for the contact options
\providecaptionname{ngerman}{\phonename}{\Telefon{}}
\providecaptionname{ngerman}{\faxname}{\Mobilefone{}}
\providecaptionname{ngerman}{\emailname}{\Letter}
% margin left for HL-2040
\@setplength{foldmarkhpos}{6.5mm}
% vim:filetype=tex

11
tex/latex/thomas.lco Normal file
View File

@@ -0,0 +1,11 @@
\ProvidesFile{briefi-thomas.lco}[2009/12/08 lco (Thomas Ruoff)]
\setkomavar{fromname}{Thomas Ruoff}
\setkomavar{fromaddress}{Filderstr. 37\\70180 Stuttgart}
\setkomavar{fromphone}{(0711) 518 787 54}
\setkomavar{fromfax}{(0151) 21 22 53 62} % use this var for mobile
\setkomavar{fromemail}{ThomasRuoff@gmail.com}
\setkomavar{place}{Stuttgart}
\setkomavar{backaddress}{Thomas Ruoff, Filderstr. 37, 70180 Stuttgart}
% vim:filetype=tex

7
tex/latex/valerie.lco Normal file
View File

@@ -0,0 +1,7 @@
\setkomavar{fromname}{Valerie Baumeister}
\setkomavar{fromaddress}{Filderstr. 37\\70180 Stuttgart}
\setkomavar{fromphone}{(0711) 518 787 54}
\setkomavar{fromfax}{(0176) 20 78 99 37} % use this var for mobile
\setkomavar{fromemail}{Valerie.Baumeister@gmail.com}
\setkomavar{place}{Stuttgart}
\setkomavar{backaddress}{Valerie Baumeister, Filderstr. 37, 70180 Stuttgart}