aboutsummaryrefslogtreecommitdiff
path: root/src/wrappers/markdown2latex.in
blob: c532b2f9955f18c8ceddaa6cdac2af23314e33b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
# converts markdown to latex

### common.sh

### getopts.sh

### postopts.sh

### checkin.sh

to_utf8 "$@" | runpandoc -w latex -s | from_utf8