File: textselection.page

package info (click to toggle)
papers 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,096 kB
  • sloc: ansic: 38,478; sh: 195; xml: 127; makefile: 117
file content (40 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="textselection">

  <info>
    <link type="guide" xref="index#faq"/>
    <desc>When you copy text, the text that is pasted might be different from what you had selected.</desc>

    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>Why didn't the text I selected copy properly?</title>


<p>
If you highlight and copy text from a document using <app>Papers</app> and then paste it into another
application, the formatting may alter.  It may also contain different characters than the original selection. This often happens when copying text from a PDF document with multiple columns.
</p>


 <p>
  This problem happens because of how some document formats handle text.
  The actual text in the document is stored differently from the way it is
  displayed. This may result in a copy that does not appear as expected.
 </p>

 <p>
  Unfortunately, there is no real way of fixing this problem. Copying
  less text at a time, or copying the text into a text editor (like <app>gedit</app>) may minimize the problem.
  </p>

</page>