GeneralReferences differenciation and after each chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 39
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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

marbocam
Posts: 39
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: 39
Joined: Thu Dec 19, 2024 11:14 am

Re: References differenciation and after each chapter

Post by marbocam »

Post Reply