diff options
Diffstat (limited to 'latex2markdown')
-rw-r--r-- | latex2markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex2markdown b/latex2markdown index ce75ac117..d55c69268 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 -t utf-8 $* | pandoc -r latex -w markdown -s | iconv -f utf-8 |