aboutsummaryrefslogtreecommitdiff
path: root/latex2markdown
diff options
context:
space:
mode:
Diffstat (limited to 'latex2markdown')
-rw-r--r--latex2markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex2markdown b/latex2markdown
index d55c69268..eeffb9b1e 100644
--- a/latex2markdown
+++ b/latex2markdown
@@ -4,4 +4,4 @@
echo >&2 "You need 'pandoc' to use this program!"
exit 1
}
-iconv -t utf-8 $* | pandoc -r latex -w markdown -s | iconv -f utf-8
+iconv -t utf-8 $* | pandoc $PANDOC_OPTS -r latex -w markdown -s | iconv -f utf-8