BibTeX, biblatex and biber ⇒ numeric labels in the bibliography list
numeric labels in the bibliography list
I am writing my thesis in latex and using biometrics bibliography style. My supervisor asked me to add numeric labels in the bibliography list. Can somebody tell me how to modify the biometrics.bst file? Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: numeric labels in the bibliography list
it's possible to modify any bst file, could you upload the bst file you want to modify.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
numeric labels in the bibliography list
This is only an idea. Do a backup of the original file an modify FUNCTION {output.bibitem} as follows.
These lines are only copied from plain.bst which has numbered labels for the bibliography items as output. Since I didn't test that, a report about success would be nice.
Code: Select all
FUNCTION {output.bibitem}
{ newline$
"\bibitem{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10