I created a personal bibstyle with makebst and it works perfectly fine but i'd like to use that same file to create a personal citestyle to use instead of verbose-trad2. Is it possible ?
1 Answers
makebst produces .bst files for use with classical BibTeX. biblatex does not use .bst files for formatting (indeed if you use Biber as recommended, no .bst file is involved at all) instead it uses .bbx files for the bibliography style and .cbx files for the citation style. See also How to use custom bibstyle with biblatex and Modify BibteX Style in usepackage[style=nature]{biblatex}.
Since verbose-trad2 is a biblatex style, you can not use it together with the .bst file produced by makebst. If you want to use verbose-trad2 you need to write your bibliography style in biblatex (cf. Guidelines for customizing biblatex styles).
But if it is possible to recreate the bibliography style you want with makebst, it should also be possible to recreate it in biblatex.
- 175,683
.bstfile, probably you can demonstrate what you want also with a standard style (and the solution will apply to your custom style as well). – Marijn Mar 05 '20 at 10:14.bstfiles (bibliography styles for BibTeX) are completely incompatible withbiblatex(you mentionverbose-trad2). There is no way to use a.bstproduced withmakebsttogether withbiblatexand by extension withverbose-trad2. – moewe Mar 05 '20 at 19:11