Eigene Footnoote Befehle
Für das Erstellen einer Seminararbeit soll ich eine LateX Vorlage, die mir etwas veraltet erscheint. erscheint, vewenden. Ich habe über overleaf Overleaf ein Projekt erstellt und die meisten veralteten Paketnamen wurden mir gleich rot angemalt und eine Korrektur empfohlen.
Die aktuelle Fassung ist als VORLAGE abgebildet.
Zu meiner eigenen Person, habe muss ich lediglich rudimentäre leider noch mit rudimentären Kenntnisse von LateX.
LateX begnügen.
Anspruchsvollere Anpassungen habe ich daher aktuell nicht selbst hinbekommen.
Ich würde mich freuen, wenn mir jemand auf evtl. veraltete Pakete der usepackage Welt hinweisen würde, oder eine Beispiel aufzeigen könnte, wie ich meine Hauptdatei verändern muss, um folgende zwei Probleme zu lösen:
lösen (Problemlösungen zu integrieren):
1. Gliederung nach juristischem Format (Habe etwas aus Mit Hilfe von Stackoverflow in einem separaten Projekt hinbekommen. etwas zaubern können. Siehe nach nach der Vorlage (Hauptdatei)
2. [Fußnoten sollen je nach Quelle unterschiedlicher Formatierung auf jeder Seite angezeigt werden][1] Lösung gefunden, nur kann ich die nicht bei mir einbauen, verwenden. Nur als separates, neues Projekt.
**VORLAGE (Hauptdatei)**
<pre>\documentclass[bibtotoc,liststotoc,BCOR=5mm,DIV=12]{scrbook}
% use this declaration to set specific page margins
%\usepackage[a4paper , lmargin = {2.7cm} , rmargin = {2.9cm} , tmargin = {2.7cm} , bmargin = {4.6cm} ]{geometry}
\usepackage[a4paper]{geometry}
\usepackage[ngerman,english]{babel}
\usepackage{bibgerm} % german references
\usepackage[utf8]{inputenc} % german characters
\usepackage[T1]{fontenc}
\usepackage{graphicx} % it's recommended to use PDF images but you can use JPG or PNG as well
\usepackage{url} % format URLs
\usepackage{hyperref} % create hyperlinks
\usepackage{listings, color} % for source code
\usepackage{subfig} % two figures next to each other (example: figure 3a), figure 3b)
\usepackage{scrlayer-scrpage} % header and footer line
\usepackage{svg}
\usepackage{amsmath}
% pretty stuff for the table
\usepackage{array}
%\newcolumntype{C}[1]{>{\centering}m{#1}}
% header and footer line - no header & footer line on pages where a new chapter starts
\pagestyle{scrheadings}
\ohead{Thema der Seminararbeit}
\ihead{Vorname Name}
\ofoot[]{\thepage}
\ifoot{Seminararbeit, Uni Potsdam, 2019}
% set path where images are stored
\graphicspath{{./img/}}
\input{./misc/hyphenation} % use this file to set explicit hyphenations (doesn't seem to work correctly)
\begin{document}
% ---------------------------------------------------------------
\frontmatter
\include{./misc/titelseite}
\thispagestyle{empty}
\cleardoublepage
\include{./misc/danke}
\thispagestyle{empty}
\cleardoublepage
\include{./misc/abkuerzungsverzichnis}
\thispagestyle{empty}
\cleardoublepage
\include{./misc/erklaerung}
\thispagestyle{empty}
\cleardoublepage
\include{./misc/abstract_en}
\thispagestyle{empty}
\cleardoublepage
\include{./misc/abstract_de}
\thispagestyle{empty}
\tableofcontents
\thispagestyle{empty}
\listoffigures
\thispagestyle{empty}
\listoftables
\thispagestyle{empty}
% --------------------------------------------------------------
\mainmatter % comment single chapters for faster compilation
\input{./kapitel/kapitel1}
\input{./kapitel/kapitel2}
\input{./kapitel/kapitel3}
\input{./kapitel/kapitel4}
\input{./kapitel/kapitel5}
\input{./kapitel/kapitel6}
\input{./kapitel/kapitel7}
% ---------------------------------------------------------------
\backmatter % no page numbering from here
\bibliography{./bib/references}
\input{./misc/erklaerung}
% if you want to provide a glossary with explanations of important terms put it in here
\bibliographystyle{geralpha}
\input{./misc/anhang}
\end{document}</pre>
Projekt Nummer 2, welches für die Gliederung angefertigt wurde. Leider funktioniert es nur im getrennten Projekt. **Juristische Gliederung**
<pre>
\usepackage{subsections}
\usepackage{titletoc}
% Section Counter depth. Das sollte tief bleiben, wenn du viel anzeigen willst
\setcounter{secnumdepth}{12}
% Table of content depth (Du willst nicht alle subsubsubsubsub... sections anzeigen)
\setcounter{tocdepth}{12}
%% END CUSTOM %%
\newcommand{\asection}{\section}
\newcommand{\bsection}{\subsection}
\newcommand{\csection}{\subsubsection}
\newcommand{\dsection}{\subsubsubsection}
\newcommand{\esection}{\subsubsubsubsection}
\newcommand{\fsection}{\subsubsubsubsubsection}
\newcommand{\gsection}{\subsubsubsubsubsubsection}
\newcommand{\hsection}{\subsubsubsubsubsubsubsection}
\newcommand{\isection}{\subsubsubsubsubsubsubsubsection}
\title{Titel}
\author{Autor}
\date{2019}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\asection{A}
line 0.
\bsection{B}
line 1.
\csection{C}
line 2.
\asection{A}
line 0.
\bsection{B}
line 1.
\csection{C}
line 2.
\dsection{D}
line 3.
\esection{E}
line 4.
\fsection{F}
line 6.
\gsection{G}
line 7.
\hsection{H}
line 8.
\hsection{H}
line 8.1
\subsubsubsubsubsubsubsubsection
line 8.1.1
\isection{I}
line 9.
\end{document}
</pre>
**Override Funktion:**
<pre>
% Override the original section (Depth=1=A)
\def\thesection {\Alph{section})}
\def\section{\@startsection
{section}{1}{\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@section{\@dottedtocline{1}{0.0em}{1.25em}}
% Override the original subsection (Depth=2=B)
\def\thesubsection {\Roman{subsection})}
\def\subsection{\@startsection
{subsection}{2}{\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsection{\@dottedtocline{2}{0.5em}{1.0em}}
% Override the original subsubsection (Depth=3=C)
\def\thesubsubsection {\arabic{subsubsection})}
\def\subsubsection{\@startsection
{subsubsection}{3}{\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsection{\@dottedtocline{3}{1.0em}{1.0em}}
% Create a new subsubsubsection (Depth=4=D)
\newcounter{subsubsubsection}[subsubsection]
\def\subsubsubsectionmark#1{}
\def\thesubsubsubsection {\alph{subsubsubsection})}
\def\subsubsubsection{\@startsection
{subsubsubsection}{4} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsection{\@dottedtocline{4}{1.5em}{1.0em}}
% Create a new subsubsubsubsection (Depth=5=E)
\newcounter{subsubsubsubsection}[subsubsubsection]
\def\subsubsubsubsectionmark#1{}
\def\thesubsubsubsubsection
{\alph{subsubsubsubsection}\alph{subsubsubsubsection})}
\def\subsubsubsubsection{\@startsection
{subsubsubsubsection}{5} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsubsection{\@dottedtocline{5}{2.0em}{1.5em}}
% Create a new subsubsubsubsubsection (Depth=6=F)
\newcounter{subsubsubsubsubsection}[subsubsubsubsection]
\def\subsubsubsubsubsectionmark#1{}
\def\thesubsubsubsubsubsection {(\arabic{subsubsubsubsection})}
\def\subsubsubsubsubsection{\@startsection
{subsubsubsubsubsection}{6} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsubsubsection{\@dottedtocline{6}{2.5em}{1.5em}}
% Create a new subsubsubsubsubsubsection (Depth=7=G)
\newcounter{subsubsubsubsubsubsection}[subsubsubsubsection]
\def\subsubsubsubsubsubsectionmark#1{}
\def\thesubsubsubsubsubsubsection {(\alph{subsubsubsubsubsubsection})}
\def\subsubsubsubsubsubsection{\@startsection
{subsubsubsubsubsubsection}{7} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsubsubsubsection{\@dottedtocline{7}{3.0em}{1.5em}}
% Create a new subsubsubsubsubsubsubsection (Depth=8=H)
\newcounter{subsubsubsubsubsubsubsection}[subsubsubsubsubsubsection]
\def\subsubsubsubsubsubsubsectionmark#1{}
\def\thesubsubsubsubsubsubsubsection {(\alph{subsubsubsubsubsubsubsection}\alph{subsubsubsubsubsubsubsection})}
\def\subsubsubsubsubsubsubsection{\@startsection
{subsubsubsubsubsubsubsection}{8} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsubsubsubsubsection{\@dottedtocline{8}{3.5em}{2.0em}}
% Create a new subsubsubsubsubsubsubsubsection (Depth=9=I)
\newcounter{subsubsubsubsubsubsubsubsection}[subsubsubsubsubsubsubsection]
\def\subsubsubsubsubsubsubsubsectionmark#1{}
\def\thesubsubsubsubsubsubsubsubsection {(\alph{subsubsubsubsubsubsubsubsection}\alph{subsubsubsubsubsubsubsubsection}\alph{subsubsubsubsubsubsubsubsection})}
\def\subsubsubsubsubsubsubsubsection{\@startsection
{subsubsubsubsubsubsubsubsection}{9} {\z@} {-3.25ex plus -1
ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
\def\l@subsubsubsubsubsubsubsubsection{\@dottedtocline{9}{4.0em}{2.5em}}
</pre>
**Frage:**
Wie kriege ich die beiden Dinge zusammengesetzt, ohne unzählige Kompilierungsfehler zu erzeugen?
[1]: https://texwelt.de/fragen/6026/biblatex-funotenzitat-footcite-anpassen-in-eigenem-stil-verbose-inote-style-#