init to comit it
This commit is contained in:
commit
042ffe9185
|
@ -0,0 +1,6 @@
|
||||||
|
# ignore binary/generated files
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
# Ignore backup/helper
|
||||||
|
*.png~
|
||||||
|
*.kra~
|
|
@ -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
|
|
@ -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?!
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue