Zotero to BibLatex - How to change reference style
Hi, I am a new user of Zotero. As my main text editor for my reports and paper, I am using LaTeX. I manage to use Zotero's references in BibLaTeX but the referencing style is the problem, and I do not know how to change it.
Could you help me, how can I get Harvard or Vancouver referencing style in LaTeX from Zotero? Also how to change from et al. to number referencing.
Thank you in advance!
Best,
Petar
Could you help me, how can I get Harvard or Vancouver referencing style in LaTeX from Zotero? Also how to change from et al. to number referencing.
Thank you in advance!
Best,
Petar
\usepackage[
backend=biber,
style=stylename,
]{biblatex}
where stylename could be something basic like numeric (for Vancouver-like) or authoryear (for Harvard) or the name of a specific style. For anything more, you'll want to ask on a LaTeX support forum.
BR
Petar