aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/sturmliouville
diff options
context:
space:
mode:
authorhaddoucher <reda.haddouche@ost.ch>2022-07-26 13:53:12 +0200
committerhaddoucher <reda.haddouche@ost.ch>2022-07-26 13:53:12 +0200
commit8d3f5416af1f8a5ce30db4eb275be3cdae67c8eb (patch)
tree6bce053cb5bbb7f775be1517a802fdf4b95865e5 /buch/papers/sturmliouville
parentchange title (diff)
downloadSeminarSpezielleFunktionen-8d3f5416af1f8a5ce30db4eb275be3cdae67c8eb.tar.gz
SeminarSpezielleFunktionen-8d3f5416af1f8a5ce30db4eb275be3cdae67c8eb.zip
makefile
makefile
Diffstat (limited to 'buch/papers/sturmliouville')
-rw-r--r--buch/papers/sturmliouville/Makefile34
-rw-r--r--buch/papers/sturmliouville/einleitung.tex (renamed from buch/papers/sturmliouville/teil0.tex)0
-rw-r--r--buch/papers/sturmliouville/main.tex2
-rw-r--r--buch/papers/sturmliouville/standalone.tex31
-rw-r--r--buch/papers/sturmliouville/standalone/standalone.pdfbin0 -> 77574 bytes
5 files changed, 63 insertions, 4 deletions
diff --git a/buch/papers/sturmliouville/Makefile b/buch/papers/sturmliouville/Makefile
index da902e7..70de9fc 100644
--- a/buch/papers/sturmliouville/Makefile
+++ b/buch/papers/sturmliouville/Makefile
@@ -1,9 +1,37 @@
#
-# Makefile -- make file for the paper sturmliouville
+# Makefile -- make file for the paper fm
#
# (c) 2020 Prof Dr Andreas Mueller
#
-images:
- @echo "no images to be created in sturmliouville"
+SOURCES := \
+ einleitung.tex\
+ teil1.tex \
+ teil2.tex \
+ teil3.tex \
+ main.tex
+#TIKZFIGURES := \
+ tikz/atoms-grid-still.tex \
+
+#FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES))
+
+#.PHONY: images
+#images: $(FIGURES)
+
+#figures/%.pdf: tikz/%.tex
+# mkdir -p figures
+# pdflatex --output-directory=figures $<
+
+.PHONY: standalone
+standalone: standalone.tex $(SOURCES) #$(FIGURES)
+ mkdir -p standalone
+ cd ../..; \
+ pdflatex \
+ --halt-on-error \
+ --shell-escape \
+ --output-directory=papers/sturmliouville/standalone \
+ papers/sturmliouville/standalone.tex;
+ cd standalone; \
+ bibtex standalone; \
+ makeindex standalone; \ No newline at end of file
diff --git a/buch/papers/sturmliouville/teil0.tex b/buch/papers/sturmliouville/einleitung.tex
index ffcb8f3..ffcb8f3 100644
--- a/buch/papers/sturmliouville/teil0.tex
+++ b/buch/papers/sturmliouville/einleitung.tex
diff --git a/buch/papers/sturmliouville/main.tex b/buch/papers/sturmliouville/main.tex
index 9b04219..2a779db 100644
--- a/buch/papers/sturmliouville/main.tex
+++ b/buch/papers/sturmliouville/main.tex
@@ -27,7 +27,7 @@ Bilden Sie auch für Formeln kurze Zeilen, einerseits der besseren
Übersicht wegen, aber auch um GIT die Arbeit zu erleichtern.
\end{itemize}
-\input{papers/sturmliouville/teil0.tex}
+\input{papers/sturmliouville/einleitung.tex}
\input{papers/sturmliouville/teil1.tex}
\input{papers/sturmliouville/teil2.tex}
\input{papers/sturmliouville/teil3.tex}
diff --git a/buch/papers/sturmliouville/standalone.tex b/buch/papers/sturmliouville/standalone.tex
new file mode 100644
index 0000000..cd0e8dc
--- /dev/null
+++ b/buch/papers/sturmliouville/standalone.tex
@@ -0,0 +1,31 @@
+\documentclass{book}
+
+\def\IncludeBookCover{0}
+\input{common/packages.tex}
+
+% additional packages used by the individual papers, add a line for
+% each paper
+\input{papers/common/addpackages.tex}
+
+% workaround for biblatex bug
+\makeatletter
+\def\blx@maxline{77}
+\makeatother
+\addbibresource{chapters/references.bib}
+
+% Bibresources for each article
+\input{papers/common/addbibresources.tex}
+
+% make sure the last index starts on an odd page
+\AtEndDocument{\clearpage\ifodd\value{page}\else\null\clearpage\fi}
+\makeindex
+
+%\pgfplotsset{compat=1.12}
+\setlength{\headheight}{15pt} % fix headheight warning
+\DeclareGraphicsRule{*}{mps}{*}{}
+
+\begin{document}
+ \input{common/macros.tex}
+ \def\chapterauthor#1{{\large #1}\bigskip\bigskip}
+ \input{papers/sturmliouville/main.tex}
+\end{document}
diff --git a/buch/papers/sturmliouville/standalone/standalone.pdf b/buch/papers/sturmliouville/standalone/standalone.pdf
new file mode 100644
index 0000000..1b5acdb
--- /dev/null
+++ b/buch/papers/sturmliouville/standalone/standalone.pdf
Binary files differ