Tagged Questions
12
votes
1answer
244 views
Hyphens at end of line disappear upon pasting, even if they were present in the input
When I paste text from pdflatex output, there are two things about hyphens that I would like to change:
Hyphens paste as "hyphen-minus" (U+002D, "-"), but I would prefer the newer Unicode character ...
1
vote
1answer
116 views
How do I paste codepoints outside of the basic multilingual plane with accsupp or \pdfglyphtounicode?
As described in the answers to this question, the accsupp package can be used to have symbols paste as arbitrary Unicode codepoints. For example you might want to write something like the following, ...
5
votes
1answer
347 views
How to make slash (/) paste with correct Unicode codepoint depending on context?
Unicode offers different characters for the slash:
U+002F (/) for the ordinary slash
U+2215 (∕) for the mathematical division operator
U+2044 (⁄) to designate vulgar fractions
How can I have these ...
13
votes
2answers
380 views
How to fix missing or incorrect mappings from glyphtounicode.tex
glyphtounicode.tex has been described as the best solution for generating copy-and-pasteable symbols. However, I find that various symbols that I need to use do not paste as the appropriate Unicode ...
5
votes
1answer
133 views
pasting small circled (\textcircled) letters leads to incorrect (reversed) Unicode codepoint sequence for combining circle
When I try to circle a small letter, compile (using glyphtounicode.tex), and then paste the resulting text, the combining circle (U+20DD) appears before the letter (here: "b") even though it, being a ...