mirror of
https://github.com/Wessel/boilerplate-tex.git
synced 2026-06-08 14:18:46 +02:00
26 lines
676 B
TeX
26 lines
676 B
TeX
\graphicspath{ {./img/} }
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
% Sets the default font
|
|
% \allsectionsfont{\mdseries\scshape}
|
|
|
|
\title{\titlecap{\scshape Title}\normalfont}
|
|
\author{Wessel Tip $<$contact@wessel.gg$>$ (\url{https://wessel.gg/})}
|
|
|
|
% 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{*}
|