I am in the process of modifying plain.bst for my needs.
The change I want to achieve is to have the date of a publication in parentheses.
I read the available documentation and some random websites, but obviously I don't get the concept of this "unnamed language".
I tried with the following patch to plain.bst:
Code: Select all
$ diff -u plain.bst.backup sozsbg.bst
--- plain.bst.backup 2011-09-16 16:32:21.979569012 +0200
+++ sozsbg.bst 2011-09-27 13:50:58.339572761 +0200
@@ -272,7 +272,7 @@
if$
}
{ month empty$
- 'year
+ { " (" * year * ")" }
{ month " " * year * }
if$
}
$
It would be very nice if someone who understands bibtex .bst files better than me could correct my patch, to have the year of a publication in parentheses.
Thanks a lot in advance.
Example .tex, .bib files are attached.
I couldn't upload the .bst file ("The extension bst is not allowed").
In case anyone wants a complete .bst file in addition to the patch, I'll post it inline.