Generalnatbib | Problems with customized Bibliography Style

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
santimonto
Posts: 4
Joined: Sat May 19, 2012 1:44 am

natbib | Problems with customized Bibliography Style

Post by santimonto »

Hello everyone,

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},
}
I try to get a look kind of like (Garcia y Arbeláez, 2002) by using \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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

santimonto
Posts: 4
Joined: Sat May 19, 2012 1:44 am

Re: natbib | Problems with customized Bibliography Style

Post by santimonto »

I could resolve this issue but created another one. Turns out it was just using the old .aux file to use the bibtex, but when I cleared it before starting each time, I could do the proper changes and it worked. The problem now is that, I need it to say "y" instead of "and" but the command doesn't recognize several authors without it. Does anyone have any ideas?
Post Reply