ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 805 forks source link

[suggestion] add \cites to latex_env for multi-citations with page references #1579

Closed adrien-perello closed 2 years ago

adrien-perello commented 2 years ago

What I'm trying to do?

cite several papers at once and mentioning the pages referenced

What is the problem?

\cite works really well as long as I don't need to add the pages Screenshot from 2021-08-17 13-51-26

When wanting to add the pages, I should use \cites (ex: \cites{ref1}[2]{ref2}[3]{ref3}[4]{ref4}) But \cites is not supported Screenshot from 2021-08-17 13-51-42

And if I use \cite instead, it is read as a single citation Screenshot from 2021-08-17 13-51-50

Solution proposed

Include support for \cites

adrien-perello commented 2 years ago

Oops, I realize that I posted this in the wrong place. Here is the issue