Starting the bibliography counter from a given number #1476
-
I have citations in a document (say doc2) that must follow citations from another document (doc1) sequentially, without displaying citations from doc1 in the bibliography. I then would like to set the counter of the bibliography in doc2 manually to make it starts at e.g. 46. I've tried using How can I set the counter in the bibliography? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Are you targetting PDF output here ? Did you customize If not it will use Pandoc citeproc (https://pandoc.org/MANUAL.html#citations) and your preamble won't be taken into account. You need to switch to natbib probably to make it work. |
Beta Was this translation helpful? Give feedback.
Are you targetting PDF output here ? Did you customize
cite-method
configuration ?If not it will use Pandoc citeproc (https://pandoc.org/MANUAL.html#citations) and your preamble won't be taken into account.
You need to switch to natbib probably to make it work.