General ⇒ References differenciation and after each chapter
References differenciation and after each chapter
Any idea on how to work it around?
Thanks in advance!
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
Re: References differenciation and after each chapter
\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?