summaryrefslogtreecommitdiff
path: root/presentation.tex
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-05-11 18:54:18 +0400
committerMatthieu Pignolet <matthieu@puffer.fish>2025-05-11 18:54:18 +0400
commitcee6ebd6beba414cc0794e925bfc53adeba1ce72 (patch)
tree5e82fbd197311676555cdcf248c19c4c4100539a /presentation.tex
parent22e00afb683cf8b3cd0bc2b81aa757f36686312b (diff)
feat: added two example LaTeX files
Diffstat (limited to 'presentation.tex')
-rw-r--r--presentation.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex
new file mode 100644
index 0000000..906033e
--- /dev/null
+++ b/presentation.tex
@@ -0,0 +1,22 @@
+\documentclass{beamer}
+\usepackage{bookmark}
+
+%Information to be included in the title page:
+\title{Sample title}
+\author{Anonymous}
+\institute{Overleaf}
+\date{2021}
+
+\begin{document}
+
+
+
+
+\frame{\titlepage}
+
+\begin{frame}
+\frametitle{Sample frame title}
+This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
+\end{frame}
+
+\end{document} \ No newline at end of file