87 lines
1.6 KiB
TeX
87 lines
1.6 KiB
TeX
\documentclass[
|
|
10pt,
|
|
a4paper,
|
|
headinclude=false,
|
|
footinclude=false
|
|
]{scrartcl}
|
|
% ]{scrreprt}
|
|
|
|
|
|
% \usepackage{uni-titlepage}
|
|
|
|
\usepackage{import}
|
|
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[
|
|
activate={true,nocompatibility},
|
|
final,
|
|
tracking=true,
|
|
kerning=true,
|
|
spacing=true,
|
|
factor=1100,
|
|
stretch=10,
|
|
shrink=10]{microtype}
|
|
|
|
\usepackage{geometry}
|
|
% \usepackage{fancyhdr}
|
|
\usepackage[
|
|
automark,
|
|
headwidth=textwithmarginpar:-1.5cm:,
|
|
footwidth=head:-1.5cm:,
|
|
]{scrlayer-scrpage}
|
|
|
|
\usepackage{times}
|
|
\usepackage{xcolor}
|
|
\usepackage{amsmath}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage[capitalise,german]{cleveref}
|
|
|
|
\clearpairofpagestyles
|
|
|
|
% \setlength{\headheight}{5cm}
|
|
% \setlength{\footheight}{5cm}
|
|
|
|
\rohead{
|
|
Anlage 1\\
|
|
\textit{\small(zu Nr. 4.4 NABF)}
|
|
}
|
|
% \rehead{\raggedleft\headmark}
|
|
|
|
\rofoot*{\includegraphics[scale=0.5]{template/hsrw_logo}}
|
|
\lofoot*{\includegraphics[scale=0.1]{template/bmbf_logo}}
|
|
|
|
\lohead*{\includegraphics[scale=0.2]{RUBYDemenz_Logo}}
|
|
|
|
\cofoot*{\pagemark}
|
|
\pagestyle{scrheadings}
|
|
|
|
\usepackage{lipsum}
|
|
|
|
% \usepackage{array}
|
|
\usepackage{tabulary}
|
|
% \usepackage[abbreviations]{glossaries}
|
|
\usepackage[
|
|
style=altlist,
|
|
abbreviations,
|
|
% hypertoc
|
|
]{glossaries-extra}
|
|
|
|
\renewcommand{\glspostdescription}{~\xleaders\hbox{.}\hfill\kern0pt~}
|
|
% \setabbreviationstyle[acronym]{long-short}
|
|
\newcommand{\acr}[1]{\gls{#1}}
|
|
\newcommand{\compgls}[1]{{\ttfamily \glqq\gls{#1}\grqq}}
|
|
% \newcommand{\Acr}[1]{\Gls{#1}}
|
|
|
|
\usepackage{titling}
|
|
|
|
\makenoidxglossaries
|
|
|
|
% Change chapter heading style
|
|
% \setkomafont{chapterprefix}{\normalsize}
|
|
|