From 09e2c20b0a41a36161547b2628366db1e048eaf8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Tue, 12 Oct 2021 07:44:15 +0200
Subject: add some info on elliptic functions

---
 buch/chapters/020-exponential/Makefile.inc |  2 ++
 buch/chapters/020-exponential/chapter.tex  |  2 ++
 buch/chapters/020-exponential/dilog.tex    | 11 +++++++++++
 buch/chapters/020-exponential/eili.tex     |  8 ++++++++
 4 files changed, 23 insertions(+)
 create mode 100644 buch/chapters/020-exponential/dilog.tex
 create mode 100644 buch/chapters/020-exponential/eili.tex

(limited to 'buch/chapters/020-exponential')

diff --git a/buch/chapters/020-exponential/Makefile.inc b/buch/chapters/020-exponential/Makefile.inc
index e3a2417..a7ac636 100644
--- a/buch/chapters/020-exponential/Makefile.inc
+++ b/buch/chapters/020-exponential/Makefile.inc
@@ -8,5 +8,7 @@ CHAPTERFILES = $(CHAPTERFILES)						\
 	chapters/020-exponential/zins.tex				\
 	chapters/020-exponential/log.tex				\
 	chapters/020-exponential/lambertw.tex				\
+	chapters/020-exponential/dilog.tex				\
+	chapters/020-exponential/eili.tex				\
 	chapters/020-exponential/uebungsaufgaben/0.tex			\
 	chapters/020-exponential/chapter.tex
diff --git a/buch/chapters/020-exponential/chapter.tex b/buch/chapters/020-exponential/chapter.tex
index 0a111d9..af327c5 100644
--- a/buch/chapters/020-exponential/chapter.tex
+++ b/buch/chapters/020-exponential/chapter.tex
@@ -12,6 +12,8 @@
 \input{chapters/020-exponential/zins.tex}
 \input{chapters/020-exponential/log.tex}
 \input{chapters/020-exponential/lambertw.tex}
+\input{chapters/020-exponential/dilog.tex}
+\input{chapters/020-exponential/eili.tex}
 
 \section*{Übungsaufgaben}
 \rhead{Übungsaufgaben}
diff --git a/buch/chapters/020-exponential/dilog.tex b/buch/chapters/020-exponential/dilog.tex
new file mode 100644
index 0000000..94fdfc1
--- /dev/null
+++ b/buch/chapters/020-exponential/dilog.tex
@@ -0,0 +1,11 @@
+%
+% dilog.tex
+%
+% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\section{Dilogarithmus
+\label{buch:exponential:section:dilogarithmus}}
+\rhead{Dilogarithmus}
+
+XXX Dilogarithmus \\
+XXX Polylogarithmus
diff --git a/buch/chapters/020-exponential/eili.tex b/buch/chapters/020-exponential/eili.tex
new file mode 100644
index 0000000..5f83e6e
--- /dev/null
+++ b/buch/chapters/020-exponential/eili.tex
@@ -0,0 +1,8 @@
+%
+% eili.tex
+%
+% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\section{Integrallogarithmus und Integralexponentialfunktion
+\label{buch:exponential:section:eili}}
+\rhead{Integrallogarithmus und Integralexponentialfunktion}
-- 
cgit v1.2.1