Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Computing
education
git-seminar
Commits
9f5ae7cc
Verified
Commit
9f5ae7cc
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
updates pandoc papers
parent
7cde4b24
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+7
-1
7 additions, 1 deletion
Makefile
img/idiv-black-logo.png
+0
-0
0 additions, 0 deletions
img/idiv-black-logo.png
img/idiv-black.png
+0
-0
0 additions, 0 deletions
img/idiv-black.png
pandoc-papers.md
+54
-15
54 additions, 15 deletions
pandoc-papers.md
with
61 additions
and
16 deletions
Makefile
+
7
−
1
View file @
9f5ae7cc
...
@@ -10,7 +10,13 @@ pandoc-papers.pdf: pandoc-papers.md
...
@@ -10,7 +10,13 @@ pandoc-papers.pdf: pandoc-papers.md
-V
institute
=
iDiv
\
-V
institute
=
iDiv
\
-V
theme
=
Frankfurt
\
-V
theme
=
Frankfurt
\
-V
navigation
=
horizontal
\
-V
navigation
=
horizontal
\
-s
pandoc-papers.md
-t
beamer
-o
pandoc-papers.pdf
-V
titlegraphic
=
img/idiv-black.png
\
-V
logo
=
img/idiv-black-logo.png
\
--pdf-engine
=
xelatex
\
-s
\
-t
beamer
\
-o
pandoc-papers.pdf
\
pandoc-papers.md
all
:
subdirs
all
:
subdirs
...
...
This diff is collapsed.
Click to expand it.
img/idiv-black-logo.png
0 → 100644
+
0
−
0
View file @
9f5ae7cc
10.1 KiB
This diff is collapsed.
Click to expand it.
img/idiv-black.png
0 → 100644
+
0
−
0
View file @
9f5ae7cc
34.9 KiB
This diff is collapsed.
Click to expand it.
pandoc-papers.md
+
54
−
15
View file @
9f5ae7cc
% pandoc papers workshop
---
% Christian Krause
title: pandoc papers
subtitle: a future proof way to write
author:
-
Christian Krause
...
# intro
# intro
##
goals
##
motivation
-
**focus**
on content/writing
-
**focus**
on content/writing
-
use
**version control**
with all its benefits
-
use
**version control**
with all its benefits
-
next generation
**communication**
-
**communication**
-
avoid emails with attachments, right?
-
avoid emails with attachments, right?
-
early and frequent reviews
improve quality
-
early and frequent reviews
-
**automated**
-
**automated**
-
spell checking
-
spell checking
-
high quality typesetting
-
high quality typesetting
...
@@ -17,6 +21,15 @@
...
@@ -17,6 +21,15 @@
-
get rid of MS Word, Google Docs, Dropbox
-
get rid of MS Word, Google Docs, Dropbox
-
**future proof**
way of doing things
-
**future proof**
way of doing things
## agenda
-
short presentation
-
demo
-
tool installation
-
your first project
-
learn tools and workflows
-
establish community
# tools
# tools
## pandoc
## pandoc
...
@@ -29,7 +42,7 @@
...
@@ -29,7 +42,7 @@
### target**s**
### target**s**
-
high quality PDF via
\L
aTeX
-
high quality PDF via
\L
aTeX
-
others: html, epub, docx, odt
-
others: html
web page
, epub, docx, odt
### templates
### templates
...
@@ -39,19 +52,19 @@
...
@@ -39,19 +52,19 @@
## Markdown
## Markdown
###
rendered
###
source
```
- **easy to learn**, read and write
- **easy to learn**, read and write
- no distractions to *procrastinate*
- no distractions to *procrastinate*
- inline \LaTeX\ if needed, e.g. $a^2 + b^2 = c^2$
- inline \LaTeX\ if needed, e.g. $a^2 + b^2 = c^2$
```
###
source
###
rendered
```
-
**easy to learn**
, read and write
-
**easy to learn**
, read and write
-
no distractions to
*procrastinate*
-
no distractions to
*procrastinate*
-
inline
\L
aTeX
\
if needed, e.g. $a^2 + b^2 = c^2$
-
inline
\L
aTeX
\
if needed, e.g. $a^2 + b^2 = c^2$
```
## git & GitLab
## git & GitLab
...
@@ -79,14 +92,15 @@
...
@@ -79,14 +92,15 @@
-
add results as CSV to repository
-
add results as CSV to repository
-
visualize data in CSV to charts
-
visualize data in CSV to charts
##
make
##
build tool
###
simple build tool
###
make
-
glues everything together
-
glues everything together
-
automated build
-
automated build
-
render images from
**dot**
and
**CSV**
sources
-
render images from
**dot**
and
**CSV**
sources
-
build PDF
-
build PDF
-
run spell check
# workflow
# workflow
...
@@ -178,6 +192,16 @@ git diff -w --ignore-blank-lines --word-diff
...
@@ -178,6 +192,16 @@ git diff -w --ignore-blank-lines --word-diff
watchexec
-w
paper.md
--
make paper.pdf
watchexec
-w
paper.md
--
make paper.pdf
```
```
## community #4
### [https://git.idiv.de/publishing](https://git.idiv.de/publishing)
-
contribute to project template
-
contribute to pandoc templates
-
contribute to bibliography
# demo
# your turn
# your turn
## discussion
## discussion
...
@@ -189,10 +213,25 @@ watchexec -w paper.md -- make paper.pdf
...
@@ -189,10 +213,25 @@ watchexec -w paper.md -- make paper.pdf
-
How do you communicate, collaborate and review?
-
How do you communicate, collaborate and review?
-
What annoys you the most? (i.e. how can we improve)
-
What annoys you the most? (i.e. how can we improve)
## let's use it
## installation
### tools
-
git
-
pandoc, pandoc-citeproc
-
\L
aTeX
-
make
-
[
watchexec
](
https://github.com/watchexec/watchexec/releases
)
-
xspell
-
graphviz
-
R
### editor
-
Atom
## workflow
-
install tools
-
install editor
-
set up git project
-
set up git project
-
convert existing documents to Markdown
-
convert existing documents to Markdown
-
build with pandoc
-
build with pandoc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment