I'm a total novice of LaTeX and I'm trying to get some help on the natbib package for bibliographies.
So far I installed the package and all its components (bst's, docs) manually to "C\:Program Files\MiKTeK 2.9\tex\latex\natbib". I wrote my own bibliography bibtex, here's an example of an article.
Code: Select all
@article{gar2002,
author={Garcia, A. y L. E. Arbeláez},
title={Market power analysis for the Colombian electricity market},
journal={Energy Economics},
year={2002},
volume={Vol. 24},
pages={217-229},
}
\citep
but it's not working and I don't get how to get it to. Any help would be most gladly accepted.Thank you all in advance!
Santiago