-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
65 lines (41 loc) · 1.34 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass[11pt]{article}
\usepackage{subfiles}
\usepackage{deepak}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{nameref}
\usepackage{hyperref}
\usepackage{listings}
\usepackage[section]{placeins}
\usepackage[usenames, dvipsnames]{color}
\usepackage{courier}
\usepackage{blkarray}
\usepackage[color=white,linecolor=black,textsize=scriptsize,ngerman,colorinlistoftodos]{todonotes}
\pagestyle{headings}
\lstset{basicstyle=\ttfamily\footnotesize,breaklines=true,columns=fullflexible,keepspaces=true}
\title{Main dielectric notebook}
\date{Created 2017-11-25}
\author{Deepak Mallubhotla}
%\let\Tr\relax
%\DeclareMathOperator{\Tr}{Sp}
\newcommand{\ham}{\mathcal{H}}
\DeclareMathOperator{\res}{Res}
% !TeX spellcheck = en_GB
\newcommand{\onlyinsubfile}[1]{#1}
\newcommand{\notinsubfile}[1]{}
\begin{document}
\renewcommand{\onlyinsubfile}[1]{}
\renewcommand{\notinsubfile}[1]{#1}
\maketitle
\tableofcontents
\subfile{notes/DrudeTheory/DrudeTheory}
\subfile{notes/DerivingThomasFermi/DerivingThomasFermi}
\subfile{notes/SummaryOfLindhardDerivation/SummaryOfLindhardDerivation}
\subfile{notes/ReducingLindhard/ReducingLindhard}
\subfile{notes/LindhardExplicitParts/LindhardExplicitParts}
\subfile{notes/QubitRelaxation/QubitRelaxation}
\subfile{notes/NamSCResponse/NamSCResponse}
\newpage
\section{todos}
\listoftodos
\end{document}