summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex')
-rw-r--r--Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex b/Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex
new file mode 100644
index 00000000000..1a816369ec5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jslectureplanner/examples/German/lecturescript.tex
@@ -0,0 +1,40 @@
+% Example file, part of the package jslectureplanner
+%
+% Example of a course script generated with jslectureplanner
+
+\documentclass[ngerman]{article}
+\usepackage{mathptmx}
+\usepackage[T1]{fontenc}
+\usepackage[latin9]{inputenc}
+
+\usepackage{jslectureplanner}
+\input{metadata.tex}
+
+\usepackage{lipsum}
+\usepackage{babel}
+
+\begin{document}
+
+\title{\lectype\ \lecfulltitle}
+
+\author{\lecinstructor}
+
+\date{\lecsemester}
+
+\maketitle
+
+% Start Session 1
+\ThisSession{1}
+
+\section*{Sitzung \sesnr: \sesfulltitle\ (\sesdate)}
+
+\lipsum
+
+% Start Session 2
+\ThisSession{2}
+
+\section*{Sitzung \sesnr: \sesfulltitle\ (\sesdate)}
+
+\lipsum
+
+\end{document}