Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyperlinks don't work in the PDF Preview #126

Open
b-trav opened this issue Nov 15, 2019 · 0 comments
Open

hyperlinks don't work in the PDF Preview #126

b-trav opened this issue Nov 15, 2019 · 0 comments
Labels

Comments

@b-trav
Copy link
Contributor

b-trav commented Nov 15, 2019

If I compile the following:

\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)

@ktaletsk ktaletsk added the bug label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants