|
пре 9 година | |
---|---|---|
.gitignore | пре 9 година | |
LICENSE | пре 9 година | |
Makefile | пре 9 година | |
README.md | пре 9 година | |
args.h | пре 9 година | |
latex.c | пре 9 година | |
latex.h | пре 9 година | |
main.c | пре 9 година | |
main.h | пре 9 година | |
postproc.c | пре 9 година | |
postproc.h | пре 9 година | |
str_split.c | пре 9 година | |
str_split.h | пре 9 година | |
yaml_parser.c | пре 9 година | |
yaml_parser.h | пре 9 година |
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
.