Can thebibliography be sorted by citation order?
Or is there a solution with an inlined bibliography that can be sorted?
Not having an additional .bib file would be preferable.
My current bilbiography is inluded in the rest of the article inside a thebibliography block.
\begin{document}
\section{Example}
The citations in\cite{ne} the bibliography should\cite{flowers} be ordered
according which order they appear in the text.
\begin{thebibliography}{9}
\bibitem{fetebok} \emph{Internal Combustion Engine Fundamentals}
\bibitem{ne} \emph{Förbränningsmotorer}
\bibitem{flowers} \emph{HCCI Research Towards Development for Stationary Power
Applications}
\end{thebibliography}
Should output:
The citations in[1] the bibliography should[2] be ordered
according which order they appear in the text.
Bilbiography
[1] Förbränningsmotorer
[2] HCCI Research Towards Development for Stationary Power Applications
[3] Internal Combustion Engine Fundamentals
unsrtstyle does exactly this: a minimal example of your code would be very useful to give a more targeted answer. – Joseph Wright♦ May 4 '11 at 9:42.auxand.bblfiles before it will work properly... – Seamus May 4 '11 at 17:13