added minitoc
This commit is contained in:
parent
f64503fc6d
commit
f17f065da4
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,4 +5,6 @@
|
|||
*.out
|
||||
*.gz
|
||||
*.toc
|
||||
*.loe
|
||||
*.loe
|
||||
*.maf
|
||||
*.mtc*
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Fundamentals and Notation}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Fourier Transform and Basics of Distribution Theory}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Integration over Submanifolds}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Linear Algebra}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Measures and Integrals}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Multivariable Calculus}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Ordinary Differential Equations}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Operator Theory}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Real Analysis: Part I}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Real Analysis: Part II}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Spectral Theory}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
\begin{document}
|
||||
\chapter{Topology in Metric spaces}
|
||||
\minitoc
|
||||
\vspace*{\fill}\par
|
||||
\pagebreak
|
||||
|
||||
|
|
42471
script.pdf
42471
script.pdf
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
\usepackage{amsthm, stackrel, xifthen, mathtools, graphicx}
|
||||
\usepackage[makeroom]{cancel}
|
||||
\usepackage{hyperref, cleveref, bbm}
|
||||
\usepackage{enumerate, subcaption}
|
||||
\usepackage{enumerate, subcaption, minitoc}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{multicol}
|
||||
\usepackage{tikz, pgfplots}
|
||||
|
@ -48,7 +48,7 @@
|
|||
\newcommand{\ratn}{\mathbb{Q}}
|
||||
\newcommand{\realn}{\mathbb{R}}
|
||||
\newcommand{\cmpln}{\mathbb{C}}
|
||||
\newcommand{\field}{\mathbb{K}}
|
||||
\newcommand{\field}{\mathbb{F}}
|
||||
|
||||
\newcommand{\powerset}{\mathcal{P}}
|
||||
\newcommand{\rec}[1]{\frac{1}{#1}}
|
||||
|
@ -211,6 +211,7 @@
|
|||
\doclicenseThis
|
||||
\end{titlepage}
|
||||
|
||||
\dominitoc
|
||||
\tableofcontents
|
||||
|
||||
\pagestyle{headings}
|
||||
|
|
Loading…
Reference in a new issue