|
9 years ago | |
---|---|---|
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.md | 9 years ago | |
args.h | 9 years ago | |
latex.c | 9 years ago | |
latex.h | 9 years ago | |
main.c | 9 years ago | |
main.h | 9 years ago | |
postproc.c | 9 years ago | |
postproc.h | 9 years ago | |
str_split.c | 9 years ago | |
str_split.h | 9 years ago | |
yaml_parser.c | 9 years ago | |
yaml_parser.h | 9 years ago |
Compile markdown to LaTeX.
Uses various extensions to provide more-or-less compatibility with Github Markdown and Pandoc Markdown.
Usage: mdtex [-m] [FILE]
If FILE
is not specified, reads from stdin
.
If -m
is specified, syntax highlight code blocks using
minted.
Depending on your setup, this may or may not require installing and configuring
additional Python and/or LaTeX packages.
Furthermore, you will need to pass the -shell-escape
flag to pdflatex
.