hyperref icon indicating copy to clipboard operation
hyperref copied to clipboard

Hypertext support for LaTeX

Results 75 hyperref issues
Sort by recently updated
recently updated
newest added

Together with the amsrefs package, the package backref causes an infinite rerun loop. Below is a kind of minimal example. amsrefs returns a warning for the cite syntax, but the...

For instance, given ```latex \section{bla}\label{sec:bla} ... \autoref{sec:bla} is where we discussed bla. ``` We'll obtain something along the lines of --- ## 2.1 bla ... [section 2.1](#bla) is where we...

## Brief outline of the bug In the NTG classes the contentsline for a Part in the rapport1.cls (similar to report) needs to produce the title of the Part in...

Instead of having hyperref color links with a box or changing the color of the text, it would be awesome to have a shaded area around links like this: ![image](https://user-images.githubusercontent.com/12236668/74045483-9b2eeb00-49ab-11ea-825d-280fb52b9694.png)

With pdflatex ``` \documentclass{article} \usepackage[T1]{fontenc} \usepackage[unicode]{hyperref} \begin{document} \section{A-section--with---hyphens} \section{A `section' with ``quotes''} \end{document} ``` produces this in .out file ``` \BOOKMARK [1][-]{section.1}{\376\377\000A\000-\000s\000e\000c\000t\000i\000o\000n\040\023\000w\000i\000t\000h\040\024\000h\000y\000p\000h\000e\000n\000s}{}% 1 \BOOKMARK [1][-]{section.2}{\376\377\000A\000\040\000`\000s\000e\000c\000t\000i\000o\000n\000'\000\040\000w\000i\000t\000h\000\040\000`\000`\000q\000u\000o\000t\000e\000s\000'\000'}{}% 2 ``` and one sees...

Currently, `hyperref`, at the time of first page break, uses `\PDF@FinishDoc` to set PDF info fields like `pdftitle` and make related options disable. After that, any key-val setting to options...

```latex \documentclass{article} \usepackage[T1]{fontenc} \usepackage{makeidx} \usepackage{hyperref} \makeindex \begin{document} % \index{a"|b}% error if this is uncommented \index{a"@b} \index{a""b} \index{a"!b} \printindex \end{document} ``` ![Capture d’écran 2019-11-17 à 20 58 01](https://user-images.githubusercontent.com/2589111/69013130-f63cdd00-097c-11ea-96ab-88ebc714ff34.png) But with the...

I am using `\documentclass[dvisvgm,hypertex]{beamer}` to produce slides that can run in the brower, as done in this [example](https://tex.stackexchange.com/questions/235139/using-the-animate-package-without-adobe). How can I change the link appearance when loading hyperref in this...

enhancement

### Problem reproduction This latex document produces error "Undefined control sequence: \\@pagerefstar" ```latex \documentclass{article} \usepackage[implicit=false]{hyperref} \begin{document} a\label{key} b\pageref*{key} \end{document} ``` While compiling, the following steps happen in turn (this may...

One would expect to be able to change the baseurl locally with it. But this doesn't work. ~~~~ \documentclass[12pt,a4paper]{article} \usepackage{l3pdf} \ExplSyntaxOn \pdf_uncompress: \ExplSyntaxOff \usepackage[ bookmarks, colorlinks, unicode, baseurl={https://www.latex-project.org}, ]{hyperref} \begin{document}...