1

By default biber simply numbers the entries in my bibliography. How can I change the style to reflect the citation reference names I choose instead?

Example:

@book{myownreferencename,
  author    = {Abcd Somebody}, 
  title     = {some title},
  publisher = {some publisher},
  year      = 1990,
  volume    = 2
}

% no additional configuration of biblography
\bibliography{references}
% ...
\MakeBibliography

 Hey this is a source \cite{myownreference} that should show up.

Result: Hey this is a source[myownreference] that should show up.

0 Answers0