From b73b611b12f5de2c342b04a22cac7f21f3786bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Jun 2021 21:08:29 +0200 Subject: add lambert w section --- buch/common/Makefile-template.inc | 12 ++++++++++++ buch/common/chapter-template.tex | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 buch/common/Makefile-template.inc create mode 100644 buch/common/chapter-template.tex (limited to 'buch/common') 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} + -- cgit v1.2.1