summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Biblio.hs
Commit message (Expand)AuthorAge
* Implemented --citation-abbreviations option.John MacFarlane2011-11-11
* Biblio: Fixed mess created by my removing procInlines.John MacFarlane2011-11-07
* Biblio - fixed author-in-text citations so they don't double.John MacFarlane2011-11-07
* Biblio - Removed redundancy.John MacFarlane2011-11-07
* Biblio: Put whole author-in-text citation in a Cite.John MacFarlane2011-11-06
* Further simplification of Biblio.John MacFarlane2011-11-06
* Further cleanup of Biblio.John MacFarlane2011-11-06
* Simplified Biblio, removed procInlines, use generics instead.John MacFarlane2011-11-06
* Don't add comma+space to prefix if it ends in punctuation.John MacFarlane2011-11-04
* Text.Pandoc.Biblio: Expand citations recursively inside nested inlines.John MacFarlane2011-10-28
* Biblio: Treat \160 as space when parsing locator and suffix.John MacFarlane2011-10-27
* Updated copyright notices.John MacFarlane2011-01-01
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* Moved special handling of punctuation in suffix out of markdown reader.Nathan Gass2010-12-13
* Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
* Biblio: If locator ends with ",", add it to the suffix.John MacFarlane2010-11-27
* Added procOpts parameter to citeproc call.John MacFarlane2010-11-27
* Use parsec parsers to split locator.John MacFarlane2010-11-27
* Split locator and suffix in Biblio rather than Markdown parser.John MacFarlane2010-11-26
* Biblio: Check for == rather than /=.John MacFarlane2010-11-20
* Citation related changes.John MacFarlane2010-11-20
* If --csl not specified, read from data files or default.John MacFarlane2010-11-18
* Biblio: Removed stringify; pass inline list to citeproc.John MacFarlane2010-11-17
* Updated for changes in Citaiton type.John MacFarlane2010-11-16
* Biblio: don't add footnote if empty.John MacFarlane2010-11-16
* Biblio: Use a Map for the lookup table.John MacFarlane2010-11-11
* Added support for textual citations (but not yet markdown syntax).John MacFarlane2010-11-11
* Changes to use citeproc-hs 0.3.John MacFarlane2010-11-06
* Biblio: small fix to detection of punctuation (A. Rossato).John MacFarlane2010-11-04
* Biblio: Improve footnote generation.John MacFarlane2010-11-03
* Improve footnote generation of in-text citations w/ note styles.John MacFarlane2010-11-02
* Changes to use citeproc 0.3.John MacFarlane2010-10-27
* Minor changes in Text.Pandoc.Biblio.fiddlosopher2009-02-28
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24