I've been using google for hours and I just couldn't find a solution...
I need it tomorrow so this is my last, desperated attempt to solve it -.-
I've got a .bib file, containing the following author:
Code: Select all
@Article{Welch:1967,
author = {P.D.~Welch},
title = {The Use of Fast {F}ourier Transform for the Estimation of Power Spectra: A Method Based on Time Averaging Over Short Modified Periodograms},
.......
Code: Select all
\usepackage[ngerman, latin]{babel}
\usepackage{amsmath}
\usepackage{natbib}
...
\begin{document}
...
\begin{flushleft}
.......
many books (see also Reference \cite{Welch:1976}). However, we don't
.......
\end{flushleft}
...
\bibliographystyle{alpha}
\bibliography{test}
\end{document}
(the part from the flushleft)
...many books (see also Reference Welch). However, we don't...
Therefore, I have to create a cite in the text, where there is only the first name
of the author and nothing else. Seems like there is no bibliographystyle that can
do that for me... (That's why I'm using {alpha} atm. but then the cite says Wel67)
I hope you get what I mean, since I don't really know how to describe it well...
Thanks in advance