mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
add one simple non-numeric example for citation
This commit is contained in:
parent
1c37c6a53d
commit
2f71091fa0
3 changed files with 6 additions and 0 deletions
Binary file not shown.
|
|
@ -405,6 +405,9 @@ Including a bibliography database \texttt{publications.bib} is achieved with the
|
||||||
\usepackage[backend=biber]{biblatex}
|
\usepackage[backend=biber]{biblatex}
|
||||||
% in order to sort after citation occurrence use the following instead:
|
% in order to sort after citation occurrence use the following instead:
|
||||||
\usepackage[backend=biber, sorting=none]{biblatex}
|
\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}
|
\addbibresource{publications.bib}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
Uncommenting the line \code{\\usepackage[backend=biber, sorting=none]\{biblatex\}}
|
Uncommenting the line \code{\\usepackage[backend=biber, sorting=none]\{biblatex\}}
|
||||||
|
|
|
||||||
|
|
@ -115,6 +115,9 @@
|
||||||
% \usepackage[backend=biber]{biblatex}
|
% \usepackage[backend=biber]{biblatex}
|
||||||
% in order to sort after citation occurrence use the following instead:
|
% in order to sort after citation occurrence use the following instead:
|
||||||
% \usepackage[backend=biber, sorting=none]{biblatex}
|
% \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}
|
% \addbibresource{publications.bib}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue