about summary refs log tree commit diff stats
path: root/templates/latex/%INIT_APPLICATION_NAME.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 13:07:12 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 13:07:12 +0200
commit629bb898769c8580db340078a8296fe551035a79 (patch)
tree9657f7bfba3f82c1edddcc3e2e517f214d6e4254 /templates/latex/%INIT_APPLICATION_NAME.tex
parentdocs(README): Specify the formatting language (diff)
downloadflake-templates-629bb898769c8580db340078a8296fe551035a79.tar.gz
flake-templates-629bb898769c8580db340078a8296fe551035a79.zip
refactor(templates/latex): Declare as an academia template
Diffstat (limited to 'templates/latex/%INIT_APPLICATION_NAME.tex')
-rw-r--r--templates/latex/%INIT_APPLICATION_NAME.tex44
1 files changed, 0 insertions, 44 deletions
diff --git a/templates/latex/%INIT_APPLICATION_NAME.tex b/templates/latex/%INIT_APPLICATION_NAME.tex
deleted file mode 100644
index e7934fe..0000000
--- a/templates/latex/%INIT_APPLICATION_NAME.tex
+++ /dev/null
@@ -1,44 +0,0 @@
-% LTeX: language=en-GB
-%\documentclass[a4paper, 12pt, nosolutions]{report}
-% \documentclass[a4paper, 12pt, onecolumn]{report}
-\documentclass[a4paper, 12pt, twocolumn]{scrartcl}
-
-\input{headers/preamble.tex}
-\input{headers/preamble_local.tex}
-
-\title{\textbf{%INIT_APPLICATION_NAME_STYLIZED}}
-\author{%INIT_AUTHOR_NAME \\
-\href{mailto:%INIT_AUTHOR_EMAIL}{%INIT_AUTHOR_EMAIL}\\[1cm]
-{\small Supervisor: TODO}}
-\date{\DTMToday}
-
-% For the copyright section
-\years{%INIT_YEAR}
-\authors{%INIT_AUTHOR_NAME}
-
-\makeatletter
-\hypersetup{
-  pdftitle={\@title},
-  pdfsubject={},
-  pdfauthor={\@authors},
-  pdfkeywords={TODO},
-  colorlinks,
-  linkcolor={black},
-  citecolor={black},
-  urlcolor={blue!80!black}
-}
-\makeatother
-
-
-\includeonly{}
-
-\begin{document}
-    \onecolumn
-    \input{content/static/title}
-    \twocolumn
-
-    % NEXT_CHAPTER
-
-    \clearpage{}
-    \printbibliography\relax
-\end{document}