-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComplexAnalysis_Notes.tex
More file actions
85 lines (62 loc) · 1.86 KB
/
ComplexAnalysis_Notes.tex
File metadata and controls
85 lines (62 loc) · 1.86 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
\documentclass[twoside]{book}
\usepackage[utf8]{inputenc}
\usepackage{style}
\usepackage{subfiles}
\makeindex[columns=2, title=Index, intoc, options= -s index_style.ist]
% \GlsXtrLoadResources[src={symbols}, selection={all}]
\title{\Huge\sffamily Complex Analysis}
\author{\sffamily {\LARGE \href{https://www.isibang.ac.in/~jay/}{Jaydeb Sarkar}} \\[0.5cm]
\href{https://www.isibang.ac.in/~statmath}{Statistics and Mathematics Unit} \\
\href{https://www.isibang.ac.in}{Indian Statistical Institute, Bangalore}}
\date{}
\begin{document}
\pagestyle{empty}
% \includepdf[pages=-]{cover2.pdf}
\frontmatter
\pagestyle{plain}
\maketitle
\cleardoublepage
\tableofcontents
% \glsadd{pi}
% \printunsrtglossary[title={List of Notation}, toctitle={Notation}]
\clearpage
\mainmatter
\pagestyle{fancy}
\fancyhf{}
\newcommand*{\justifyheading}{\raggedleft}
\newcommand{\sectionrule}{%
\par
\addvspace{\bigskipamount}%
\rule[-.4pt]{\dimexpr\textwidth-2cm\relax}{.4pt}\rule[-2mm]{2cm}{2mm}
\par
\nopagebreak
\bigskip
}
\titleformat{\chapter}[display]
{\sectionrule\itshape\small\justifyheading}{\chaptertitlename\ \thechapter}
{25pt}{\Large}
\fancyhead[RO]{\nouppercase Lecture \thechapter \leftmark}
\renewcommand{\sectionmark}[1]{\markboth{}{\thesection\ #1}}
\fancyhead[LE]{\nouppercase \rightmark}
\fancyfoot[C]{\thepage}
\renewcommand{\footrulewidth}{0.4pt}
\subfile{lectures/lec-01}
\subfile{lectures/lec-02}
\subfile{lectures/lec-03}
\subfile{lectures/lec-04}
\subfile{lectures/lec-05}
\subfile{lectures/lec-06}
\subfile{lectures/lec-07}
\subfile{lectures/lec-08}
\subfile{lectures/lec-09}
\subfile{lectures/lec-11}
\subfile{lectures/splec2}
\subfile{lectures/lec-18}
\backmatter
\pagestyle{plain}
{\footnotesize
\cleardoublepage
\printindex\label{index}
\clearpage
}
\end{document}