BibTeX, biblatex and biber ⇒ .bst file language guide
.bst file language guide
My editor is really strict about my bibliography style, I used makebst to match as clase as I can the requirements. I need to understand the .bst language in order to reach the requirements.
Is there a free document that explain it ?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
.bst file language guide
But you should also consider switching to biblatex. It's far easier to customize without so much hassle.
I assume your editor only cares about the final version. If that's the case, then a final option to consider is just to wait until you're ready to submit, and that point, replace the \bibliography{...} line in your file with the contents of the .bbl file, and then manually edit the entries in the .bbl file as needed. Unless this is going to a recurring process, and/or you have a very long bibliography, that's probably less time consuming, especially if makebst helped you get very close.
Re: .bst file language guide
thank you very much for that last response, but I need to submit my document tomorow and I have over a 1000 references, so I think it faster for me to modify the .bst file.