pandoc-citeproc-0.3.0.1: Supports using pandoc with citeproc

Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Safe HaskellNone

Text.CSL.Parser

Description

Parser for Style

Synopsis

Documentation

readCSLFile :: FilePath -> IO StyleSource

Read and parse a CSL style file into a localized sytle.

parseCSL :: String -> StyleSource

Parse a String into a Style (with default locale).

localizeCSL :: Maybe String -> Style -> IO StyleSource

Merge locale into a CSL style.