summaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:16:58 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:16:58 +0000
commitb412492725fb628734ccf2297bc303088cc7059e (patch)
tree3fbcdde1453397c23c70971e931ec84bbdb1b04e /man/man1/markdown2pdf.1.md
parent5fbe057d27f62546b403969cc184c103ee9dd281 (diff)
Minor changes in man page sources.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@610 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2pdf.1.md')
-rw-r--r--man/man1/markdown2pdf.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index 045adc2c1..1e6439f58 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -8,7 +8,7 @@ markdown2pdf - converts markdown-formatted text to PDF, using pdflatex
# SYNOPSIS
-**markdown2pdf [*options*] [*input-file*]...**
+markdown2pdf [*options*] [*input-file*]...
# DESCRIPTION
@@ -28,7 +28,7 @@ output through `iconv`:
iconv -t utf-8 input.txt | pandoc | iconv -f utf-8
-`markdown2pdf` assumes that the 'unicode' and 'fancyvrb' packages
+`markdown2pdf` assumes that the `unicode` and `fancyvrb` packages
are in latex's search path. If these packages are not included in your
latex setup, they can be obtained from <http://ctan.org>.