私のPDFでは、視聴者がマウスを使用できないようになっています

私のPDFでは、視聴者がマウスを使用できないようになっています

PDFTeX は私の文書を 2 列にタイプセットします。残念ながら、PDF を開くと、マウスで 1 列のテキストを選択できず、左と右のテキストが交互に表示されるため、意味がありません。

説明する:

Here is some text      Here is some text
in the left column.    in the right column.
It speaks of           It speaks of
leftward things.       rightward things.

左側のテキストに興味を持った人は、マウスでそれをハイライト表示しようとします (たとえば、電子メールにコピーするため)。残念ながら、マウスが拾ったのは次のようになります。

ここにテキストがあります ここに左の列にテキストがあります。 右の列にテキストがあります。 それは左向きの事柄について語っています。 右向きの事柄について語っています。

当然ながら、これは私の聴衆を苛立たせます。

解決策は?

さらに詳しい情報

report私はモードでLaTeX のクラスを使用しています\twocolumn。使用されているパッケージはおそらく私の質問とは関係ありませんが、次のようになります: ifthen; graphicx; amsmath; caption; hyperref。

私の問題が TeX の問題なのか、LaTeX の問題なのか、DVI の問題なのか (しかし、PDFTeX は DVI を使用するのでしょうか?)、あるいは PDFTeX の問題なのかはわかりません。実際のところ、の代わりにとlatexを使用しても問題が発生するため、これは PDFTeX の問題ではないと思います。dvipdfpdflatex

私の聴衆は TeX についてほとんど、あるいはまったく知らないので、聴衆に LaTeX ソースを提供しても何の役にも立ちません。マウスの問題は、Microsoft Word を使用すればよかったと文句を言うだけです。もちろん、私は Microsoft Word を使用したくありません。

アップデート

PDFリーダーEvinceの開発者が、ここにコメントを寄せてくれました。彼は、答えそういうことだが、彼のコメントとても読む価値があります。彼のコメントは、この質問の下と、以下の承認された回答の下の両方で @gpoo という名前で見つかります。

(回答者は他のソフトウェアを好むと述べているので、私自身はむしろ Evince が好きだということを述べておきます。実際、私は Evince と通常関連付けられる GNOME を使用していないにもかかわらず、Evince を使用しています。)

以下に退屈な例を示します。これを PDF にコンパイルし、PDF を開いて、マウスで左の列からテキストをコピーしようとしても、機能しません。なぜでしょうか?

\documentclass[twocolumn]{article}
\begin{document}
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.

\section{First}

  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.

  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.

  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.

\section{second}

  Here is some text. Here is more text.

  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
  Here is some text. Here is more text.
\end{document}

答え1

これはビューアの問題です。Adobe Reader、Skim、Preview はすべて、予想どおり最初の列を取得します。この問題は、Evince と Okular の古いバージョンでのみ再現できます。どちらのビューアも最新バージョンは持っていませんが、@Christian Hupfer と @gpoo が Okular と Evince の最新バージョンをテストし、どちらも正常に動作することを確認済みです。他の理由から、私はずっと以前から Evince は使用すべきではないと結論付けています。Windows 95 以来、これほど頻繁にクラッシュするソフトウェアは見たことがありません。

関連情報