Skip to content
Snippets Groups Projects
Verified Commit 29a6709c authored by ck85nori's avatar ck85nori :railway_track:
Browse files

builds paper to revealjs and pdf

parent 871f5703
No related branches found
No related tags found
No related merge requests found
paper.html
paper.pdf
img/git-remote-contributor.svg img/git-remote-contributor.svg
img/git-remote-maintainer.svg img/git-remote-maintainer.svg
img/git-remote-solo.svg img/git-remote-solo.svg
......
...@@ -4,6 +4,12 @@ SUBDIRS = \ ...@@ -4,6 +4,12 @@ SUBDIRS = \
$(SUBDIRS): $(SUBDIRS):
$(MAKE) -C $@ $(MAKE) -C $@
paper.html: paper.md
pandoc -t revealjs -s paper.md -o paper.html
paper.pdf: paper.md
pandoc -s paper.md -o paper.pdf
all: subdirs all: subdirs
clean: clean:
......
...@@ -78,6 +78,7 @@ Better diff command for text: ...@@ -78,6 +78,7 @@ Better diff command for text:
```bash ```bash
git diff -w --ignore-blank-lines --word-diff git diff -w --ignore-blank-lines --word-diff
watchexec -w paper.md -- make paper.pdf
``` ```
## unsolved problems ## unsolved problems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment