Markdown_for_papers/README.md

20 lines
474 B
Markdown

# Markdown for papers
## Taken from:
[How to make a scientific looking PDF from markdown (with bibliography)](https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8)
Another good example, dat project paper:
[Dat Project Documentation](https://github.com/datproject/docs)
## How does it work?
The paper is edited in paper.md, and the converted into latex and pdf using [pandoc](https://pandoc.org/)
## Paper generation
```
python3 conversion_script.py
```