diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-06 21:08:29 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-06 21:08:29 +0200 |
commit | b73b611b12f5de2c342b04a22cac7f21f3786bad (patch) | |
tree | 3afb19ea39d765ceb9c4c1eb979c20e19e598813 /buch/common | |
parent | add intro (diff) | |
download | SeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.tar.gz SeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.zip |
add lambert w section
Diffstat (limited to '')
-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} + |