Search found 3 matches

by wasabi
Thu Jun 26, 2014 6:35 am
Forum: MiKTeX and proTeXt
Topic: Hyperref pointing to incorrect object
Replies: 1
Views: 3450

Hyperref pointing to incorrect object

I am running Texmaker (latest version, with MikTeX 2.9) on Windows. I have the following code (an MWE, obviously):
\documentclass[12pt]{book}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage[backref=page,dvipdfm,colorlinks=false,bookmarksopen=true,breaklinks=true]{hyperref}
\begin{document ...
by wasabi
Wed Jun 25, 2014 8:44 pm
Forum: BibTeX, biblatex and biber
Topic: citation in an Enumerate is backref'ed with index, not page
Replies: 2
Views: 7048

Re: citation in an Enumerate is backref'ed with index, not p

Sorry for the late reply, but I found a solution. Since what I wanted was a pageref, setting the hyperref option to [backref=page] solved the issue.
by wasabi
Sat Jun 21, 2014 4:43 am
Forum: BibTeX, biblatex and biber
Topic: citation in an Enumerate is backref'ed with index, not page
Replies: 2
Views: 7048

citation in an Enumerate is backref'ed with index, not page

I have the following text:

\begin{enumerate}
\item bla
\item blabla
\item Quando o material termoplástico resfria, este endurece, desenvolvendo aderência entre o aço e o concreto, agora comprimido. \cite{Leonhardt}
\end{enumerate}
This section happens in what ends up being page 12. Now, when the ...