diff options
author | Camil Staps | 2016-09-18 17:26:01 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-18 17:26:01 +0200 |
commit | 27ab4c00f504a044c1dbfef4dc44c62aec8b2b8f (patch) | |
tree | 82bca6e8c922cc1b0323bcce4e1788def64dab36 /docker.tex |
Title page
Diffstat (limited to 'docker.tex')
-rw-r--r-- | docker.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docker.tex b/docker.tex new file mode 100644 index 0000000..8ace65e --- /dev/null +++ b/docker.tex @@ -0,0 +1,22 @@ +\documentclass{beamer} + +\usepackage{hyperref} +\usepackage[dutch]{babel} +\usepackage{graphicx} + +\title{Docker} +\subtitle{\vspace{1cm}\includegraphics[width=.3\linewidth]{moby}} +\author{Camil Staps\footnote{\href{mailto:info@camilstaps.nl}{info@camilstaps.nl}}} +\date{11 oktober 2016} + +\begin{document} + +\pdfinfo{ + /Title (Docker) + /Author (Camil Staps) + /Subject (Docker) + /Keywords (docker, containers, linux)} + +\maketitle + +\end{document} |