Dr. Tom V. Mathew September 29, 2005
Add the following line in the preamble.
This will have the option of sorting the bib entires.
Use the follwing bst file as biblogrphy style.
NatBib Usage
Why this?
Many journals like ASCE and IIT thesis style file require Harvard style of referencing; that is author year format.
This is not supported by normal bibtex styles and cite command.
Harvard sytle of referecing can be achieved by using natBib styles.
Requirements
For harward style of referencing, you need two additinal files;
natbib.sty
and
pjgsm.bst.
\usepackage[sort]{natbib}
\bibliographystyle{pjgsm}
Usage
Construct bibtex data base similar to any other bibtex data base.
However, for citation, use any of the follwing style/
Latex Command
Resulting output
~\citet{LeBlanc:1975a}LeBlanc (1975a) did this study.
~\citet{Yan:1996}Yan & Lam (1996) did this study.
~\citet{Meng:2001}Meng et al. (2001) did this study.
~\citet{LeBlanc:1975a,Yan:1996}LeBlanc (1975a); Yan & Lam (1996) did this study.
~\citet{LeBlanc:1975a,LeBlanc:1976}LeBlanc (1975a,1976) did this study.
~\citet{LeBlanc:1975a,LeBlanc:1975b}LeBlanc (1975a,b) did this study.
~\citep{LeBlanc:1975a}This was studied (LeBlanc, 1975a).
~\citep{Yan:1996}This was studied (Yan & Lam, 1996).
~\citep{Meng:2001}This was studied (Meng et al., 2001).
~\citep*{Meng:2001}This was studied (Meng, Yang & Bell, 2001).
~\citep{LeBlanc:1975a,Yan:1996}This was studied (LeBlanc, 1975a; Yan & Lam, 1996).
~\citep{LeBlanc:1975a,LeBlanc:1976}This was studied (LeBlanc, 1975a,1976).
~\citep{LeBlanc:1975a,LeBlanc:1975b}This was studied (LeBlanc, 1975a,b).
\citep[chap. 2]{LeBlanc:1975a}This was studied (LeBlanc, 1975a, chap. 2).
\citep[see][pg. 34]{LeBlanc:1975a}This was studied (see LeBlanc, 1975a, pg. 34).
Bibliography
Acknowledgements
This was made possible due to the works of Pradip Gundaliya and Sushant Sharma.
Prof. Tom V. Mathew
2005-09-29