-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serious Statistics- The Aliasing Adventure - Tech only.tex
85 lines (60 loc) · 2.12 KB
/
Serious Statistics- The Aliasing Adventure - Tech only.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
\documentclass[11pt, letterpaper]{article}
\title{Serious Statistics: The Aliasing Adventure}
\author{Jim Pitchford}
\input{"Preamble.tex"}
\usepackage{multicol}
\usepackage[backend=biber]{biblatex}
\addbibresource{Sources.bib}
\begin{document}
\graphicspath{{Media/}}
%\pdfbookmark{\contentsname}{toc} %adds a bookmark of the TOC to the file but not the list itself
%\tableofcontents
\cleardoublepage
\input{"Sections - Article/00 Abstract.ltx"}
\cleardoublepage
\input{"Sections - Article/01 Introduction.ltx"}
\cleardoublepage
\input{"Sections - Article/02 Aliasing.ltx"}
\cleardoublepage
\input{"Sections - Article/03 Rasterization.ltx"}
\cleardoublepage
\input{"Sections - Article/04 Super-Sampling.ltx"}
\cleardoublepage
\input{"Sections - Article/05 Multi-Sampling.ltx"}
\cleardoublepage
\input{"Sections - Article/06 Stochastic Sampling.ltx"}
\cleardoublepage
\input{"Sections - Article/07 Adaptive Sampling.ltx"}
\cleardoublepage
\input{"Sections - Article/08 Morphological Filtering.ltx"}
\cleardoublepage
\input{"Sections - Article/09 Fast Approximate Filtering.ltx"}
\cleardoublepage
\input{"Sections - Article/10 Temporal Filtering.ltx"}
\cleardoublepage
\input{"Sections - Article/11 Enhanced Sub-Pixel Morphological Filtering.ltx"}
\iffalse
\cleardoublepage
\graphicspath{{Screenshots/SSF2017/}}
\input{"Sections - Article/12 Results - SSF2017.ltx"}
\cleardoublepage
\graphicspath{{Screenshots/SOTTR/}}
\input{"Sections - Article/13 Results - SOTTR.ltx"}
\fi
\cleardoublepage
\input{"Sections - Article/14 Conclusion.ltx"}
\cleardoublepage
\graphicspath{{Media/Mipmaps/}}
\input{"Sections - Article/15 Mipmaps.ltx"}
\nocite{*}
\phantomsection
\addcontentsline{toc}{section}{References}
\printbibliography
\vspace{\fill}
\begin{center}
\vfill
{\changeurlcolor{black}\qrcode[height=2cm, level=Quality]{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}}
\vspace{0.25cm}
\href{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}{Presentation and Article}
\end{center}
\end{document}