aboutsummaryrefslogtreecommitdiff
path: root/tests/biblio.mods
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane1-106/+0
This reverts commit f7229b147314042f946dfded3b441ab0fae260a0.
2013-03-09LaTeX reader: citation handling changes.John MacFarlane1-0/+106
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.