it's me again.
the following proved to be a solution: I just use double curly brackets and then the output is as desired.
Search found 4 matches
- Fri Mar 14, 2008 11:01 pm
- Forum: General
- Topic: Reference from Institution with
- Replies: 1
- Views: 1804
- Fri Mar 14, 2008 10:32 pm
- Forum: General
- Topic: Reference from Institution with
- Replies: 1
- Views: 1804
Reference from Institution with
Hello,
the problem is as follows: I want to refer to a paper published by the "European Central Bank". But writing it as author user the misc-class of bibtex and natbib (apalike) leads to the output of "Bank (2004)" for \citet and "Bank, E. C." in the list of references. Tried to use field ...
the problem is as follows: I want to refer to a paper published by the "European Central Bank". But writing it as author user the misc-class of bibtex and natbib (apalike) leads to the output of "Bank (2004)" for \citet and "Bank, E. C." in the list of references. Tried to use field ...
- Fri Mar 14, 2008 1:56 pm
- Forum: General
- Topic: different styles for citation and bibliography
- Replies: 2
- Views: 6094
Re: different styles for citation and bibliography
Thanks for the response.
So I changed the code such that the \bibliographystyle command is at the end just before \bibliography{bibs}.
Before \begin{document} I included \usepackage{natbib}
So then I try to change the bibliography style. For e.g. apalike it seems to work and the natbib citation ...
So I changed the code such that the \bibliographystyle command is at the end just before \bibliography{bibs}.
Before \begin{document} I included \usepackage{natbib}
So then I try to change the bibliography style. For e.g. apalike it seems to work and the natbib citation ...
- Sat Mar 08, 2008 7:01 pm
- Forum: General
- Topic: different styles for citation and bibliography
- Replies: 2
- Views: 6094
different styles for citation and bibliography
Hi everyone,
encountered a problem using natbib: I like the citation style but would like to use another bibliography style for the list of references.
so I tried
\citestyle{plainnat}
\begin{document}
\bibliographystyle{plain}
but the resulting citations are only fragments. So how can I ...
encountered a problem using natbib: I like the citation style but would like to use another bibliography style for the list of references.
so I tried
\citestyle{plainnat}
\begin{document}
\bibliographystyle{plain}
but the resulting citations are only fragments. So how can I ...