{custom-bib} is a package for creating custom bibliography styles for use with {bibtex}. This is done by running TeX on LaTeX on makebst.tex and interactively choosing options from a menu. It is also possible to run this in batch mode.
2
votes
1answer
37 views
Debugging a custom-bib bst file that crashes on book items
I created my own bibliography file with custom-bib (makebst), but when I run it with a reference to a book I get:
$ bibtex PhD
[...normal output]
Database file #1: PhD.bib
You can't pop an empty ...
3
votes
3answers
260 views
How to customize a .bst bibliographic style created with custom-bib for dealing with entries with no year and/or no author
I am using natbib with author-year-like cites style and with a custom references style (a .bst file) that I created with custom-bib. That style file for references is also author-year oriented, of ...
2
votes
2answers
324 views
Bibliography numbering style
I'm creating a bibliography for a paper submission to The Bulletin of Math Biology. I've created a custom .bst file with custom-bib, but haven't been able to get the numbering correct. I'm not sure ...
3
votes
1answer
138 views
BibTeX: .bst Style is Applied on Bibliography, but not on The Citations
I'm not a very experienced LaTeX used.
What I Created:
a .tex file using LyX
a .bib bibliography using JabRef
also my own suitable .bst style for BibTeX using custom-bib's
makebst
pdflatex's ...
1
vote
1answer
149 views
Need to remove comma after last author (only)
I'm trying to submit to a journal that has a non-standard bibliography format: citations look like this:
Gordon, R. H., C.-E. Bai, and D. D. Li. 1999. "Efficiency Losses from Tax Distortions vs. ...
5
votes
1answer
281 views
Make volume bold in custom bibliography style .bst
Since I could not find the style that met my teacher's requirements for the bibliography I have to do, I created my own bst with latex makebst on my mac. I had chosen to make the volume bold but it ...