Show More
@@ -125,6 +125,21 b' and using the command::' | |||
|
125 | 125 | |
|
126 | 126 | .. _notebook_format: |
|
127 | 127 | |
|
128 | LaTeX citations | |
|
129 | --------------- | |
|
130 | ||
|
131 | ``nbconvert`` now has support for LaTeX citations. With this capability you | |
|
132 | can: | |
|
133 | ||
|
134 | * Manage citations using BibTeX. | |
|
135 | * Cite those citations in Markdown cells using HTML data attributes. | |
|
136 | * Have ``nbconvert`` generate proper LaTeX citations and run BibTeX. | |
|
137 | ||
|
138 | For an example of how this works, please see the citations example in | |
|
139 | the nbconvert-examples_ repository. | |
|
140 | ||
|
141 | .. _nbconvert-examples: https://github.com/ipython/nbconvert-examples | |
|
142 | ||
|
128 | 143 | Notebook JSON file format |
|
129 | 144 | ------------------------- |
|
130 | 145 |
General Comments 0
You need to be logged in to leave comments.
Login now