Henri Menke <mailto:henrime...@gmail.com>
5. August 2016 um 17:40
Dear list,

\pdfactualtext behaves oddly when the argument is \char.

\starttext
\pdfactualtext{\char`A}{B}
\stoptext

In the example, the actual text in the PDF is »A« even though it should be »B«. If I just use \pdfactualtext{A}{B} it works fine.
You need a space after the "A".

\starttext
\pdfactualtext{\char`A }{B}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to