cds_introduction_data_scien.../term-paper/packages_and_configuration.tex

76 lines
1.6 KiB
TeX
Raw Normal View History

2024-10-05 21:33:05 +02:00
% !TEX root = documentation.tex
%-------------------------
% imports
% ------------------------
\usepackage[english, ngerman]{babel}
\usepackage[left=3cm,top=2.5cm,right=2.5cm,bottom=2.cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{abstract}
\usepackage{hyperref}
\usepackage{apacite}
\usepackage{tabularx}
\usepackage[affil-it]{authblk}
%\usepackage{newtxtext}
%\usepackage{newtxmath}
\usepackage{newtx}
\usepackage{multicol}
2024-10-24 11:59:21 +02:00
% Graphics
\usepackage{graphicx}
\usepackage{float}
\usepackage{tabularray}
% Table Line Styles
\usepackage{arydshln}
% Tables
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{amssymb}
\usepackage{longtable}
\usepackage[table,xcdraw]{xcolor}
% From Michael Graber Diplomarbeit
\usepackage{paracol}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{graphics}
\usepackage{lscape}
%\usepackage[toc, xindy]{glossaries}
\usepackage{textcomp}
\usepackage{rotating}
\usepackage{pdflscape}
%\usepackage{enumitem,hyperref}
%\usepackage[explicit]{titlesec}
%\usepackage{calc,pifont,eurosym,amsmath,wasysym,amssymb,amsfonts}
\usepackage{calc,pifont,eurosym,amsmath,wasysym,amsfonts}
% Subplots (um Platz zu sparen)
\usepackage{subfig}
% macron Accent
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
2024-10-05 21:33:05 +02:00
\setkomafont{disposition}{\bfseries}
%-------------------------
% configuration
% ------------------------
% paragraph indent
\setlength{\parindent}{0pt}
% hyperlink colors
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black,
pdfborder=0 0 0
}
\bibliographystyle{apacite}