From 8f7c119c0f5f32bea83bc80b81e01c2197a956b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Jan 2011 11:08:37 -0800 Subject: Removed '--no-citeproc' as alias for '--natbib'. This was confusing, I think, as no-citeproc could be either natbib or biblatex. --- src/pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3