-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
169 lines (119 loc) · 4.6 KB
/
Copy pathmain.tex
File metadata and controls
169 lines (119 loc) · 4.6 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
\documentclass[a4paper,11pt,oneside]{book}
\usepackage{fullpage}
\usepackage{llwiki}
\usepackage{amssymb,amsmath,amsthm}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\else % if luatex or xelatex
\ifxetex
\usepackage{mathspec}
\else
\usepackage{fontspec}
\fi
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
\fi
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{%
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref
\usepackage[unicode=true]{hyperref}
\hypersetup{pdfborder={0 0 0},colorlinks=true,linkcolor=blue,
breaklinks=true}
\urlstyle{same} % don't use monospace font for urls
\usepackage{cleveref}
\newcommand*{\wantedpage}[1]{{#1}}
% \newcommand*{\wantedpage}[1]{\textcolor{red}{#1}}
\newtheorem{theorem}{Theorem}
\newtheorem{proposition}{Proposition}
\newtheorem{lemma}{Lemma}
\newtheorem{corollary}{Corollary}
\newtheorem{property}{Property}
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{example}{Example}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{2}
\newcommand*{\ie}{\emph{i.e.}}
\title{LLWiki book}
\author{\emph{version 1.1}}
\begin{document}
\maketitle
\chapter*{Informations}
\textit{This document has not been built as a linear \LaTeX{} document but from an extraction of \href{http://llwiki.ens-lyon.fr/}{LLWiki}.
This explains why the structure of the document may look strange at various points.
Moreover as different authors contributed at different places, you may face small inconsistencies in namings and definitions.}
\vspace{1.2cm}
\href{http://llwiki.ens-lyon.fr/}{LLWiki} is a collaborative project aiming at the writing of a compendium about linear logic~\cite{linearlogic}.
A previous project with similar goals is \href{https://www.i2m.univ-amu.fr/perso/yves.lafont/pub/llpages.pdf}{Linear Logic Pages}.
The \href{http://llwiki.ens-lyon.fr/}{LLWiki} is a collective work created under the authority of the editorial board:
\begin{itemize}\setlength{\itemsep}{0pt}
\item Emmanuel Beffara (IML)
\item Thomas Ehrhard (PPS)
\item Jean-Yves Girard (IML)
\item Olivier Laurent (LIP)
\item Damiano Mazza (LIPN)
\item Laurent Regnier (IML)
\item Lorenzo Tortora de Falco (Roma 3)
\end{itemize}
The editorial board is granted a monopoly of rights on the content of this collective work.\footnote{The contributors are the individuals owning an account on the \href{http://llwiki.ens-lyon.fr/}{LLWiki}, which allows them to edit the content.
By applying for the creation of their account, the candidates to the status of contributor agree to grant the monopoly of rights on the LLWiki as a collective work to the editorial board; they moreover agree that their contributions are distributed under the terms of the \href{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/deed.en License}{Creative Commons Attribution-Noncommercial-Share Alike 2.0 France}, the editorial board being cited as the licensor.
The contributors however keep their rights on their respective contributions and are free to exploit them for their own sake.}
\vspace{1cm}
The content of the LLWiki is licensed under a \href{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/deed.en License}{Creative Commons Attribution-Noncommercial-Share Alike 2.0 France}.
This means you can share and adapt this content, under the following conditions:
\begin{itemize}
\item you must cite the \emph{``editorial board of the LLWiki''} as the licensor;
\item you may not use this content for commercial purposes;
\item if you distribute a possibly modified version of this content, you must do so under the same or similar license.
\end{itemize}
\tableofcontents
\part{Syntax}
\input{seqcalc}
\input{equiprov}
\input{iso}
\input{listisos}
\input{listequiv}
\input{latticeexp}
\input{prov}
\input{notprov}
\input{mix}
\input{addcut}
\input{focus}
\input{posform}
\input{negform}
\input{regform}
\input{ill}
\input{llp}
\input{fragments}
\input{pn}
\input{formalnets}
\input{sysl}
\input{translj}
\input{translk}
\input{lll}
\part{Semantics}
\input{sem}
\input{ortho}
\input{cohsem}
\input{phasesem}
\input{catsem}
\input{relsem}
\input{finsem}
\input{goi}
\input{goipiso}
\input{goiaut}
\input{goiexp}
\input{gamesem}
\appendix
%\part{Appendices}
\input{notations}
\bibliographystyle{alpha}
\bibliography{ll}
\end{document}