add one simple non-numeric example for citation

This commit is contained in:
LLdaniel 2025-01-12 20:03:21 +01:00
commit 2f71091fa0
3 changed files with 6 additions and 0 deletions

View file

@ -115,6 +115,9 @@
% \usepackage[backend=biber]{biblatex}
% in order to sort after citation occurrence use the following instead:
% \usepackage[backend=biber, sorting=none]{biblatex}
% short example with non-numeric citations
% \usepackage[backend=biber, bibstyle=alphabetic, citestyle=alphabetic]{biblatex}
% add the .bib file as ressource
% \addbibresource{publications.bib}
%----------------------------------------------------------------------------------