Markdown_for_papers/README.md

20 lines
368 B
Markdown
Raw Normal View History

2019-11-12 11:52:02 +01:00
# Markdown for papers
2019-11-12 11:44:21 +01:00
2019-11-12 11:52:02 +01:00
== Taken from:
https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8
Another good example, dat project paper:
https://github.com/datproject/docs
== how does it work?
The paper is edited in paper.md, and the converted into latex and pdf by [pandoc](https://pandoc.org/)
== Paper generation
```
python3 conversion_script.py
```