Tagged Questions
3
votes
1answer
221 views
Create alternative uppercase text automatically with accsupp
This is a follow-up question to Is it possible to provide alternative text to use when copying text from the PDF?.
I am essentially trying to redefine textsc/scshape in order to use accsupp ...
45
votes
1answer
2k views
Small-caps, old-style numbers, and some ligatures produce odd symbols in PDF copy text?
This is a problem I've had consistently with XeLaTeX. Here's a small example:
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX,Numbers={OldStyle,Proportional}]{Minion Pro}
...