Skip to content
Effie Daum edited this page Feb 4, 2024 · 1 revision

Citing Norlab Articles in LaTeX

Pro tip by Professor Pomerleau :

\usepackage[%
backend=biber,
     natbib=true,
     style=ieee,
     sorting=ydnt,
     sortcites=true,
     doi=false,
     url=false,
     isbn=false,
     eprint=false,
     firstinits=true,
     maxbibnames=6,
     defernumbers=true,
     hyperref ]{biblatex}

%\addbibresource[location=remote]{https://norlab.ulaval.ca/_bibliography/norlab.bib}
\addbibresource{norlab.bib}

You can then easily cite Norlab's articles :

\begin{document}
Norlab made an article about kilometer-scale autonomous navigation in subarctic forests~\cite{Baril2022}.
\end{document}
Clone this wiki locally