gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: presentation folder


From: gnunet
Subject: [libeufin] branch master updated: presentation folder
Date: Wed, 05 Feb 2020 16:06:17 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 61912f9  presentation folder
61912f9 is described below

commit 61912f9e5c1bf8cbb3b3ec50756a295caf901194
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Feb 5 16:06:09 2020 +0100

    presentation folder
---
 .gitignore                    |  6 ++++++
 presentation/presentation.tex | 18 ++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/.gitignore b/.gitignore
index beb8613..6429010 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,9 @@ build
 out
 *.sqlite3
 *.swp
+presentation/*.log
+presentation/*.nav
+presentation/*.aux
+presentation/*.out
+presentation/*.snm
+presentation/*.toc
diff --git a/presentation/presentation.tex b/presentation/presentation.tex
new file mode 100644
index 0000000..59a6acf
--- /dev/null
+++ b/presentation/presentation.tex
@@ -0,0 +1,18 @@
+\documentclass[pdf]{beamer}
+\mode<presentation>{}
+\title{LibEuFin}
+\author{Marcello Stanisci}
+
+\begin{document}
+
+% Title frame
+\begin{frame}
+  \titlepage
+\end{frame}
+
+% Normal frame
+\begin{frame}{Motivation}
+\end{frame}
+
+
+\end{document}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]