<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - wrong spaces in text"
href="https://bugs.freedesktop.org/show_bug.cgi?id=28362#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - wrong spaces in text"
href="https://bugs.freedesktop.org/show_bug.cgi?id=28362">bug 28362</a>
from <span class="vcard"><a class="email" href="mailto:gpoo@gnome.org" title="Germán Poo-Caamaño <gpoo@gnome.org>"> <span class="fn">Germán Poo-Caamaño</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=139972" name="attach_139972" title="pdf test case">attachment 139972</a> <a href="attachment.cgi?id=139972&action=edit" title="pdf test case">[details]</a></span>
pdf test case
A simpler example is (from <a href="https://gitlab.gnome.org/GNOME/evince/issues/111">https://gitlab.gnome.org/GNOME/evince/issues/111</a>)
is:
\documentclass{article}
\begin{document}
TODO
$TODO$
\end{document}
which pdftotext extracts as:
-------
TODO
T ODO
1
-------
A consequence is that searching for 'TODO' only finds the first line, but there
is not match for the second one.
Even more, Poppler-glib (cairo backend), the second TODO is rendered with a
slight space between T and O. Acroread and Foxit renders the text as expected,
and find both lines when searching for 'TODO'.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>