Update README on in-field markup in biblio databases
Motivated by https://github.com/jgm/pandoc-citeproc/issues/124.
This commit is contained in:
parent
1b44acf0c5
commit
4297677ec6
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -2688,6 +2688,12 @@ files, but you can use `.bibtex` to force BibTeX.
|
|||
Note that `pandoc-citeproc --bib2json` and `pandoc-citeproc --bib2yaml`
|
||||
can produce `.json` and `.yaml` files from any of the supported formats.
|
||||
|
||||
In-field markup: In bibtex and biblatex databases, pandoc-citeproc parses
|
||||
(a subset of) LaTeX markup; in CSL JSON databases, an HTML-like markup
|
||||
([specs](http://docs.citationstyles.org/en/1.0/release-notes.html#rich-text-markup-within-fields));
|
||||
and in CSL YAML databases, pandoc markdown. `pandoc-citeproc -j` and `-y`
|
||||
interconvert these markup formats as far as possible.
|
||||
|
||||
As an alternative to specifying a bibliography file, you can include
|
||||
the citation data directly in the `references` field of the
|
||||
document's YAML metadata. The field should contain an array of
|
||||
|
|
Loading…
Add table
Reference in a new issue