mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Merge pull request #4090 from ellisonbg/citation
Add LaTeX citation handling to nbconvert
This commit is contained in:
commit
fdc32d54a8
@ -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
|
||||
-------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user