Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Minor documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 1, 2013
1 parent 21f8765 commit c3ebb04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ To process citations with pandoc, call pandoc-citeproc as a filter:

pandoc --filter pandoc-citeproc input.md -s -o output.html

The bibliography will be put into a pandoc `Div` container with
class `references`.

pandoc-citeproc will look for the following metadata fields in
the input:

Expand Down Expand Up @@ -56,6 +59,11 @@ object. The format is essentially CSL JSON format. Here is an example:
volume: 6
container-title: Journal of Generic Studies

The contents of fields will be interpreted as markdown when
appropriate: so, for example, emphasis and strong emphasis can
be used in title fileds. Simple tex math will also be
parsed and rendered appropriately.

`csl`: Path to a CSL style file. If the file is not found relative
to the working directory, pandoc-citeproc will look in the
`$HOME/.csl` directory (or `C:\Users\USERNAME\AppData\Roaming\csl`
Expand Down
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
TODO:

- man pages
- document fact that bibliography is put in a div
- document rich text and math formatting
- error reporting has been improved, but warnings still don't appear with
numerical styles

0 comments on commit c3ebb04

Please sign in to comment.