From cee6ebd6beba414cc0794e925bfc53adeba1ce72 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Sun, 11 May 2025 18:54:18 +0400 Subject: feat: added two example LaTeX files --- presentation.tex | 22 ++++++++++++++++++++++ report.tex | 19 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 presentation.tex create mode 100644 report.tex 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 -- cgit v1.2.3