Is there a way to simplify bibtex such that I can decide for myself how each reference shall appear so for example having:
@article{Text,
whatIwanttoappear = {Author, "title", and extra information}
}
will simply output
[X] Author, "title", and extra information
so that i don't need to stick to the same style for every source and don't need to use the inbuilt versions. Ie: I want to be able to specify what appears in the {} after whatIwanttoappear such that it appears exactly as it is.
Many thanks.
biblatex, but can be done forbiblatexas explained in https://tex.stackexchange.com/q/438759/35864. It should also be possible for BibTeX, but involves programming in the somewhat arcane.bstfile language. – moewe Oct 02 '19 at 14:28