|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
Makefile | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
args.h | %!s(int64=9) %!d(string=hai) anos | |
latex.c | %!s(int64=9) %!d(string=hai) anos | |
latex.h | %!s(int64=9) %!d(string=hai) anos | |
main.c | %!s(int64=9) %!d(string=hai) anos | |
main.h | %!s(int64=9) %!d(string=hai) anos | |
postproc.c | %!s(int64=9) %!d(string=hai) anos | |
postproc.h | %!s(int64=9) %!d(string=hai) anos | |
str_split.c | %!s(int64=9) %!d(string=hai) anos | |
str_split.h | %!s(int64=9) %!d(string=hai) anos | |
yaml_parser.c | %!s(int64=9) %!d(string=hai) anos | |
yaml_parser.h | %!s(int64=9) %!d(string=hai) anos |
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
.