You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass[a4paper]{article}
\usepackage{hyperref}
\usepackage[backend=biber]{biblatex}
\begin{document}
\section{First Section}\label{first}
Here is a reference to section two.\ref{second}
\newpage\section{Second Section}\label{second}
Here is a reference to section one.\ref{first}
\end{document}
The hyperlinks do not work in the PDF viewer, however, if I open the pdf file in Jupyterlab, then the hyperlinks work as expected.
(NB, I needed to add the biblatex line, and create an empty *.bib file because of issue #122)
The text was updated successfully, but these errors were encountered:
If I compile the following:
The hyperlinks do not work in the PDF viewer, however, if I open the pdf file in Jupyterlab, then the hyperlinks work as expected.
(NB, I needed to add the biblatex line, and create an empty *.bib file because of issue #122)
The text was updated successfully, but these errors were encountered: