forked from dasarpmar/lowerbounds-survey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fancymain.tex
95 lines (73 loc) · 1.94 KB
/
fancymain.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
86
87
88
89
90
91
92
93
94
95
\documentclass[12pt]{report}
\usepackage[dvipsnames,svgnames,x11names,hyperref]{xcolor}
\usepackage{fullpage}
\usepackage{amsthm}
\usepackage[fleqn]{amsmath}
\usepackage{amssymb}
\usepackage[Bjornstrup]{fncychap}
\usepackage{lipsum}
\usepackage{mathpazo}
\usepackage{scrextend}
\usepackage{todonotes}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage{tikz}
\usepackage{epigraph}
\usepackage{verbatim}
\usepackage{thmtools,thm-restate}
\usepackage{ccicons}
\usepackage{setspace}
\usepackage{microtype}
\usepackage[colorlinks]{hyperref}
\input{version}
\hypersetup{
linkcolor=[rgb]{0.3,0.3,0.6},
citecolor=[rgb]{0.2, 0.6, 0.2},
urlcolor=[rgb]{0.6, 0.2, 0.2}
}
\input{macros}
\input{customurlbst/bibmacros}
%% Some title page jazz. Hat-tip: http://tex.stackexchange.com/questions/85904/showcase-of-beautiful-title-page-done-in-tex
\renewcommand\epigraphflush{flushright}
\renewcommand\epigraphsize{\normalsize}
\setlength\epigraphwidth{0.8\textwidth}
\definecolor{titlepagecolor}{cmyk}{1,.60,0,.40}
\DeclareFixedFont{\titlefont}{T1}{ppl}{b}{it}{0.5in}
\makeatletter
\def\printauthor{%
{\large \@author}}
\makeatother
\author{%
Ramprasad Saptharishi \\
Tata Institute of Fundamental Research \\
\texttt{[email protected]}
}
\allowdisplaybreaks
\begin{document}
\begin{titlepage}
\noindent
\vspace*{1cm}
\titlefont A survey of lower bounds in arithmetic circuit complexity
\epigraph{\tt \url{https://github.com/dasarpmar/lowerbounds-survey}}{\IfFileExists{./sha.tex}{SHA: \input{sha}\\}{}Version \currentversion}
\null\vfill
\vspace*{1cm}
\noindent
\hfill
\begin{minipage}{0.50\linewidth}
\begin{flushright}
% {\Large {\bf Contributing authors:}}
\vspace*{1cm}
\printauthor
\ccbyncsa
\end{flushright}
\end{minipage}
%
\begin{minipage}{0.02\linewidth}
\rule{1pt}{100pt}
\end{minipage}
\end{titlepage}
\input{content}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: