Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Project: Peter's Files
Views: 3893
Visibility: Unlisted (only visible to those who know the link)
Image: ubuntu1804
1
\documentclass[12PT]{book}
2
3
%% Font and Language
4
\usepackage[T1]{fontenc}
5
\usepackage[utf8]{inputenc}
6
\usepackage{lmodern}
7
\usepackage[english]{babel}
8
9
\renewcommand{\familydefault}{\sfdefault}
10
\usepackage{avant}
11
12
13
%% Formating the Page
14
\usepackage[paperwidth=5in,paperheight=3in,top=.5in,bottom=.5in,left=.5in,right=.5in, marginparwidth=.5 in]{geometry}
15
16
\pagenumbering{gobble}
17
18
%% Line spacing -- change to 2 for double space, etc.
19
\linespread{1.3}
20
21
%% Some Useful Packages
22
\usepackage{hyperref, amsmath, amsthm, pgf, latexsym, amsfonts, graphicx, enumerate, float, MnSymbol}
23
24
%% Useful commands-- use the syntax \newcommand{\what you want to type}{real command}
25
\newcommand{\N}{\mathbb{N}}
26
\newcommand{\Z}{\mathbb{Z}}
27
\newcommand{\R}{\mathbb{R}}
28
\newcommand{\Q}{\mathbb{Q}}
29
\newcommand{\dabba}{\partial}
30
\newcommand{\e}{\epsilon}
31
\newcommand{\bs}{\blacksquare}
32
\newcommand{\lb}{\left\lbrace}
33
\newcommand{\rb}{\right\rbrace}
34
35
36
\newcommand{\toMiddle}[1]{
37
\begin{center}
38
39
\phantom{}
40
41
\vfill
42
43
#1
44
45
\vfill
46
47
\phantom{}
48
49
\end{center}
50
}
51
52
53
\begin{document}
54
55
56
57
\begin{center}
58
\begin{Huge}Emoji Proofs\end{Huge}
59
60
A party game for nerds and math geeks
61
62
\vfill
63
64
\includegraphics[width=1.25in]{front}
65
66
% Matthew Torrence and Peter Francis
67
68
\thispagestyle{empty}
69
\end{center}
70
71
72
73
\newpage
74
\phantom{}
75
76
77
78
79
% πŸŸ₯βœ”οΈ2οΈβƒ£βž‘οΈπŸ…°οΈβž—πŸ…±οΈβ“
80
% 2οΈβƒ£πŸ…°οΈπŸ†’2οΈβƒ£πŸ…±οΈβŒβ¬›
81
\newpage
82
\toMiddle{\includegraphics[width=3.5in]{"irrationality of the square root of 2"}}
83
\newpage
84
\toMiddle{\begin{Large}The Irrationality of $\sqrt{2}$\end{Large}}
85
86
87
88
89
90
91
92
93
94
% πŸ“ΆπŸ”’β¬‡οΈβ“πŸ†’βž‘οΈπŸ†•#οΈβƒ£βŒβ–«οΈ
95
\newpage
96
\toMiddle{\includegraphics[width=3.5in]{"uncountability of the reals in the unit interval"}}
97
\newpage
98
\toMiddle{\begin{Large}The Uncountability of $(0,1)$\end{Large}}
99
100
101
102
103
104
105
% πŸ€β†•οΈβ†”οΈπŸ”πŸ”™β†©οΈπŸ€πŸ€β‰οΈβ¬›
106
\newpage
107
\toMiddle{\includegraphics[width=3.5in]{"banach tarsky"}}
108
\newpage
109
\toMiddle{\begin{Large}The Banach Tarsky Paradox\end{Large}}
110
111
112
113
114
115
116
% πŸ¦πŸ¦πŸ¦πŸ¦πŸ“¦πŸ“¦πŸ“¦βž‘οΈ2οΈβƒ£πŸ¦1οΈβƒ£πŸ“¦
117
\newpage
118
\toMiddle{\includegraphics[width=3.5in]{"pigeon hole principle"}}
119
\newpage
120
\toMiddle{\begin{Large}The Pigeon Hole Principle\end{Large}}
121
122
123
124
125
126
% πŸ“βŒβž‘οΈβœ…βž‘οΈπŸ“πŸ“πŸ“πŸš«πŸ”š
127
\newpage
128
\toMiddle{\includegraphics[width=3.5in]{"Godels incompleteness theorem"}}
129
\newpage
130
\toMiddle{\begin{Large}G\"odel's incompleteness theorem\end{Large}}
131
132
133
134
135
136
137
138
\end{document}
139