BibTeX, biblatex and biber ⇒ BibTeX clarification
BibTeX clarification
How to control the order of references.
For eg., In first chapter of my thesis the first reference's number starts from 10. But i want it to be 1. It is because that the list of figures/tables section comes before 1st chapter and i have cited some references in figure/table captions.
Is there a way to solve this peculiar problem without changing the list of figures and tables (i want these two to appear before 1st chapter and the 1st reference in the 1st chapter should start from 1.
thanks
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
BibTeX clarification
Code: Select all
\caption[A caption title]{A caption title including \cite{ref}}
Re: BibTeX clarification
okay something like the command that we use in threeppartablex!
so inside [This is figure.] will appear in list of tables section and {This is a figure [1].} will appear below the figure. This is what i understand?
But in some cases if i need reference number in list of tables also what to do ?
thanks