summaryrefslogtreecommitdiff
path: root/docs/background.tex
diff options
context:
space:
mode:
authorFrancesco Mazzoli <f@mazzo.li>2012-12-14 14:29:58 +0000
committerFrancesco Mazzoli <f@mazzo.li>2012-12-14 14:29:58 +0000
commitb1c43d9ab075249fd141e99ce4934dbd1ea67fc8 (patch)
tree203ec190d2c2ae7f3198fe0c159f9f170c383649 /docs/background.tex
initial files
Diffstat (limited to 'docs/background.tex')
-rw-r--r--docs/background.tex84
1 files changed, 84 insertions, 0 deletions
diff --git a/docs/background.tex b/docs/background.tex
new file mode 100644
index 0000000..6e93919
--- /dev/null
+++ b/docs/background.tex
@@ -0,0 +1,84 @@
+\documentclass[article, a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage{fixltx2e}
+\usepackage{enumitem}
+\usepackage[normalem]{ulem}
+\usepackage{graphicx}
+\usepackage{subcaption}
+
+%% -----------------------------------------------------------------------------
+%% Fonts
+%% \usepackage[osf]{libertine}
+%% \usepackage{helvet}
+%% \usepackage{lmodern}
+%% \IfFileExists{microtype.sty}{\usepackage{microtype}}{}
+
+%% -----------------------------------------------------------------------------
+%% TikZ stuff
+%% \usepackage{tikz}
+%% \usetikzlibrary{positioning}
+%% \usetikzlibrary{shapes}
+%% \usetikzlibrary{arrows}
+%% \usepackage{tikz-cd}
+%% \usepackage{pgfplots}
+
+%% -----------------------------------------------------------------------------
+%% Symbols
+\usepackage{amssymb,amsmath}
+\usepackage{wasysym}
+\usepackage{turnstile}
+\usepackage{centernot}
+
+%% -----------------------------------------------------------------------------
+%% Utils
+\usepackage{bussproofs}
+\usepackage{umoline}
+\usepackage[export]{adjustbox}
+\usepackage{multicol}
+
+%% Numbering depth
+%% \setcounter{secnumdepth}{0}
+
+%% -----------------------------------------------------------------------------
+% We will generate all images so they have a width \maxwidth. This means
+% that they will get their normal width if they fit onto the page, but
+% are scaled down if they would overflow the margins.
+\makeatletter
+\def\maxwidth{
+ \ifdim\Gin@nat@width>\linewidth\linewidth
+ \else\Gin@nat@width\fi
+}
+\makeatother
+
+%% -----------------------------------------------------------------------------
+%% Links
+\usepackage[
+ setpagesize=false, % page size defined by xetex
+ unicode=false, % unicode breaks when used with xetex
+ xetex
+]{hyperref}
+
+\hypersetup{
+ breaklinks=true,
+ bookmarks=true,
+ pdfauthor={Francesco Mazzoli <fm2209@ic.ac.uk>},
+ pdftitle={The Path Towards Observational Equality},
+ colorlinks=false,
+ pdfborder={0 0 0}
+}
+
+% Make links footnotes instead of hotlinks:
+\renewcommand{\href}[2]{#2\footnote{\url{#1}}}
+
+% avoid problems with \sout in headers with hyperref:
+\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
+
+\title{The Path Towards Observational Equality}
+\author{Francesco Mazzoli \url{<fm2209@ic.ac.uk>}}
+\date{December 2012}
+
+\begin{document}
+
+\maketitle
+
+\end{document}