2
votes
1answer
40 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
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 ...
5
votes
1answer
284 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 ...
3
votes
3answers
264 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 ...