-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathart_pm_EnsembleSpaces.tex
More file actions
35 lines (24 loc) · 1.5 KB
/
art_pm_EnsembleSpaces.tex
File metadata and controls
35 lines (24 loc) · 1.5 KB
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
\documentclass[11pt,letterpaper,fleqn]{memoir}
\input{formatting} % Loads the book formatting
\usepackage{tikz, pgfplots}
\usetikzlibrary{positioning,calc,arrows,arrows.meta, shapes, decorations.markings}
\newif\ifdraft
\drafttrue
% Adding pdf index and links within the document
% Custom formatting to remove default red boxes
\usepackage[destlabel]{hyperref}
\hypersetup{
colorlinks=true,
urlcolor=blue,
linkcolor=blue
}
\urlstyle{same}
% ---------------------------
\begin{document}
\chapter*{Preamble}
This is a draft of the ongoing work to define the theory of ensemble spaces, a minimal physically motivated mathematical structure that all physical theories must satisfy. The effort is run like an open source project and this is a draft created on \today. The latest can always be generated from GitHub through \href{https://latexonline.cc/compile?git=https%3A%2F%2Fgithub.com%2Fassumptionsofphysics%2Fbook&target=art_pm_EnsembleSpaces.tex&command=pdflatex}{this link}.
This functions as a preprint, though it is not published on the arXiv for two main reasons. First, the work is highly interdisciplinary so there is no appropriate category for the arXiv: previous works of ours where miscategorized in fields that were irrelevant with no possibility of appeal. Second, the work keeps going through rounds of reviews from people with substantially different backgrounds. Updating the arXiv copy every week would not make sense.
\setcounter{tocdepth}{3}
\tableofcontents
\include{pm_EnsembleSpaces}
\end{document}