tAdd presentation file and build structure - brcon2020_adc - my presentation for brcon2020
(HTM) git clone git://src.adamsgaard.dk/.brcon2020_adc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 7174ac723fa714e565da09516bbaf4ffda775086
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 22 Apr 2020 15:17:56 +0200
Add presentation file and build structure
Diffstat:
A Makefile | 14 ++++++++++++++
A brcon2020_adc.md | 17 +++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -0,0 +1,14 @@
+.POSIX:
+
+src = brcon2020_adc.md
+pdf = $(src:.md=.pdf)
+
+$(pdf): 0000-_Intro.txt
+ cat *.txt | point2pdf $(@:.pdf=)
+
+0000-_Intro.txt: $(src)
+ cat $(src) | md2point
+
+clean:
+ rm -f *.txt
+ rm -f *.pdf
(DIR) diff --git a/brcon2020_adc.md b/brcon2020_adc.md
t@@ -0,0 +1,17 @@
+## Intro
+
+This is the title slide
+
+## New slide
+
+These are some points
+
+* 1
+* 2
+ * 2.1
+ * 2.2
+* 3
+
+## Ende
+
+thanks