-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmaster.tex
64 lines (48 loc) · 1.18 KB
/
master.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
\documentclass{article}
\usepackage{html}
\usepackage{hyperref}
\usepackage{graphicx}
\graphicspath{{figs/}}
%begin{latexonly}
\usepackage{url}
%end{latexonly}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{latexsym}
\def\R{\mathbb{R}}
\def\a{{\alpha}}
\def\e{{\epsilon}}
%% Erik's \problem hack
%begin{latexonly}
{\makeatletter \catcode`\%11\relax
\gdef\problem#1{\immediate\write\@auxout{% BeginProblem{#1}}}}
%end{latexonly}
\begin{htmlonly}
\newcommand{\problem}[1]{}
\end{htmlonly}
%begin{latexonly}
\newif\ifonebigbib
\onebigbibtrue
%end{latexonly}
\title{The Open Problems Project}
\input{author.tex}
\bibliographystyle{alphahtml}
\begin{document}
\maketitle
\input{intro.tex}
% Introductory manifesto
\input{tex/category_list.tex}
% Auto-generated categories list
\input{tex/categorized_problem_list.tex}
% Auto-generated problem list by category
\input{tex/problems_by_number.tex}
% Auto-generated problem list by number
\input{tex/problems.tex}
% Auto-generated problem list with or without bibliography added
\input{acknowledgments.tex}
%begin{latexonly}
\ifonebigbib
\bibliography{topp}
\fi
%end{latexonly}
\end{document}