Copyright | (c) Andrea Rossato |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Stability | unstable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell98 |
This module provides functions for processing the evaluated
Output
for disambiguation and citation collapsing.
- data ProcOpts = ProcOpts {}
- data BibOpts
- newtype FieldVal = FieldVal {
- unFieldVal :: (String, String)
- procOpts :: ProcOpts
- processCitations :: ProcOpts -> Style -> [Reference] -> Citations -> [Formatted]
- processBibliography :: ProcOpts -> Style -> [Reference] -> [Formatted]
- citeproc :: ProcOpts -> Style -> [Reference] -> Citations -> BiblioData
- procRefs :: Style -> [Reference] -> [Reference]
- sortItems :: Show a => [(a, [Sorting])] -> [a]
- procBiblio :: BibOpts -> Style -> [Reference] -> [[Output]]
- subsequentAuthorSubstitute :: Bibliography -> [[Output]] -> [[Output]]
- filterRefs :: BibOpts -> [Reference] -> [Reference]
- procGroup :: Style -> [(Cite, Reference)] -> CitationGroup
- formatBiblioLayout :: Formatting -> Delimiter -> [Output] -> [Output]
- formatCitLayout :: Style -> CitationGroup -> Formatted
- addAffixes :: Formatting -> [Output] -> [Output]
- localModifiers :: Style -> Bool -> Cite -> Output -> Output
- contribOnly :: Style -> Output -> Output
Documentation
subsequentAuthorSubstitute :: Bibliography -> [[Output]] -> [[Output]] Source
filterRefs :: BibOpts -> [Reference] -> [Reference] Source
procGroup :: Style -> [(Cite, Reference)] -> CitationGroup Source
Given the CSL Style
and the list of Cite
s coupled with their
Reference
s, generate a CitationGroup
. The citations are sorted
according to the Style
.
formatBiblioLayout :: Formatting -> Delimiter -> [Output] -> [Output] Source
formatCitLayout :: Style -> CitationGroup -> Formatted Source
addAffixes :: Formatting -> [Output] -> [Output] Source
contribOnly :: Style -> Output -> Output Source