init to comit it

This commit is contained in:
Kenwood 2021-07-16 21:53:00 -04:00
commit 042ffe9185
4 changed files with 41 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# ignore binary/generated files
*.pdf
# Ignore backup/helper
*.png~
*.kra~

11
Makefile Executable file
View File

@ -0,0 +1,11 @@
# An example makefile to generate a pdf slideshow from markdown
# Uses pandoc, beamer
#
# Ideas from this video https://youtu.be/dum7q6UXiCE
#
# Kitsune Scientific 2021
all: generate
generate: *.md
pandoc *.md -t beamer -o changeme.pdf

24
example_slides.md Normal file
View File

@ -0,0 +1,24 @@
---
title:
- Using pandoc, latex + beamer and markdown to VCS a slideshow
subtitle:
- Subtle
author:
- KenwoodFox
institute:
- Kitsune Scientific
description: |
This is a long
description
very long.
theme:
- Malmoe
navigation: frame
aspectratio: 1610
logo: resources/logo.png
---
# Hello!
This is.. a slide?!

BIN
resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB