mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-06-05 23:55:45 +02:00
27 lines
803 B
TeX
27 lines
803 B
TeX
\graphicspath{ {./img/} }
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
\title{\titlecap{\scshape Comparison of the Levenshtein Distance Algorithm in Haskell, C\# and TypeScript}}
|
|
\author{Wessel Tip $<$contact@wessel.gg$>$ (\url{https://wessel.gg/})\\
|
|
\\
|
|
Minor Advanced Software Engineering \\
|
|
NHL Stenden University of Applied Sciences \\
|
|
Year 3, Semester 2 (Jan. 2025 - Jun. 2025)}
|
|
|
|
% Empty date
|
|
\date{\today}
|
|
|
|
% Sets the description name of code blocks to "Source Code"
|
|
\newenvironment{code}{\captionsetup{type=listing}}{}
|
|
\SetupFloatingEnvironment{listing}{name=Source Code}
|
|
|
|
\renewcommand{\theFancyVerbLine}{\sffamily
|
|
\textcolor[rgb]{0.5,0.5,1.0}{\scriptsize
|
|
\oldstylenums{\arabic{FancyVerbLine}}}}
|
|
|
|
% Sets the bibliography style to IEEE
|
|
% \bibliographystyle{IEEEtran}
|
|
|
|
% Disables the no citations error
|
|
% \nocite{*}
|