I am in a very bad situation as my paper is due in a few hours and suddenly LaTeX stopped compiling with the following error message:
Code: Select all
sty:92: Missing \endcsname inserted.
I highly appreciate any help!
Thank you,
Lucas
Code: Select all
\documentclass[letterpaper, oneside, onecolumn, 12pt, titlepage=true, titlepage=false
]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[american]{babel}
\usepackage[babel=once, english=american]{csquotes}
\usepackage[T1]{fontenc}
\usepackage[authordate-trad, url=false, autocite=footnote, doi=false, isbn=false, cmsdate=on, firstinits=true, terseinits=false, bookpages=false, dateabbrev=false, clearlang=true, noibid=true, backend=bibtex]{biblatex-chicago}
\usepackage{multirow}
\addbibresource[]{../../../Bibliography/library1.bib}
\usepackage[labelfont=bf, figurewithin=none]{caption}
\AtEveryBibitem{\clearfield{month}}
\AtEveryBibitem{\clearfield{language}}
%\renewcommand\footnotesize{\normalsize}
\DeclareAutoCiteCommand{footnote}[l]{\footcite}{\footcites}
\DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
{\usebibmacro{postnote}}
\usepackage{microtype}%Micro-Typographic extensions?
\usepackage{amsmath}%Math Symbols
\usepackage{enumerate}%Enumeration with letters
\usepackage{scrpage2}%Headers
\usepackage[
pdfpagemode=UseOutlines,
pdfdisplaydoctitle=true,
pdflang=de,
%alles schˆn schwarz damits nicht stˆrt
colorlinks=true,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black
]{hyperref} %Citations into hyperlinkks
\usepackage{graphicx} %Graphics
\usepackage{lettrine} %Grosser Buchstabe am Anfang
%\usepackage[modulo]{lineno}%Zeilennummerierung
%\usepackage{chngcntr}%Fussnoten durchgehend
%\counterwithout{footnote}{chapter}
%\usepackage{textcomp}
\defbibheading{shorthands}[Archival Abbreviations]{\chapter*{#1} \markboth{#1}{#1}}
\deffootnote{1em}{1em}{\thefootnotemark\ }%Fussnote mit normaler Schriftgrösse
%endnotes
%\usepackage{endnotes}
%\let\footnote=\endnote
%Fussnoten in Nummern, nicht hochstehend
\makeatletter
\renewcommand\@makefntext{\hspace*{2em}\@thefnmark. }
\makeatother