Tagged Questions
2
votes
1answer
140 views
UTF-8 characters not displayed with xelatex (pandoc)
I'm using XeLaTeX with pandoc to generate PDFs from markdown files: but the "⇒" character (UTF8) does not get correctly generated (it's not show in the output file). Is it possible to get the "⇒" ...
0
votes
0answers
94 views
The spaces in a URL are wrongly encoded [closed]
My browser fails to navigate when I click the hyperlink on the produced PDF.
\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{"a b c.tex"}
one
two
\end{filecontents*}
...
4
votes
1answer
221 views
Does anyone know what a cmap file has to look like
This may be an off-topic fringe case, but I need it for pdftex...
I made an encoding QS7 for ASCII+Greek and now the only thing missing is a CMAP file to enable copying text from acroread.
I made ...
