GeneralText not selectable in PDF Output

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
21did21
Posts: 58
Joined: Thu Sep 08, 2011 12:27 pm

Text not selectable in PDF Output

Post by 21did21 »

hello world !

i use texmaker to compil my pdf (picture in ps, so the compilation is ps=>DVI=>PDF)

my pdf is good except for one think:

=> i can't select the text

when i try to select one word (to copy and paste for example) the pdf bugg :(
for example my word disappear or all the text is selected

ps: i have send this pdf to some friends and for us they have to same problem only with my PDF...

do you know how i can correct this ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Text not selectable in PDF Output

Post by Stefan Kottwitz »

Hi,

you could use pdfLaTeX, which has some further benefits, also with .ps pictures. Include the epstopdf package for on-the-fly conversion of ps pictures:

Code: Select all

\usepackage{epstopdf}
Stefan
LaTeX.org admin
Post Reply