diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 08:00:45 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 08:00:45 +0200 |
commit | e4a334234b91f230571b5111a2b698230b27c660 (patch) | |
tree | 7545deca502c7ef7f676fc689f8caaeee6e19801 /templates/latex/main.tex | |
parent | chore(templates/rust): Quickly Update [THIS WILL BE REBASED] (diff) | |
download | flake-templates-e4a334234b91f230571b5111a2b698230b27c660.tar.gz flake-templates-e4a334234b91f230571b5111a2b698230b27c660.zip |
refactor(common): Use symlinks to state, which files should be replaced
Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
Diffstat (limited to 'templates/latex/main.tex')
-rw-r--r-- | templates/latex/main.tex | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/templates/latex/main.tex b/templates/latex/main.tex deleted file mode 100644 index a458b07..0000000 --- a/templates/latex/main.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{TODO}} -\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} |