[Okular-devel] [Bug 305592] New: pdf links generated with hyperref latex package do not work

Cássio cassiomartini at gmail.com
Wed Aug 22 11:52:08 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=305592

            Bug ID: 305592
          Severity: normal
           Version: 0.15.0
          Priority: NOR
          Assignee: okular-devel at kde.org
           Summary: pdf links generated with hyperref latex package do not
                    work
    Classification: Unclassified
                OS: Linux
          Reporter: cassiomartini at gmail.com
          Hardware: Archlinux Packages
            Status: UNCONFIRMED
         Component: PDF backend
           Product: okular

After generating a pdf via latex using the hyperref package the links do not
work within okular.

Reproducible: Always

Steps to Reproduce:
1. Generate a document using hyperref, example below:

-- cut here ---
\documentclass[a4paper]{article}
\usepackage{hyperref}

\begin{document}

\title{Test}

\maketitle

\section{Section 1}
\label{sec:1}

\section{Section 2}

Test \ref{sec:1}.

\end{document}
--- cut here ---

2. compile with pdflatex article.tex && pdflatex article.tex

3. open article.pdf with okular
Actual Results:  
links do not work

Expected Results:  
links should move the reader to the specified link.

I think this is a bug in okular because if I open the exact same pdf in evince
the links are working.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list