-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
48 lines (40 loc) · 1.17 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% Basics
\documentclass[10pt,a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage[ngerman]{babel}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{graphicx}
\usepackage{makeidx}
\makeindex
% File-Info
\author{A.~Ustinov}
\title{Experimentalphysik IV: Festk\"orperphysik}
% Advantages
\usepackage{nicefrac}
\usepackage{fancybox}
\usepackage{prettyref}
\usepackage[ngerman]{varioref} %% Deutsches Variable Verweise (letzte Seite, etc.)
% Shortcuts and Macros
\newcounter{vorlesung}
\newcommand{\nr}{\stepcounter{vorlesung}\marginpar{\arabic{vorlesung}. Vorlesung}}
\renewcommand{\labelenumi}{\theenumi ) }
\renewcommand{\labelenumii}{(\roman{enumii})}
\begin{document}
\pagenumbering{roman}
\part{Festk\"orperphysik}
\section*{Literatur}
\begin{itemize}
\item Hunklinger: Festkörperphysik
\item Kittel: Einführung in die Festkörperphysik
\item N.~W. Ashcroft, N.~D. Merim: Festkörperphysik
\item H. Ibach, H Luth: Festkörperphysik
\item M.~P. Marder: Condensed Matter Physics
\item A.~A. Abrikosov: Fundamentals of the Theory of Metals
\end{itemize}
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{2009-10-20.tex}
\input{2009-10-22.tex}
\end{document}