PandocSettings.

CitationAbbreviations Property

Summary

Set the citation-abbreviations field in the document’s metadata to FILE, overriding any value set in the metadata. (This is equivalent to --metadata citation-abbreviations= FILE.) If FILE is a URL, it will be fetched via HTTP.If FILE is not found relative to the working directory, it will be sought in the resource path(see --resource-path) and finally in the csl subdirectory of the pandoc user data directory.
Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc
Containing Type
PandocSettings

Syntax

public FilePath CitationAbbreviations { get; set; }

Attributes

Type Description
DataMemberAttribute

Value

Type Description
FilePath