commit 0c84adc03729ede33dd78c6e7a833295e33daafc parent 67ada7b223416618a689ca1ea9bd40f8f5b5579d Author: Silas Brack <s174433@student.dtu.dk> Date: Mon, 2 Jan 2023 21:42:08 +0100 Removed kaohandt class. Diffstat:
| D | kaohandt.cls | | | 96 | ------------------------------------------------------------------------------- |
1 file changed, 0 insertions(+), 96 deletions(-)
diff --git a/kaohandt.cls b/kaohandt.cls @@ -1,96 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% kaobook -% LaTeX Class -% Version 0.9.8 (2021/08/23) -% -% This template originates from: -% https://www.LaTeXTemplates.com -% -% For the latest template development version and to make contributions: -% https://github.com/fmarotta/kaobook -% -% Authors: -% Federico Marotta (federicomarotta@mail.com) -% Based on the doctoral thesis of Ken Arroyo Ohori (https://3d.bk.tudelft.nl/ken/en) -% and on the Tufte-LaTeX class. -% Modified for LaTeX Templates by Vel (vel@latextemplates.com) -% -% License: -% LPPL (see included MANIFEST.md file) -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%---------------------------------------------------------------------------------------- -% CLASS CONFIGURATION -%---------------------------------------------------------------------------------------- - -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{kaohandt}[2021/08/23 v0.9.8 kaohandt] -\newcommand{\@baseclass}{scrartcl} % Base class name - -% Set the default options -\PassOptionsToClass{a4paper}{\@baseclass} - -% Pass through any other options to the base class -\DeclareOption*{\PassOptionsToClass{\CurrentOption}{\@baseclass}} - -\ProcessOptions\relax % Process the options - -\LoadClass{\@baseclass} % Load the base class - -\RequirePackage{kao} % Load the code common to all classes - -%---------------------------------------------------------------------------------------- -% TITLE-RELATED SETTINGS -%---------------------------------------------------------------------------------------- - -% Left-align title, authors and date -\xpatchcmd{\@maketitle}{\begin{center}}{\begin{flushleft}}{}{} - \xpatchcmd{\@maketitle}{\end{center}}{\end{flushleft}}{}{} -\xpatchcmd{\@maketitle}{\begin{tabular}[t]{c}}{\begin{tabular}[t]{@{}l@{}}}{}{} - -% Set the font for the title -\addtokomafont{title}{\normalfont\bfseries} - -% Customise the abstract -\RequirePackage[style]{abstract} - -\setlength{\absleftindent}{0pt}% No indentation in the abstract -\if@abstrt - \renewcommand{\abstitlestyle}[1]{% - \vspace{-0.6cm}% - \begin{center}% - {\normalfont\bfseries\hspace{-3em} \abstractname\vspace{-.5em}\vspace{\z@}}% - \end{center}% - } -\else - \renewcommand{\abstitlestyle}[1]{\vspace{-.5em}\vspace{\z@}}% -\fi - -% Set KOMA fonts -\addtokomafont{section}{\normalfont\bfseries} -\addtokomafont{subsection}{\normalfont\bfseries} -\addtokomafont{subsubsection}{\normalfont\bfseries} -\addtokomafont{paragraph}{\normalfont\bfseries} -\setkomafont{descriptionlabel}{\normalfont\bfseries} - -%---------------------------------------------------------------------------------------- -% TOC -%---------------------------------------------------------------------------------------- - -% Adjust the positions of margintoc and marginnotes -\setlength{\mtocshift}{-0.6cm} -\renewcommand{\marginnotevadjust}{-4pt} - -% Do not add lists to the TOC -\PassOptionsToClass{toc=nolistof}{\@baseclass} -\unsettoc{toc}{totoc} - -%---------------------------------------------------------------------------------------- -% NUMBERING -%---------------------------------------------------------------------------------------- - -%\setcounter{secnumdepth}{\kao@secnumdepth} % Set section numbering depth - -\counterwithin*{sidenote}{section} % Uncomment to reset the sidenote counter at each section -%\counterwithout{sidenote}{section} % Uncomment to have one sidenote counter for the whole document