I'm using bibtex for writing references with natbib package. I'd like to ask how to cite more authors. If I use \citet command I get something like Green et al. Is it possible to use some modification for obtaining the same in my langauge? More precisely, I would need to get instead of "Green et al." "Green a spol.", that is all.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
I would say that no matter what language you are writing in, et al. is a generally recognized form of citing multiple authors. Despite that, if you would really like to change it to something else, the easiest way would be using a custom I quickly looked into the |
|||
natbib? Do you want more authors named before the 'et al.' shows up? (If so, how many?) What is your language in this case, and do you want your language's equivalent of 'et al.' (= et alii = and others)? – jon Jul 26 '12 at 0:24\bibliographystyle-- do you use? Without this information, I'm afraid it's not going to be possible to give more-specific advice. – Mico Jul 26 '12 at 20:58