From 779b4cc83be044e6c777a052155f908a51861161 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 21 Aug 2013 14:19:17 -0700 Subject: [PATCH] Adding docs about latex citations. --- docs/source/interactive/nbconvert.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/interactive/nbconvert.rst index fc437a109..0423274b2 100644 --- a/docs/source/interactive/nbconvert.rst +++ b/docs/source/interactive/nbconvert.rst @@ -125,6 +125,21 @@ and using the command:: .. _notebook_format: +LaTeX citations +--------------- + +``nbconvert`` now has support for LaTeX citations. With this capability you +can: + +* Manage citations using BibTeX. +* Cite those citations in Markdown cells using HTML data attributes. +* Have ``nbconvert`` generate proper LaTeX citations and run BibTeX. + +For an example of how this works, please see the citations example in +the nbconvert-examples_ repository. + +.. _nbconvert-examples: https://github.com/ipython/nbconvert-examples + Notebook JSON file format -------------------------