[DATALAD] Recorded changes
This commit is contained in:
parent
c9a0194b87
commit
fbc26a2892
54 changed files with 3938 additions and 0 deletions
92
einstellungen.tex
Normal file
92
einstellungen.tex
Normal file
|
@ -0,0 +1,92 @@
|
|||
%%% Einstellungen zur richtigen Benutzung von wwustyle.sty
|
||||
\usefonttheme{professionalfonts}
|
||||
|
||||
% Einstellungen der Schriftart (Meta Office Pro) für Text und Mathematik
|
||||
% math**=sym angeben, damit auch diese Befehle die Schriftart Meta verwenden
|
||||
|
||||
|
||||
% Spracheinstellung
|
||||
\usepackage{polyglossia}
|
||||
\setmainlanguage{english}
|
||||
|
||||
% Offizielles WWU-LaTeX-Paket für Präsentation (leicht modifiziert)
|
||||
\usepackage[pantone315, english]{wwustyle-mod}
|
||||
%\usepackage[pantone3135]{wwustyleMy_nometa}
|
||||
% Typographische Verbesserungen (Verbot mancher Ligaturen)
|
||||
\usepackage{selnolig}
|
||||
% Typographische Verbesserungen (Mikrotypographie)
|
||||
\usepackage{microtype}
|
||||
|
||||
% Daten/Zeiten formatieren
|
||||
\usepackage[useregional]{datetime2}
|
||||
% Formatierung von Telefonnummern
|
||||
\usepackage{phonenumbers}
|
||||
% „Schöne“ Brüche im Fließtext mit \sfrac
|
||||
\usepackage{xfrac}
|
||||
% Ermöglicht die Nutzung von „\SI{Zahl}{Einheit}“
|
||||
\usepackage{siunitx}
|
||||
% Automatisches Umwandeln von Anführungszeichen
|
||||
\usepackage{csquotes}
|
||||
|
||||
% Farben ermöglichen
|
||||
\usepackage{xcolor}
|
||||
% Paket für Bilder-Einbindung (EPS, PNG, JPG, PDF)
|
||||
\usepackage{graphicx}
|
||||
% .tex-Dateien mit \includegraphics einbinden
|
||||
\usepackage{gincltex}
|
||||
% Bessere Verarbeitung von Dateinamen für \includegraphics etc.
|
||||
\usepackage{grffile}
|
||||
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
|
||||
\usepackage{caption}
|
||||
|
||||
\usepackage[citestyle=authoryear,backend=bibtex]{biblatex}
|
||||
|
||||
|
||||
|
||||
% -- biblatex (Literaturverzeichnis)
|
||||
\IfFileExists{res/literatur.bib}{
|
||||
%\bibliographystyle{plain}
|
||||
\addbibresource{res/literatur.bib}
|
||||
}{}
|
||||
|
||||
|
||||
|
||||
|
||||
% latex
|
||||
\renewcommand{\arraystretch}{1.3}
|
||||
% graphicx
|
||||
% Standardmäßig „keepaspectratio“ verwenden
|
||||
% s. https://tex.stackexchange.com/a/91619/51235
|
||||
\setkeys{Gin}{keepaspectratio}
|
||||
% hyperref
|
||||
\hypersetup{unicode}
|
||||
% siunitx
|
||||
\sisetup{
|
||||
locale=UK,
|
||||
binary-units,
|
||||
quotient-mode=fraction,
|
||||
per-mode=fraction,
|
||||
fraction-function=\sfrac,
|
||||
detect-weight
|
||||
}
|
||||
% csquotes
|
||||
\MakeOuterQuote{"}
|
||||
|
||||
%\institutelogo{\raisebox{-5.75mm}{\includegraphics[width=3.8cm]{fsphys-logo.pdf}}}
|
||||
%\institutelogosmall{\raisebox{-2.5mm}[0pt][0pt]{\includegraphics[width=2.6cm]{fsphys-logo.pdf}}}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
% Zusätzliche Einstellungen/Befehle
|
||||
\let\strong\textbf
|
||||
\newcommand{\email}[1]{\href{mailto:#1}{\texttt{#1}}}
|
||||
\newfontfamily\DejaSans{DejaVu Sans}
|
||||
|
||||
|
||||
\newcommand{\deldel}[2]{\frac{\partial {#1}}{\partial {#2}}}%Partielle Ableitung
|
||||
\newcommand{\Deldel}[2]{\frac{\partial^2 {#1}}{\partial {#2}^2}}%2te Partielle Ableitung
|
||||
|
||||
|
Reference in a new issue