From 27ab4c00f504a044c1dbfef4dc44c62aec8b2b8f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 18 Sep 2016 17:26:01 +0200 Subject: Title page --- .gitignore | 12 ++ Makefile | 14 ++ docker.tex | 22 ++++ moby.svg | 434 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 482 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 docker.tex create mode 100644 moby.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f98608 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +*.log +*.nav +*.out +*.pdf +*.snm +*.synctex.gz +*.toc diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7908277 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +PRE:=docker.pdf +DEPS:=moby.png + +TEX:=pdflatex +TEXFLAGS:=-file-line-error -no-shell-escape + +all: $(PRE) + +%.pdf: %.tex $(DEPS) + $(TEX) $(TEXFLAGS) -jobname=$(basename $@) $< &&\ + $(TEX) $(TEXFLAGS) -jobname=$(basename $@) $< + +%.png: %.svg + convert $< $@ 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} diff --git a/moby.svg b/moby.svg new file mode 100644 index 0000000..fe9bb03 --- /dev/null +++ b/moby.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3