summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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