From f7229b147314042f946dfded3b441ab0fae260a0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 9 Mar 2013 10:20:12 -0800 Subject: LaTeX reader: citation handling changes. Previously, a LaTeX citation would always be parsed as a Citation element, with the raw LaTeX in the [Inline] part. Now, the LaTeX citation is parsed as a Citation element only if `--biblio` was specified (i.e. only if there is a nonempty set of references in readerReferences). Otherwise it is parsed as raw LaTeX. This will make it possible to simplify some things in the markdown writer. It also makes the LaTeX reader behave more like the Markdown reader. --- pandoc.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index b528a0339..402a4e581 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -109,6 +109,7 @@ Extra-Source-Files: tests/lalune.jpg, tests/movie.jpg, tests/biblio.bib, + tests/biblio.mods, tests/chicago-author-date.csl, tests/ieee.csl, tests/mhra.csl, @@ -383,6 +384,7 @@ Test-Suite test-pandoc QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, containers >= 0.1 && < 0.6, + citeproc-hs >= 0.3 && < 0.4, ansi-terminal >= 0.5 && < 0.7 Other-Modules: Tests.Old Tests.Helpers -- cgit v1.2.3