-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tex
39 lines (28 loc) · 950 Bytes
/
index.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
% -----------------------------------------------
\documentclass[xcolor={dvipsnames},xtable]{beamer}
\usetheme{metropolis}
\input{include/preamble.tex}
% -----------------------------------------------
\title{An overview of compiler architecture}
\subtitle{}
\date{\today}
\author{Eric Zhao}
% -----------------------------------------------
\begin{document}
\input{include/shared.tex}
\newcommand{\sectiontitle}{}
\newcommand{\currenttitle}{}
\maketitle
\newcommand{\subdir}{sections}
\newcommand{\codedir}{listings}
\subfile{sections/00-intro.tex}
\subfile{sections/01-organization.tex}
\subfile{sections/02-tools.tex}
\begin{frame}{Thanks!}
Thanks for listening! \\[2em]
\textbf{Slides here:} \\
{\scriptsize \url{https://github.com/Dophin2009/intro-compilers/releases/download/latest/index.pdf}}
\textbf{Source code here:} \\
{\scriptsize \url{https://github.com/Dophin2009/intro-compilers}}
\end{frame}
\end{document}