Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add \lastpage command #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ A template for our seminar paper (german)
\genderSupervisor{m} % Set to 'm' (male) or 'f' (female)
\maketitle

% Your Work here

\lastpage

\end{document}
```
13 changes: 13 additions & 0 deletions seminararbeit-vorlage.sty
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,17 @@
\end{flushleft}
}

\newcommand{\lastpage}{
\newpage

Ich erkläre hiermit, dass ich die Seminararbeit ohne fremde Hilfe angefertigt
und nur die im Quellenverzeichnis angeführten Quellen und Hilfsmittel benützt
habe. \\[0.5cm]

\begin{tabular}{llll}
\ninedots\ninedots & , den & \ninedots\ninedots & \dotfill \\
Ort & & Datum & Unterschrift Schüler\ifthenelse{\equal{f}{\@genderAuthor}}{in}{} \\
\end{tabular}
}

\makeatother