开发者

Selection in PDF files

开发者 https://www.devze.com 2023-01-14 16:41 出处:网络
I\'m working on an ebook conversion script. When I create a PDF file using emacs ps-print-buffer-with-faces and then ps2pdf, I can select the words one by one on my ebook (Sony PRS 600). Same when I

I'm working on an ebook conversion script.

When I create a PDF file using emacs ps-print-buffer-with-faces and then ps2pdf, I can select the words one by one on my ebook (Sony PRS 600). Same when I use Microsoft Word to print to PD开发者_StackOverflowF.

Yet, when I create a PDF using pdflatex, or latex -> dvips -> ps2pdf, I can't select but blocks of words, separated by punctuation signs.

It seems that there is something in the structure of the PDF files generated by latex that ebooks don't understand -- but what?

Do you know a switch to tell latex to behave properly, or a workaround?

Thanks!

CFP.


Latex doesn't use a white space character to separate words. That's the problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消