i have been dealing with latex for only a couple of days so i didnt get familiar with it yet. therefore, please excuse my rookie question: but how can i create a reference list in a "plain" style?
it is supposed to look like that i tried to do it like that:
Code: Select all
\begin{thebibliography}{9}
\bibliographystyle{plainnat}
\bibitem{Burda04}
Michael C. Burda and Charles Wyplosz.\newline
\emph{Markoökonomie - Eine europäische Perspektive.}\newline
Verlag Franz Vahlen GmbH,
2003.
\bibitem{Krueger05}
David Card and Alan B. Krueger.\newline
Minimum Wages and Employment: A Case Study of the Fast-Food Industry in \newline
New Jersey and Pennsylvania: Reply.\newline
\textit{The American Economic Review}, 90(5):1397–1420, 2000.
\end{thebibliography}
thank you