From: hackbard Date: Fri, 29 Jul 2005 12:18:46 +0000 (+0000) Subject: initial checkin X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=02f3a27ab8302fdb4255d9bb65dd7532a67b7d46 initial checkin --- diff --git a/physics_compact/app.tex b/physics_compact/app.tex new file mode 100644 index 0000000..cefd183 --- /dev/null +++ b/physics_compact/app.tex @@ -0,0 +1 @@ +\chapter{Fouriertransformation} diff --git a/physics_compact/danksagung.tex b/physics_compact/danksagung.tex new file mode 100644 index 0000000..dc29d1d --- /dev/null +++ b/physics_compact/danksagung.tex @@ -0,0 +1,13 @@ +\chapter*{Danksagung} +\addcontentsline{toc}{chapter}{Danksagung} + +Hiermit m"oche ich mich bei allen bedanken, die in irgend einer Form zum Gelingen dieses Skripts beigetragen haben. +Insbesondere gilt meinem Dank + +\begin{itemize} + \item \emph{Herrn Dipl.-Phys. Stefan Thiel} f"ur die Unterst"utzung und Kollegialit"at w"ahrend des Physik-Studiums. +\end{itemize} + +Den gr"o"sten Dank gilt meinen Eltern Wilfriede und Karl Zirkelbach, die mir in unglaublicher G"ute hohe finanzielle Mittel zur Verf"ugung gestellt haben, und mir somit das Studium der Physik erst erm"oglichten. + +Danke auch an meinen Bruder Till, der nach meinem Auszug weiterhin meine Interessen zu Hause vertrat und meinen Way of Life schon immer in ein gutes Licht r"uckte. diff --git a/physics_compact/edyn.tex b/physics_compact/edyn.tex new file mode 100644 index 0000000..1217d55 --- /dev/null +++ b/physics_compact/edyn.tex @@ -0,0 +1 @@ +\chapter{Elektrodynamik} diff --git a/physics_compact/einleitung.tex b/physics_compact/einleitung.tex new file mode 100644 index 0000000..35ffb9f --- /dev/null +++ b/physics_compact/einleitung.tex @@ -0,0 +1,7 @@ +\chapter{Einleitung} + +Dieses Skript dient zun"achst der Vorbereitung f"ur die Diplom-Hauptpr"ufung in theoretischer Physik (klassische Mechanik, Edynamik, Quantenmechanik und Statistische Physik) und experimenteller Physik (Festk"orperphysik). +Dabei soll die Festk"orperphysik von der theoretischen Seite her aufgezogen werden. + +Ich hoffe, dass nach den bestandenen (3 mal auf Holz klopf) Pr"ufungen, dieses Skript nicht in Vergessenheit ger"at, sondern weiter zu einem umfassenden, theoretisch angehauchten Kompaktkurs der Physik bearbeitet wird. + diff --git a/physics_compact/fk.tex b/physics_compact/fk.tex new file mode 100644 index 0000000..bd995ce --- /dev/null +++ b/physics_compact/fk.tex @@ -0,0 +1 @@ +\chapter{Festk"orperphysik} diff --git a/physics_compact/inhalt.tex b/physics_compact/inhalt.tex new file mode 100644 index 0000000..216113f --- /dev/null +++ b/physics_compact/inhalt.tex @@ -0,0 +1,2 @@ +\addcontentsline{toc}{chapter}{Inhaltsverzeichnis} +\tableofcontents diff --git a/physics_compact/listen.tex b/physics_compact/listen.tex new file mode 100644 index 0000000..05fecc6 --- /dev/null +++ b/physics_compact/listen.tex @@ -0,0 +1,4 @@ +\listoffigures +\addcontentsline{toc}{chapter}{Abbildungsverzeichnis} +\listoftables +\addcontentsline{toc}{chapter}{Tabellenverzeichnis} diff --git a/physics_compact/literatur.tex b/physics_compact/literatur.tex new file mode 100644 index 0000000..89b6b5f --- /dev/null +++ b/physics_compact/literatur.tex @@ -0,0 +1,4 @@ +\addcontentsline{toc}{chapter}{Literaturverzeichnis} +\begin{thebibliography}{99} + \bibitem{nolting_qm1} W. Nolting. Grundkurs: Theoretische Physik. 5. Quantenmechanik, Teil 1: Grundlagen. +\end{thebibliography} diff --git a/physics_compact/mech.tex b/physics_compact/mech.tex new file mode 100644 index 0000000..f5fab20 --- /dev/null +++ b/physics_compact/mech.tex @@ -0,0 +1,2 @@ +\chapter{Klassische Mechanik} + diff --git a/physics_compact/phys_comp.tex b/physics_compact/phys_comp.tex new file mode 100644 index 0000000..e826f98 --- /dev/null +++ b/physics_compact/phys_comp.tex @@ -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} diff --git a/physics_compact/qm.tex b/physics_compact/qm.tex new file mode 100644 index 0000000..62a752c --- /dev/null +++ b/physics_compact/qm.tex @@ -0,0 +1 @@ +\chapter{Quantenmechanik} diff --git a/physics_compact/stat.tex b/physics_compact/stat.tex new file mode 100644 index 0000000..2752001 --- /dev/null +++ b/physics_compact/stat.tex @@ -0,0 +1 @@ +\chapter{Statistische Physik} diff --git a/physics_compact/titel.tex b/physics_compact/titel.tex new file mode 100644 index 0000000..0930785 --- /dev/null +++ b/physics_compact/titel.tex @@ -0,0 +1,52 @@ +\begin{titlepage} + +\begin{center} + + {\LARGE\bf + \hrule + } + + \vspace{20pt} + + {\LARGE\bf + Theoretische Physik kompakt \\ + } + + \vspace{20pt} + + {\LARGE\bf + \hrule + } + + \vspace{20pt} + + {\LARGE\bf + Von der klassischen Mechanik zur modernen Festk"orperphysik \\ + } + +% \vspace{20pt} +% \includegraphics[height=250pt]{} + + \vspace{300pt} + + \hrule + + \vspace{20pt} + + {\large + Frank Zirkelbach \\ + } + + \vspace{20pt} + + {\large + \today \\ + } + + \vspace{20pt} + + \hrule + +\end{center} + +\end{titlepage}