Do you have to use chicago? I had a look at the example of this style on
"http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html" ..Personally I don't like how it prints out the citation in the text.
I prefer natbib.sty , using plainnat.bst
It gives out something like this in the text
\citep ...
Search found 4 matches
- Wed Aug 22, 2007 5:24 am
- Forum: General
- Topic: author name formatting in chcago.bst
- Replies: 1
- Views: 2316
- Wed Aug 22, 2007 5:04 am
- Forum: General
- Topic: newbie: natbib style file in LaTeX
- Replies: 3
- Views: 3957
Re: newbie: natbib style file in LaTeX
I have realised what I have done now. I forgot to load the package first before I use the style file contained in the package, i.e,
\usepackage{natbib}
Then
\bibliographystyle{plainnat} or the other two abbrvnat and unsrtnat
Gotta load the package first!
\usepackage{natbib}
Then
\bibliographystyle{plainnat} or the other two abbrvnat and unsrtnat
Gotta load the package first!
- Wed Aug 22, 2007 3:05 am
- Forum: General
- Topic: newbie: natbib style file in LaTeX
- Replies: 3
- Views: 3957
Re: newbie: natbib style file in LaTeX
Yes, I ran BibTex and created a .bbl file which looks like below:
\begin{thebibliography}{0}
\providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}}
\expandafter\ifx\csname urlstyle\endcsname\relax
\providecommand{\doi}[1]{doi: #1}\else
\providecommand{\doi}{doi: \begingroup ...
\begin{thebibliography}{0}
\providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}}
\expandafter\ifx\csname urlstyle\endcsname\relax
\providecommand{\doi}[1]{doi: #1}\else
\providecommand{\doi}{doi: \begingroup ...
- Tue Aug 21, 2007 10:03 am
- Forum: General
- Topic: newbie: natbib style file in LaTeX
- Replies: 3
- Views: 3957
newbie: natbib style file in LaTeX
Dear all,
I am relatively new to LaTeX and have been fumbling my way around it for the last couple of days. I would like to use the natbib style files (abbrvnat, plainnat, and unsrtnat) written by Patrick Daly but without much success. The editor I am using is TeXnicCenter. I can see all three .bst ...
I am relatively new to LaTeX and have been fumbling my way around it for the last couple of days. I would like to use the natbib style files (abbrvnat, plainnat, and unsrtnat) written by Patrick Daly but without much success. The editor I am using is TeXnicCenter. I can see all three .bst ...