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

updates pandoc papers

parent 9f5ae7cc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ pandoc-papers.pdf: pandoc-papers.md
-V institute=iDiv \
-V theme=Frankfurt \
-V navigation=horizontal \
-V titlegraphic=img/idiv-black.png \
-V logo=img/idiv-black-logo.png \
--pdf-engine=xelatex \
-s \
......
......@@ -5,7 +5,8 @@ author:
- Christian Krause
...
# intro
intro
=====
## motivation
......@@ -23,16 +24,17 @@ author:
## agenda
- short presentation
- demo
- short presentation including demo
- tool installation
- your first project
- learn tools and workflows
- establish community
# tools
## pandoc
tools
=====
## pandoc -- Swiss Army Knife of Text Conversion
### source: markup
......@@ -97,22 +99,22 @@ author:
### make
- glues everything together
- automated build
- automates build
- render images from **dot** and **CSV** sources
- build PDF
- run spell check
# workflow
workflow
========
## workflow #1
### project
### [set up new project in GitLab](https://git.idiv.de/projects/new)
- set up project in GitLab
- use **pandoc papers** project template
- project template is managed by our community
- contains Makefile, README, themes, CD, etc.
- add contributors / collaborators
- use **pandoc papers** project template
- project template is managed by our community
- contains Makefile, README, themes, CD, etc.
### writing
......@@ -123,29 +125,29 @@ author:
### communication
- add contributors / collaborators to GitLab project
- use GitLab project as main communication platform
- discuss and review in
- commit comments
- issues
- merge requests
- invite collaborators: send link to GitLab project
## workflow #3
### continuous deployment
- some parts are done automatically with the project template
- deploy PDF to cloud storage:
[https://portal.idiv.de/nextcloud/](https://portal.idiv.de/nextcloud/)
- use template with **DRAFT** watermark if commit not tagged
- uses **DRAFT** watermark if commit not tagged
### templates
## demo
(demo here only if all tools are already installed)
- manage templates in our community
- keep in separate git repository
- use git sub-module to include
- share with all@idiv / world
# community
community
=========
## community #1
......@@ -163,6 +165,15 @@ author:
## community #2
### templates
- manage templates in our community
- keep in separate git repository
- use git sub-module to include
- share with all@idiv / world
## community #3
### prose diff tool
- these issues might help:
......@@ -180,7 +191,7 @@ author:
- repository with \LaTeX\ templates for pandoc
- **review-able** PDF template with link to join discussion at every paragraph
## community #3
## community #4
### helpful commands
......@@ -192,7 +203,7 @@ git diff -w --ignore-blank-lines --word-diff
watchexec -w paper.md -- make paper.pdf
```
## community #4
## community #5
### [https://git.idiv.de/publishing](https://git.idiv.de/publishing)
......@@ -200,9 +211,9 @@ watchexec -w paper.md -- make paper.pdf
- contribute to pandoc templates
- contribute to bibliography
# demo
# your turn
your turn
=========
## discussion
......@@ -225,6 +236,7 @@ watchexec -w paper.md -- make paper.pdf
- xspell
- graphviz
- R
- for Windows: use [chocolatey](https://chocolatey.org/install)
### editor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment