Is it possible to get BibTeX to ignore certain optional arguments? For example, if the .bib file has many entries with language = {English}, and you wish for a certain file's bibliography to not say (English) after its entries, how would you do this?
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.
|
|
||||
|
|
|
One possibility is to use
Note that the "clearlang" option is enabled by default. Minimal example:
(The filecontents environment is only used to include some external files directly into the example, so that it compiles. It is not necessary for the solution.) |
||||
|
|