mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Add faq on converting from latex + bibtex.
This commit is contained in:
+11
@@ -150,4 +150,15 @@ pandoc -s -o output.html input.ipynb \
|
||||
-V header-includes='<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>'
|
||||
```
|
||||
|
||||
## How can I get BibTeX references to work when converting from LaTeX?
|
||||
|
||||
Use the `--citeproc` option.
|
||||
If it still doesn't work, you may need to tell pandoc where
|
||||
your bibliography file is using `--bibliography`.
|
||||
Your references may not be formatted the same as they are
|
||||
when you use `latex` and `bibtex`; you can change the format
|
||||
of the citations by specifying an appropriate CSL bibliography
|
||||
style using `--csl`
|
||||
(see [the manual](https://pandoc.org/MANUAL.html#specifying-a-citation-style)).
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user