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

Binary file not shown.

View file

@ -405,6 +405,9 @@ Including a bibliography database \texttt{publications.bib} is achieved with the
\usepackage[backend=biber]{biblatex}
% in order to sort after citation occurrence use the following instead:
\usepackage[backend=biber, sorting=none]{biblatex}
% or use non-numeric citation as alternative:
\usepackage[backend=biber, bibstyle=alphabetic, citestyle=alphabetic]{biblatex}
% add the .bib file as ressource
\addbibresource{publications.bib}
\end{lstlisting}
Uncommenting the line \code{\\usepackage[backend=biber, sorting=none]\{biblatex\}}

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}
%----------------------------------------------------------------------------------