-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopen-problems.tex
83 lines (61 loc) · 1.91 KB
/
open-problems.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
\documentclass[twoside]{book}
\usepackage{problems}
\usepackage[colorlinks=true,
citecolor=black,
linkcolor=black,
anchorcolor=black,
filecolor=black,
menucolor=black,
urlcolor=black,
pdftitle={UPTIKAL: unsolved puzzles that I know and love},
pdfsubject={Geometry},
pdfauthor={Anton Petrunin}
]{hyperref}
\geometry{top=0.9in, bottom=0.9in,inner=0.9in, outer=0.7in, paperwidth=6in, paperheight=9in}
\makeindex
\begin{document}
%\pagestyle{empty}\renewcommand\includegraphics[2][{}]{}
\title{UPTIKAL}
\subtitle{(unsolved puzzles that\\ I know and love)}
\author{Anton Petrunin}
\date{}
\maketitle
%\thispagestyle{empty}
%\tableofcontents
%\thispagestyle{empty}
\newpage
\thispagestyle{empty}
\section*{Preface}
This is a collection of open problems which I consider to be \emph{puzzles};
it means that they are contagious to my brain (I see many grips, but do not have enuf hands).
Originally, I was planning to include these problems in PIGTIKAL~\cite{petrunin2021pigtikal} --- my collection of puzzles,
but things around open problems change rapidly, so it makes more sense to separate them.
Please send me an email if you solve one of the problems, or see a good approach.
This work was partially supported by the following grants:
NSF grants DMS
0103957,
0406482,
0905138,
1309340,
2005279,
and Simons Foundation grants
245094 and 584781.
\null\vfill\noindent{\includegraphics[scale=0.5]{pics/by-sa}
\vspace*{1mm}
\\
\hbox{\parbox{1\textwidth}
{\textit{UPTIKAL (unsolved puzzles that I know and love)} by Anton Petrunin is licensed under CC BY-SA 4.0.
To view a copy of this license, visit
\texttt{https://creativecommons.org/licenses/by-sa/4.0}}}}
\include{open}
%the total number of problems is \thethm.
\backmatter
\newpage
\phantomsection
{\scriptsize
\input{open-problems.ind}
}
\sloppy
\printbibliography[heading=bibintoc]
\fussy
\end{document}