You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
tforgione e21c9a7619 Merge pull request 'Add tests' (#2) from williamdes/md2pdf:improvements into master
Reviewed-on: #2
6 months ago
src Adjust tests after recent changes 6 months ago
.gitignore Initial commit 4 years ago
Cargo.lock Import logic from crate md2tex 6 months ago
Cargo.toml Import logic from crate md2tex 6 months ago
README.md Mark uage block as sh command 6 months ago

README.md

md2pdf

A small utility to convert markdown files to pdf exploiting tectonic.

Usage

md2pdf -i input.md -o output.pdf

Thanks to tectonic, we're able to convert markdown to LaTeX to PDF really easily.