-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposter.tex
45 lines (39 loc) · 1.13 KB
/
poster.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
%% A tentative, eye-catchy, one-page definition of category (I would like to replicate the page frome my handwritten notes.
\documentclass[notheorems, 8pt]{beamer}
\usepackage[orientation=landscape, size=a0, scale=1]{beamerposter}
\usepackage[mode=buildnew,sort=true]{standalone}
\usepackage{standalone}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage[italian,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[basic,cat]{./Math-Symbols-List/toninus-math-symbols}
\usepackage{./Latex-Theorem/theoremtemplate}
\usepackage{./visualcat}
\begin{document}
\begin{frame}
\frametitle{explanation}
\begin{columns}
\begin{column}{0.2\textwidth}
\input{catdef}
\end{column}
\begin{column}{0.2\textwidth}
\input{functordef}
\input{basicfunctorclassification}
\input{functorclassification_1}
\input{functorclassification_2}
\end{column}
\begin{column}{0.2\textwidth}
\input{naturaltransfdef}
\input{naturaltransfdefcompositions}
\end{column}
\begin{column}{0.2\textwidth}
\input{limitdef}
\input{limitbestiary}
\end{column}
\begin{column}{0.2\textwidth}
\input{basicmorphismclassification}
\end{column}
\end{columns}
\end{frame}
\end{document}