forked from wptay/aipt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprob_preamble.tex
58 lines (48 loc) · 1.32 KB
/
prob_preamble.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
\topmargin 0pt
\advance \topmargin by -\headheight
\advance \topmargin by -\headsep
\textheight 8.9in
\oddsidemargin 0pt
\evensidemargin \oddsidemargin
\marginparwidth 0.5in
\textwidth 6.5in
\parindent 0in
\parskip 1.5ex
%\renewcommand{\baselinestretch}{1.25}
\usepackage{xr-hyper}
\def\renewtheorem{}
\usepackage{lmodern}
\input{preamble.tex}
\def\UrlFont{\tt}
\newcounter{week}
%Theorem declarations
\newtheorem{Theorem}{Theorem}[week]
\newtheorem{Corollary}{Corollary}[week]
\newtheorem{Proposition}{Proposition}[week]
\newtheorem{Lemma}{Lemma}[week]
\newtheorem{Definition}{Definition}[week]
\newtheorem{Assumption}{Assumption}[week]
%\theoremstyle{definition}
\newtheorem{Example}{Example}[week]
\newtheorem{Remark}{Remark}[week]
\newtheorem{Exercise}{Exercise}[week]
\newcommand{\handout}[2]{
\setcounter{week}{#1}
\noindent
\begin{center}
\framebox{
\vbox{
\hbox to 6in {\bf An Analytical Introduction to Probability Theory \hfill}
\vspace{5mm}
\hbox to 6in { {\Large \hfill #1.~#2 \hfill} }
\vspace{5mm}
\hbox to 6in { {\em DASN, NTU \hfill \small{\url{https://personal.ntu.edu.sg/wptay/}}}}
}
}
\end{center}
\renewcommand{\thesection}{{#1}.\arabic{section}}
\vspace*{4mm}
}
\newcommand{\calBR}{\calB(\Real)}
\newcommand{\io}{\ \mathrm{i.o.}}
\newcommand{\fo}{\ \mathrm{f.o.}}