summaryrefslogtreecommitdiff
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
parent22e00afb683cf8b3cd0bc2b81aa757f36686312b (diff)
feat: added two example LaTeX files
-rw-r--r--presentation.tex22
-rw-r--r--report.tex19
2 files changed, 41 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
diff --git a/report.tex b/report.tex
new file mode 100644
index 0000000..a1cc743
--- /dev/null
+++ b/report.tex
@@ -0,0 +1,19 @@
+\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