summaryrefslogtreecommitdiff
path: root/manual/presentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/presentation.tex')
-rw-r--r--manual/presentation.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/presentation.tex b/manual/presentation.tex
new file mode 100644
index 00000000..893c6683
--- /dev/null
+++ b/manual/presentation.tex
@@ -0,0 +1,16 @@
+\documentclass{beamer}
+
+\title{Yosys Open SYnthesis Suite}
+\author{Clifford Wolf}
+
+\beamertemplatenavigationsymbolsempty
+
+\begin{document}
+
+\begin{frame}
+\titlepage
+\end{frame}
+
+\include{PRESENTATION_Intro}
+
+\end{document}