aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:08:29 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:08:29 +0200
commitb73b611b12f5de2c342b04a22cac7f21f3786bad (patch)
tree3afb19ea39d765ceb9c4c1eb979c20e19e598813 /buch/common
parentadd intro (diff)
downloadSeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.tar.gz
SeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.zip
add lambert w section
Diffstat (limited to 'buch/common')
-rw-r--r--buch/common/Makefile-template.inc12
-rw-r--r--buch/common/chapter-template.tex20
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}
+