md2pdf/README.md

14 lines
304 B
Markdown
Raw Permalink Normal View History

2019-07-15 14:45:09 +02:00
# md2pdf
*A small utility to convert markdown files to pdf exploiting
[tectonic](https://tectonic-typesetting.github.io).*
### Usage
2022-10-02 20:30:01 +02:00
```sh
2019-07-15 14:45:09 +02:00
md2pdf -i input.md -o output.pdf
```
Thanks to [tectonic](https://tectonic-typesetting.github.io), we're able to
convert markdown to LaTeX to PDF really easily.