View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000840 | luatex | luatex bug | public | 2013-07-02 17:54 | 2015-11-03 09:26 |
Reporter | jmfernandez | Assigned To | Hans Hagen | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.70.1 | ||||
Fixed in Version | 0.85.0 | ||||
Summary | 0000840: Hyperlinks wrongly placed if resized | ||||
Description | Hyperlinks are wrongly placed if declared inside a \resizebox (or similar command from graphics package): they are not on the text but vertically shifted | ||||
Steps To Reproduce | Compile with lualatex next document (also in the attachment): \documentclass[a4paper]{article} \usepackage{ifxetex} \usepackage{ifluatex} \ifxetex \usepackage{fontspec} \usepackage{xunicode} \fi \ifluatex \usepackage{fontspec} \usepackage{xunicode} \fi \usepackage{hyperref} \usepackage{graphics} \begin{document} \label{Caracola}Hola caracola \newpage \resizebox{.4\linewidth}{!}{ \Huge \hyperref[Caracola]{Jump} } \end{document} | ||||
Additional Information | If you compile the same document with xelatex or pdflatex, hyperlinks are placed in the right place. This bug may be related to 0000770 bug | ||||
Tags | No tags attached. | ||||
|
prueba.tex (370 bytes)
\documentclass[a4paper]{article} \usepackage{ifxetex} \usepackage{ifluatex} \ifxetex \usepackage{fontspec} \usepackage{xunicode} \fi \ifluatex \usepackage{fontspec} \usepackage{xunicode} \fi \usepackage{hyperref} \usepackage{graphics} \begin{document} \label{Caracola}Hola caracola \newpage \resizebox{.4\linewidth}{!}{ \Huge \hyperref[Caracola]{Jump} } \end{document} |
|
Tested with LuaTeX 0.74.1 and 0.76, TeXLive 2012 and a fresh TeXLive 2013 installation |
|
Similar situation is reported at TeX-SE: http://tex.stackexchange.com/questions/121327/shifted-hyperlink-with-includestandalone |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-02 17:54 | jmfernandez | New Issue | |
2013-07-02 17:54 | jmfernandez | File Added: prueba.tex | |
2013-07-02 17:55 | jmfernandez | Note Added: 0001102 | |
2013-07-20 12:47 | knut | Note Added: 0001110 | |
2015-11-03 09:26 | Hans Hagen | Assigned To | => Hans Hagen |
2015-11-03 09:26 | Hans Hagen | Status | new => assigned |
2015-11-03 09:26 | Hans Hagen | Status | assigned => closed |
2015-11-03 09:26 | Hans Hagen | Resolution | open => fixed |
2015-11-03 09:26 | Hans Hagen | Fixed in Version | => 0.85.0 |