-
Notifications
You must be signed in to change notification settings - Fork 0
/
PS3.tex
60 lines (37 loc) · 1.08 KB
/
PS3.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
\documentclass[11pt]{article}
\usepackage{subfiles}
\usepackage{deepakhw}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{nameref}
\usepackage{listings}
\usepackage[section]{placeins}
\usepackage[usenames, dvipsnames]{color}
\usepackage{courier}
\usepackage{blkarray}
\pagestyle{headings}
\sisetup{per-mode=symbol-or-fraction}
\lstset{basicstyle=\ttfamily\footnotesize,breaklines=true,columns=fullflexible,keepspaces=true}
\title{Problem Set 3}
\subtitle{Phys 715}
\date{2017-04-03}
\author{Deepak Mallubhotla}
%\let\Tr\relax
%\DeclareMathOperator{\Tr}{Sp}
\newcommand{\ham}{\mathcal{H}}
% !TeX spellcheck = en_GB
\newcommand{\onlyinsubfile}[1]{#1}
\newcommand{\notinsubfile}[1]{}
\begin{document}
\renewcommand{\onlyinsubfile}[1]{}
\renewcommand{\notinsubfile}[1]{#1}
\lstset{inputpath=./problems/Prob1/}
\maketitle
\graphicspath{{./images}{./problems/Prob1/images/}}
\subfile{problems/Prob1/Prob1}
\subfile{problems/Prob2/Prob2}
\subfile{problems/Prob3/Prob3}
\subfile{problems/Prob4/Prob4}
\subfile{problems/Prob5/Prob5}
\subfile{problems/Prob6/Prob6}
\end{document}