From 9768e6796eabd651068a49072f889150622a6312 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 4 Jun 2020 12:34:17 +0200 Subject: [PATCH] slides: initial setup --- slides/makefile | 15 +++++++++++++++ slides/sections/1.md | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 slides/makefile create mode 100644 slides/sections/1.md diff --git a/slides/makefile b/slides/makefile new file mode 100644 index 0000000..1d34b35 --- /dev/null +++ b/slides/makefile @@ -0,0 +1,15 @@ +slides = $(shell find sections/ -name "*.md" | sort -V) + +pandoc = \ + @ pandoc $1 \ + --pdf-engine xelatex \ + -t beamer \ + -o $2 + +all: slides.pdf handout.pdf + +slides.pdf: $(slides) | images + $(call pandoc, $^, $@) + +handout.pdf: $(slides) | images + $(call pandoc, $^ -V handout, $@) diff --git a/slides/sections/1.md b/slides/sections/1.md new file mode 100644 index 0000000..9c1c209 --- /dev/null +++ b/slides/sections/1.md @@ -0,0 +1,18 @@ +--- +title: Randomness tests of a non-uniform distribution +date: \today +author: + - Giulia Marcer + - Michele Guerini Rocco +institute: + - Università di Milano-Bicocca + +theme: metropolis +aspectratio: 169 + +fontsize: 14pt +mathfont: FiraMath-Regular +sansfont: Fira Sans +... + +# Landau distribution