pandoc-citeproc-0.4.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 :: Maybe String -> 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).

parseLocale :: String -> IO LocaleSource

Parse locale.

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

Merge locale into a CSL style.