initial checkin
[lectures/latex.git] / physics_compact / phys_comp.tex
diff --git a/physics_compact/phys_comp.tex b/physics_compact/phys_comp.tex
new file mode 100644 (file)
index 0000000..e826f98
--- /dev/null
@@ -0,0 +1,46 @@
+\documentclass[oneside]{book}
+
+\usepackage{verbatim}
+\usepackage[german]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{ae}
+\usepackage{aecompl}
+
+\usepackage[dvips]{graphicx}
+\graphicspath{{./img/}}
+
+\usepackage{color}
+
+\usepackage{pstricks}
+\usepackage{pst-node}
+
+\hyphenation{}
+
+\author{Frank Zirkelbach}
+\title{Theoretische Physik kompakt - von der klassischen Mechanik bis zur modernen Festk"orperphysik}
+
+\begin{document}
+
+\frontmatter{}
+\include{titel}
+\include{inhalt}
+\include{listen}
+
+\mainmatter{}
+\include{einleitung}
+\include{mech}
+\include{edyn}
+\include{qm}
+\include{stat}
+\include{fk}
+
+\appendix{}
+\include{app}
+
+\backmatter{}
+\include{literatur}
+\include{danksagung}
+
+\end{document}