GeneralReferences differenciation and after each chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

References differenciation and after each chapter

Post by marbocam »

The issue I'm facing right now is that my supervisor wants me to differenciate the references belonging to journals with a [JPX] and the ones belonging to conferences with [CPX]... Plus, I shall present references after each chapter of my thesis....

Any idea on how to work it around?

Thanks in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Re: References differenciation and after each chapter

Post by marbocam »

I finally came into the

\begin{enumerate}[label=J.\arabic*]

\begin{enumerate}[label=C.\arabic*]

which works well, but I need to resume the counter and latex doesn't like it.. Any other ideas?
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Re: References differenciation and after each chapter

Post by marbocam »

Post Reply