diff options
Diffstat (limited to 'buch/common')
-rw-r--r-- | buch/common/Makefile-template.inc | 12 | ||||
-rw-r--r-- | buch/common/chapter-template.tex | 20 |
2 files changed, 32 insertions, 0 deletions
diff --git a/buch/common/Makefile-template.inc b/buch/common/Makefile-template.inc new file mode 100644 index 0000000..9543ce1 --- /dev/null +++ b/buch/common/Makefile-template.inc @@ -0,0 +1,12 @@ +# +# Makefile.inc -- Makefile dependencies for chapter 9 +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +CHAPTERFILES = $(CHAPTERFILES) \ + chapters/90-crypto/arith.tex \ + chapters/90-crypto/ff.tex \ + chapters/90-crypto/aes.tex \ + chapters/90-crypto/rs.tex \ + chapters/90-crypto/chapter.tex diff --git a/buch/common/chapter-template.tex b/buch/common/chapter-template.tex new file mode 100644 index 0000000..58451b9 --- /dev/null +++ b/buch/common/chapter-template.tex @@ -0,0 +1,20 @@ +% +% chapter.tex -- Beschreibung des Inhaltes +% +% (c) 2021 Prof Dr Andreas Müller, Hochschule Rapperswil +% +% !TeX spellcheck = de_CH +\chapter{Kapitel-Titel +\label{buch:chapter:titel}} +\lhead{Kapitel-Titel} +\rhead{} + +%\input{chapters/xxx-titel/teil1.tex} + +\section*{Übungsaufgaben} +\rhead{Übungsaufgaben} +\aufgabetoplevel{chapters/xxx-titel/uebungsaufgaben} +\begin{uebungsaufgaben} +%\uebungsaufgabe{nummer} +\end{uebungsaufgaben} + |