pandoc-citeproc-0.5: Supports using pandoc with citeproc

Copyright(c) Andrea Rossato
LicenseBSD-style (see LICENSE)
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

Text.CSL.Parser

Description

Parser for Style

Synopsis

Documentation

readCSLFile :: Maybe String -> FilePath -> IO Style Source

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

parseCSL :: String -> Style Source

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

parseLocale :: String -> IO Locale Source

Parse locale.

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

Merge locale into a CSL style.