Adrià Vilanova Martínez | 8e1c8c3 | 2022-01-09 17:04:39 +0100 | [diff] [blame] | 1 | \documentclass[12pt,english]{notes} |
| 2 | |
| 3 | \input{../combinatorics_defs.tex} |
| 4 | |
| 5 | \usepackage{apuntsgenerics} |
| 6 | \usepackage{pgfplots} |
| 7 | |
| 8 | \setlength{\parskip}{1em} |
| 9 | |
| 10 | % Tensor commands: |
| 11 | \newcommand*{\TT}[1]{\bar{\bar{#1}}} |
| 12 | |
| 13 | \title{\vspace{-.5em}Combinatorics and Graph Theory summary} |
| 14 | \author{Adrià Vilanova Martínez\vspace{-2em}} |
| 15 | |
| 16 | \titlemonth{Semestre tardor curs 2021-22} |
| 17 | |
| 18 | \begin{document} |
| 19 | |
| 20 | \makecover |
| 21 | |
| 22 | \input{topic1.tex} |
| 23 | \input{topic2.tex} |
| 24 | \input{topic3.tex} |
| 25 | |
| 26 | \end{document} |