diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 23:05:20 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 23:05:20 -0800 |
commit | 38bc3f23166cc3b2088eebb8a234a3f5f5e65bbb (patch) | |
tree | 606351a58d0e83fa4392723771ef3b992bcc93eb /man/man1 | |
parent | becd9a81cc05470ac25b17e27b09c8382905bfe1 (diff) | |
download | pandoc-38bc3f23166cc3b2088eebb8a234a3f5f5e65bbb.tar.gz |
More documentation for citeproc features (still incomplete).
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 2 | ||||
-rw-r--r-- | man/man1/pandoc.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 3fbd4b76f..80acdb678 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -90,7 +90,7 @@ packages are not included in your latex setup, they can be obtained from in unix and - C:\Documents And Settings\USERNAME\Applicaiton Data\csl + C:\Documents And Settings\USERNAME\Application Data\csl in Windows. If the `--csl` option is not specified, pandoc will use a default style: either `default.csl` in the diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index a18b5e83f..f6cb7e3a6 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -283,7 +283,7 @@ should pipe input and output through `iconv`: in unix and - C:\Documents And Settings\USERNAME\Applicaiton Data\csl + C:\Documents And Settings\USERNAME\Application Data\csl in Windows. If the `--csl` option is not specified, pandoc will use a default style: either `default.csl` in the |