I am using MikTex.
I am trying to apply the Biblio style "abbvr" to my document (which is not the article class, but another customer class)
What I am interested in is having references numbered in the text as [1]. As well as numbered and arrange alphabetically in the Reference list [1] ... [2] ...
Abbvr is supposed to do this automatically as far as I understand but it does not... There is no number in bracket that appears. I have tried several commun styles that should give this render but none work. I am wondering if mis-compatibilities may occur with the .cls file.
Or How to create my own .bst file?
Os is biblatex something I should be downloading to do more?
\citeafter you have run LaTeX, BibTeX, LaTeX, LaTeX (see https://tex.stackexchange.com/q/63852/35864). Do you get a question mark or no output at all between the square brackets? Is this about the citation or about the bibliography? If none of the styles you tried work, then it seems plausible that the problem might be in your.clsor with the packages you load. Please show us a short example document that reproduces the issue. If you use a.clsthat is not available on CTAN, please share a link to where we can obtain it. – moewe Jul 28 '19 at 20:57On CTAN you can find the mnras.cls The .bst referencing it uses is the one i am trying to transform into having [1] in front of authors name in the Reference List
– kmou Jul 28 '19 at 21:10.clsfile (or some other package you load, or some code in your preamble) redefines the bibliography environment to drop the numbers. I don't want to speculate, so I'd need to see some code to be able to help. Best would be a so-called MWE (https://tex.meta.stackexchange.com/q/228/35864). Make sure that the MWE can be compiled with only the info in the question in a new, empty folder. If you need external files that are not on CTAN, provide them in the question or link to where we can find them. – moewe Jul 28 '19 at 21:12