From 5030721c2a36d9d132f17e4841dd32a5b60aa1ec Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Sat, 9 Oct 2021 15:26:34 +0200 Subject: [PATCH] Fix broken link in readme and update Vorlage.tex The title, ToC and license are usually not that useful during an exam so I put them as a preamble, where pages numbered using roman numerals. A student may want to not print these to have a few extra pages at the exam. --- README.md | 2 +- Vorlage.tex | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f986bad..bfea6db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vorlage Zusammenfassung Das folgende Repo dient als Vorlage für die Erstellung von eigenen Repos. -Bitte beachte insbesondere folgende wenigen [Vorgaben](https://github.com/HSR-Stud/Willkommen/blob/master/contributing.md#i-want-to-write-a-new-cheat-sheet-for-a-module), um die Ordnung auf HSR-Stud zu erhalten und schaffen. Falls du noch keine Ahnung von HSR-Stud, LaTeX oder Git im Allgemeinen hast, findest du [hier](https://github.com/HSR-Stud/Willkommen) viele wichtige Informationen. Weiterführende Infos wie ein Markdown-File funktioniert findest du [hier](https://guides.github.com/features/mastering-markdown). +Bitte beachte insbesondere folgende wenigen [Vorgaben](https://github.com/HSR-Stud/Willkommen/blob/master/Contributing.md#i-want-to-write-a-new-cheat-sheet-for-a-module), um die Ordnung auf HSR-Stud zu erhalten und schaffen. Falls du noch keine Ahnung von HSR-Stud, LaTeX oder Git im Allgemeinen hast, findest du [hier](https://github.com/HSR-Stud/Willkommen) viele wichtige Informationen. Weiterführende Infos wie ein Markdown-File funktioniert findest du [hier](https://guides.github.com/features/mastering-markdown). ## How To Use diff --git a/Vorlage.tex b/Vorlage.tex index 10180b5..34d60de 100644 --- a/Vorlage.tex +++ b/Vorlage.tex @@ -3,7 +3,7 @@ % !TeX root = Vorlage.tex %% TODO: publish to CTAN -\documentclass[]{tex/hsrzf} +\documentclass[margin=normal]{tex/hsrzf} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages @@ -30,7 +30,7 @@ \module{ModAbk} \semester{Fr\"uhlingssemester 2020} -\authoremail{vname@hsr.ch} +\authoremail{vorname.name@ost.ch} \author{\textsl{Vorname Name} -- \texttt{\theauthoremail}} \title{\texttt{\themodule} Zusammenfassung} @@ -41,18 +41,28 @@ \begin{document} +% use roman numberals for introductiory pages +\pagenumbering{roman} + \maketitle + +% \begin{abstract} +% \end{abstract} + \tableofcontents +\section*{Lizenz} +\doclicenseThis + +% actual content +\clearpage +\setcounter{page}{1} +\pagenumbering{arabic} + \section{Einf\"uhrung} \[ i\hbar \partial_t \left| \psi(t) \right\rangle = \hat{H} \left| \psi(t) \right\rangle \] - -\section{Lizenz} -\doclicenseThis - - \end{document}