Add outline
This commit is contained in:
parent
1cae1942f3
commit
89923c10c2
8 changed files with 25 additions and 3 deletions
2
tex/.vscode/ltex.dictionary.en-US.txt
vendored
2
tex/.vscode/ltex.dictionary.en-US.txt
vendored
|
@ -1,2 +1,4 @@
|
|||
Vatthauer
|
||||
mycase
|
||||
Coalgebras
|
||||
Coalgebra
|
||||
|
|
|
@ -11,5 +11,5 @@ all: $(pdf)
|
|||
clean:
|
||||
latexmk -C $(src)
|
||||
rm -f $(wildcard *.out *.nls *.nlo *.bbl *.blg *-blx.bib *.run.xml *.bcf *.synctex.gz *.fdb_latexmk *.fls *.toc *.loe *.tdo *.bbl-SAVE-ERROR)
|
||||
rm -f $(wildcard src/*.aux)
|
||||
rm -rf $(wildcard _minted-main src/.auctex-auto _region_.prv)
|
||||
rm -f $(wildcard sections/*.aux)
|
||||
rm -rf $(wildcard _minted-main sections/.auctex-auto _region_.prv)
|
||||
|
|
BIN
tex/main.pdf
BIN
tex/main.pdf
Binary file not shown.
|
@ -110,6 +110,8 @@
|
|||
%%
|
||||
|
||||
%% Contents
|
||||
|
||||
\include{sections/01_introduction}
|
||||
\include{sections/02_categories}
|
||||
\include{sections/03_constructions}
|
||||
%%
|
||||
\end{document}
|
4
tex/sections/01_introduction.tex
Normal file
4
tex/sections/01_introduction.tex
Normal file
|
@ -0,0 +1,4 @@
|
|||
\section{Introduction}
|
||||
|
||||
\subsection{Functions}
|
||||
\subsection{Data Types}
|
9
tex/sections/02_categories.tex
Normal file
9
tex/sections/02_categories.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\section{Category Theory}
|
||||
|
||||
\subsection{Special Objects}
|
||||
\subsection{Duality}
|
||||
\subsection{Functors}
|
||||
\subsection{Natural Transformations}
|
||||
\subsection{Functor Algebras}
|
||||
\subsection{Functor Coalgebras}
|
||||
\subsection{(co)Limits} % chktex 36
|
1
tex/sections/02_datatypes.tex
Normal file
1
tex/sections/02_datatypes.tex
Normal file
|
@ -0,0 +1 @@
|
|||
\section{Functions and Data}
|
4
tex/sections/03_constructions.tex
Normal file
4
tex/sections/03_constructions.tex
Normal file
|
@ -0,0 +1,4 @@
|
|||
\section{Constructions}
|
||||
\subsection{CPO}
|
||||
\subsection{Initial Algebra Construction}
|
||||
\subsection{Terminal Coalgebra Construction}
|
Loading…
Reference in a new issue