Skip to content

Commit

Permalink
Fix broken link in readme and update Vorlage.tex
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NaoPross committed Oct 9, 2021
1 parent fcf1a78 commit 5030721
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
24 changes: 17 additions & 7 deletions Vorlage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% !TeX root = Vorlage.tex

%% TODO: publish to CTAN
\documentclass[]{tex/hsrzf}
\documentclass[margin=normal]{tex/hsrzf}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages
Expand All @@ -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}
Expand All @@ -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}

0 comments on commit 5030721

Please sign in to comment.