Text Formattingreference format not follow sequence number

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
yana819
Posts: 1
Joined: Thu Dec 31, 2020 5:09 pm

reference format not follow sequence number

Post by yana819 »

HI

I'm using overleaf and ieee trans format, unfortunately my reference number is not follow the sequence as shown in Figure below.

Here is my reference code

Code: Select all

\bibliographystyle{IEEEtran}
\bibliography{reference}
but the number is follow the sequence when I insert

Code: Select all

\newpage
, but this way cannot be used and weird if they have too much empty space.
Attachments
ref.jpg
ref.jpg (62.99 KiB) Viewed 2139 times

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

Post Reply