diff options
Diffstat (limited to 'src/wrappers/markdown2latex.in')
-rw-r--r-- | src/wrappers/markdown2latex.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wrappers/markdown2latex.in b/src/wrappers/markdown2latex.in new file mode 100644 index 000000000..c532b2f99 --- /dev/null +++ b/src/wrappers/markdown2latex.in @@ -0,0 +1,12 @@ +#!/bin/sh -e +# converts markdown to latex + +### common.sh + +### getopts.sh + +### postopts.sh + +### checkin.sh + +to_utf8 "$@" | runpandoc -w latex -s | from_utf8 |