i want in my bibliography the year within brackets. How can I customize my style?
I think I have to change the FUNCTION {format.date}, but how?
regards
\documentclass[pdftex,a4paper,12pt,german]{book}
\usepackage[german,ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[authoryear]{natbib}
\begin{document}
\bibliographystyle{myplainnat}
\cite{Alonso.2004}
\bibliography{Literatur}
\end{document}
@book{Alonso.2004,
author = {Alonso, Gustavo and Casati, Fabio and Kuno, Harumi and Machiraju, Vijay},
year = {2004},
title = {Web services: Concepts, architectures and applications},
url = {http://www.loc.gov/catdir/enhancements/fy0817/2004298168-d.html},
address = {Berlin},
publisher = {Springer},
isbn = {3540440089},
series = {Data-centric systems and applications}
}
Now my bibliography looks like this:
G. Alonso, F. Casati, H. Kuno, and V. Machiraju. 2004, Web services: Concepts, architectures and applications. Data-centric systems and applications. Springer, Berlin, 2004.
But I want it looks like this:
G. Alonso, F. Casati, H. Kuno, and V. Machiraju. (2004), Web services: Concepts, architectures and applications. Data-centric systems and applications. Springer, Berlin, 2004.
The First Year within brackets

\documentclass{...}and ending with\end{document}. – mafp Feb 19 at 9:31