-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
84 lines (78 loc) · 2.05 KB
/
main.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
\documentclass[t]{beamer}
% ----------------------------------------------------------------------
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb,amstext}
\usepackage{biblatex}
\usepackage{url}\urlstyle{tt}
\usepackage[absolute,overlay]{textpos} % Added by JR
\usepackage{tikz}
\usepackage{varwidth}
\usetikzlibrary {arrows.meta,graphs,shapes.misc}%,graphdrawing}
%\usepackage{enumitem}
\usetikzlibrary{arrows,chains,positioning,automata,decorations,shapes,calc,matrix,fit,backgrounds} % CHECK!!
% \usepackage{pgfpages}
% \usepackage{tikz-uml}
\bibliography{krr,procs} % https://github.com/krr-up/bibliography.git
% ----------------------------------------------------------------------
\input{macros/systems}
\input{macros/syntax}
\input{macros/operators}
\input{pifont-macros}
%
\usepackage{beamer-patch}
\input{beamer-config}
% ----------------------------------------------------------------------
\includeonlylecture{%
ezasp%
%organization%
%motivation%
%introduction%
%modeling%
%language%
%extensions%
%grounding%
%computation%
%characterizations%
%solving%
%msolving%
%tsolving%
%hsolving%
%systems%
%encoding%
%preferences%
,goodbye,bibliography}
% ----------------------------------------------------------------------
\AtBeginSection{
\begin{frame}{Outline}
% \bigskip
% \vfill
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
% ----------------------------------------------------------------------
\input{frontpage}
% ------------------------------
\pgfdeclareimage[height=0.5cm]{potasscologo}{potassco_logo_lightblue}
\logo{\pgfuseimage{potasscologo}}
% ----------------------------------------------------------------------
\renewcommand{\ttdefault}{pcr}
% ----------------------------------------------------------------------
%
%\begin{frame}{Outline}
% \bigskip
% \vfill
% \tableofcontents
%\end{frame}
%\input{./ezasp}
%
\input{./ezasp-addendum}
%
\end{document}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: