GeneralRemove Numbers from Bibliography Items

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
fastest
Posts: 5
Joined: Fri Nov 14, 2008 5:39 pm

Remove Numbers from Bibliography Items

Post by fastest »

Good morning,

I am experiencing the following problem and I wonder if anybody knows a possible solution.

I am using {thebibliography} environment to prepare an article and I enter the single entry using \bibitem. As example, the following code.

Code: Select all

\begin{thebibliography}{99}
  \bibitem{Askne} Askne J, Nordius H (1987) Estimation of tropospheric delay for microwave from surface weather data, Rad Sci, 22:379-386
\end{thebibliography}
It produces this text.
1. Askne J, Nordius H (1987) Estimation of tropospheric delay for microwave from surface weather data, Rad Sci, 22:379-386
Now, my problem is that I do not want the number in front of the bibliography entry to be printed at all. My wish would be to have the following text.
Askne J, Nordius H (1987) Estimation of tropospheric delay for microwave from surface weather data, Rad Sci, 22:379-386
Does anybody know a possible solution to that using \bibitem or even another approach?

I thank you very much for your support and I hope to hearing back from you soon.

Regards,
fastest
Last edited by localghost on Sun Nov 10, 2013 2:32 pm, edited 1 time in total.

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Remove Numbers from Bibliography Items

Post by localghost »

How are citations in the text going to be assigned correctly to the corresponding bibliography items then?


Thorsten
Post Reply