aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Biblio.hs
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-1/+1
2013-03-17Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane1-1/+1
2013-01-08Biblio: Make sure mvPunc and deNote run on metadata too.John MacFarlane1-4/+3
2012-10-22Fixed Biblio for extra parameter on Citation.John MacFarlane1-2/+2
2012-10-21Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane1-3/+2
2012-10-15LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane1-2/+3
2012-10-13Biblio: Make processBiblio take a Maybe Style parameter.John MacFarlane1-3/+4
2012-10-06Biblio: Changed type of processBiblio.John MacFarlane1-24/+19
2012-09-29Biblio: csl parameter now a string rather than a filepath.John MacFarlane1-3/+3
2012-09-26Biblio: Remove workaround for toCapital.John MacFarlane1-10/+2
2012-07-20Use Parsec directly in Biblio and Templates.John MacFarlane1-6/+6
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane1-5/+5
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane1-1/+1
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane1-6/+6
2012-06-08Fixed shadowing warning.John MacFarlane1-1/+1
2012-06-08Biblio: Workaround broken toCapital in citeproc-0.3.4.John MacFarlane1-2/+10
2012-06-05Biblio: Add comma to beginning of bare suffix, e.g. @item1 [50].John MacFarlane1-2/+10
2012-05-23Massively simplified Text.Pandoc.Biblio.John MacFarlane1-84/+44
2012-03-27Properly handle citations nested in other inline elements.John MacFarlane1-1/+1
2011-11-11Implemented --citation-abbreviations option.John MacFarlane1-5/+10
2011-11-07Biblio: Fixed mess created by my removing procInlines.John MacFarlane1-11/+20
2011-11-07Biblio - fixed author-in-text citations so they don't double.John MacFarlane1-1/+1
2011-11-07Biblio - Removed redundancy.John MacFarlane1-3/+2
2011-11-06Biblio: Put whole author-in-text citation in a Cite.John MacFarlane1-4/+4
2011-11-06Further simplification of Biblio.John MacFarlane1-7/+8
2011-11-06Further cleanup of Biblio.John MacFarlane1-3/+3
2011-11-06Simplified Biblio, removed procInlines, use generics instead.John MacFarlane1-24/+15
2011-11-04Don't add comma+space to prefix if it ends in punctuation.John MacFarlane1-5/+1
2011-10-28Text.Pandoc.Biblio: Expand citations recursively inside nested inlines.John MacFarlane1-7/+5
2011-10-27Biblio: Treat \160 as space when parsing locator and suffix.John MacFarlane1-2/+6
2011-01-01Updated copyright notices.John MacFarlane1-1/+1
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-5/+6
2010-12-13Moved special handling of punctuation in suffix out of markdown reader.Nathan Gass1-2/+6
2010-11-28Fixed spacing bug for reference-style citations.John MacFarlane1-1/+4
2010-11-27Biblio: If locator ends with ",", add it to the suffix.John MacFarlane1-1/+9
2010-11-27Added procOpts parameter to citeproc call.John MacFarlane1-1/+2
2010-11-27Use parsec parsers to split locator.John MacFarlane1-27/+34
2010-11-26Split locator and suffix in Biblio rather than Markdown parser.John MacFarlane1-4/+34
2010-11-20Biblio: Check for == rather than /=.John MacFarlane1-3/+3
2010-11-20Citation related changes.John MacFarlane1-2/+3
2010-11-18If --csl not specified, read from data files or default.John MacFarlane1-5/+2
2010-11-17Biblio: Removed stringify; pass inline list to citeproc.John MacFarlane1-12/+2
2010-11-16Updated for changes in Citaiton type.John MacFarlane1-9/+20
2010-11-16Biblio: don't add footnote if empty.John MacFarlane1-3/+3
2010-11-11Biblio: Use a Map for the lookup table.John MacFarlane1-3/+4
2010-11-11Added support for textual citations (but not yet markdown syntax).John MacFarlane1-18/+27
2010-11-06Changes to use citeproc-hs 0.3.John MacFarlane1-92/+21
2010-11-04Biblio: small fix to detection of punctuation (A. Rossato).John MacFarlane1-4/+4
2010-11-03Biblio: Improve footnote generation.John MacFarlane1-10/+24
2010-11-02Improve footnote generation of in-text citations w/ note styles.John MacFarlane1-24/+118