remove deprecated and obsolete stuff

This commit is contained in:
Thomas Ruoff
2021-03-19 00:40:25 +01:00
parent 58baba9a8e
commit 7f8eacc3d2

View File

@@ -1,7 +1,6 @@
\ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)]
% Pakete
\usepackage{cmap} % to make the PDF files "searchable and copyable"
% in pdf viewer
\usepackage{cmap} % "searchable and copyable" in pdf viewer
\usepackage[ngerman]{babel} % deutschsprachig
\usepackage[utf8]{inputenc} % utf8 encoding
\usepackage[T1]{fontenc} % Schriftkodierung
@@ -10,27 +9,27 @@
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{pdfpages} % Einbinden von PDF Seiten aus PDF Dokument
\usepackage[a-1b]{pdfx} % PDF-A compliance
\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,
symbolicnames=true
symbolicnames=true,
parskip=full
}
% style changes
\renewcommand*{\raggedsignature}{\raggedright}
% first head modifications
\firsthead{\noindent%
\setkomavar{firsthead}{\noindent%
\parbox[b]{.5\textwidth}{%
\raggedright{%
\usekomafont{fromname}\strut\ignorespaces
@@ -40,16 +39,16 @@
}\parbox[b]{.5\textwidth}{%
\raggedleft{%
\usekomafont{fromaddress}\strut\ignorespaces%
\ifkomavarempty{fromphone}{}{%
\Ifkomavarempty{fromphone}{}{%
\usekomavar*{fromphone}\usekomavar{fromphone}\\
}
\ifkomavarempty{frommobilephone}{}{%
\Ifkomavarempty{frommobilephone}{}{%
\usekomavar*{frommobilephone}\usekomavar{frommobilephone}\\
}
\ifkomavarempty{fromfax}{}{%
\Ifkomavarempty{fromfax}{}{%
\usekomavar*{fromfax}\usekomavar{fromfax}\\
}
\ifkomavarempty{fromemail}{}{%
\Ifkomavarempty{fromemail}{}{%
\usekomavar*{fromemail}\usekomavar{fromemail}\\
}
}