mirror of
https://github.com/tomru/tex-local-packages.git
synced 2026-03-04 14:47:11 +01:00
initial commit
This commit is contained in:
71
tex/latex/brief.lco
Normal file
71
tex/latex/brief.lco
Normal 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
|
||||
Reference in New Issue
Block a user