aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-16 11:08:37 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-16 11:08:56 -0800
commit8f7c119c0f5f32bea83bc80b81e01c2197a956b2 (patch)
treeafef464eadcb7e9172fdd7ccc3e1c03cb4d8d3d3
parent281b36470fab6cbb19537b47feac078d6d12927f (diff)
downloadpandoc-8f7c119c0f5f32bea83bc80b81e01c2197a956b2.tar.gz
Removed '--no-citeproc' as alias for '--natbib'.
This was confusing, I think, as no-citeproc could be either natbib or biblatex.
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index f4dc4989f..22cf7fc8b 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -501,7 +501,7 @@ options =
"FILENAME")
""
- , Option "" ["natbib", "no-citeproc"]
+ , Option "" ["natbib"]
(NoArg
(\opt -> return opt { optCiteMethod = Natbib }))
"" -- "Use natbib cite commands in LaTeX output"