|
před 9 roky | |
---|---|---|
.gitignore | před 9 roky | |
LICENSE | před 9 roky | |
Makefile | před 9 roky | |
README.md | před 9 roky | |
args.h | před 9 roky | |
latex.c | před 9 roky | |
latex.h | před 9 roky | |
main.c | před 9 roky | |
main.h | před 9 roky | |
postproc.c | před 9 roky | |
postproc.h | před 9 roky | |
str_split.c | před 9 roky | |
str_split.h | před 9 roky | |
yaml_parser.c | před 9 roky | |
yaml_parser.h | před 9 roky |
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
.