\renewcommand\bibname{Foo}Another thing: why must the scripting language used in BibTeX style files (.bst) be so confusing? Anyone knows what this language is, or is this just an adhoc language created for that single purpose? Anyhow, I'd like to find a manual for it.
5 More Red Flags for Suspicious Files 🚩
3 days ago
10 comments:
This works for the "book" class. For "article" replace "bibname" with "refname".
how i can write in 2 languages in a chapter??
for example english,greek:
\gr\chapter{???????? \en {abc} }
but this is not correct!!! how???
John, the babel package supports multilingual documents. For example, see http://www.reed.edu/cis/help/LaTeX/language.html for help.
Brilliant!
Thank you - precisely the answer I was looking for. :-)
If you use currvita and want to change the bibliography title, use \renewcommand{\cvbibname}{yourtitle}
Very helpful.
thanks for the help :)
what if i am using the scrartcl documentclass?
AFAIK, the best you can do as far as BibTeX internals go is at CTAN. (Look at both btxdoc and btxhak). And yes, it is a one-off language.
Post a Comment