forked from Progetto-ItaCa/libro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.tex
110 lines (82 loc) · 2.14 KB
/
sample.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
% questo documento è praticamente solo una sandbox per testare i comandi e le feature senza rompere il main
% potete anche usarlo come file in cui fare modifiche innocue quando volete testare se git funziona. Come quello che sto facendo io adesso
\documentclass[ paper=a4
, pagesize
, fontsize=12pt
, twoside=true
, BCOR=5mm
, DIV=calc
, bibliography=totoc
, final
, version=last
]{scrbook}
\usepackage{blindtext}
\usepackage{itaca}
\usepackage[automark]{scrlayer-scrpage}
\pagestyle{scrheadings}
\recalctypearea
\begin{document}
\frontmatter
\title{Titolo}
\author{Autori}
\date{Data}
\publishers{Casa editrice}
\uppertitleback{Dettagli pubblicazione I}
\lowertitleback{Dettagli pubblicazione II}
\dedication{Dedica}
\maketitle
\tableofcontents
\mainmatter
\chapter{}
Gli oggetti iniziale e terminale:
\[\init\quad\term\]
Un morfismo
\[f : A \to B\]
Un funtore
\[F : \ctA \fun \ctB\]
Una t. naturale
\[\eta : F \nat G\]
Una pletora di categorie con un nome:
\[
\ctSet\quad
\ctTop\quad
\ctAb\quad
\ctGrp\quad
\ctCat\quad
\ctMod\quad
\ctRing\quad
\ctMon\quad
\ctPos\quad
\ctLat\quad
\ctVect\]
Il colimite
\[\lim_{I\in\ctI} \quad \colim_{I\in\ctI}\]
\[A + B, \coprod A_i, \sum A_i\]
\[\pull{X}{Y}{Z} \quad \push{X}{Y}{Z}\]
\[\varpull{X}{Y}{f,g} \quad \push{X}{Y}{Z}\]
\[F\adjunct[a][b] G\]
Every adjunction generates a monad \(\mndT = (T, \eta,\mu)\).
\(\mndT = (T, \eta,\mu)\) Every\(\mndT = (T, \eta,\mu)\) adjunction generates \(\mndT = (T, \eta,\mu)\)a monad \(\mndT = (T, \eta,\mu)\).
\(\mndT = (T, \eta,\mu)\) Every adjunction generates a monad.
\[f \iso g\qquad f \eqv g\]
\[A \defeq B\]
\[\tup xn,\]
\[\tup xn|\]
\[\tup [2]xn|\]
\[\tup xn\otimes\]
\[\tup {ab}n\otimes\]
\[\iter [2][\le]n\]
Prova Enrico
\begin{definition}
Una categoria $\ctC$ è regolare se ha tutti i limiti finiti e se ha una zia a Bologna.
\end{definition}
\clearpage
\appendix
\fosco{Prova commento}
\ivan{Prova commento}
\beppe{Prova commento}
\enricoV{Prova commento}
\enricoG{Prova commento}
\paolo{Prova commento}
\backmatter
\end{document}