Markdown_for_papers/README.md

20 lines
474 B
Markdown
Raw Permalink 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:55:03 +01:00
## Taken from:
2019-11-12 11:52:02 +01:00
2019-11-12 11:55:03 +01:00
[How to make a scientific looking PDF from markdown (with bibliography)](https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8)
2019-11-12 11:52:02 +01:00
Another good example, dat project paper:
2019-11-12 11:55:03 +01:00
[Dat Project Documentation](https://github.com/datproject/docs)
2019-11-12 11:52:02 +01:00
2019-11-12 11:55:03 +01:00
## How does it work?
2019-11-12 11:52:02 +01:00
2019-11-12 11:56:00 +01:00
The paper is edited in paper.md, and the converted into latex and pdf using [pandoc](https://pandoc.org/)
2019-11-12 11:52:02 +01:00
2019-11-12 11:55:03 +01:00
## Paper generation
2019-11-12 11:52:02 +01:00
```
python3 conversion_script.py
```