GNOME/ドキュメントビューア

提供: ArchWiki
2022年11月16日 (水) 14:11時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (→‎参照: リンクを削除)
ナビゲーションに移動 検索に移動

ドキュメントビューア は、特に以下のファイル形式をサポートするように設計されています。PDF, PostScript, DjVu, tiff, dvi, XPS, gedit による SyncTex サポート、コミックブック (cbr,cbz,cb7 と cbt)。サポートされるフォーマットの包括的なリストは、Supported Document Formatsを参照してください。

ドキュメントビューアはバックエンドライブラリとして poppler を使用します。

ノート: ドキュメントビューアは、サポートする言語ごとに新しい記述名を与えられるまで、Evince という名前で知られていました。Evince という名前は、実行ファイル名、パッケージ名、デスクトップエントリ、GSettings スキーマなど、多くの場所でまだ使用されています。

インストール

evince パッケージをインストールしてください。開発版は evince-gitAUR でインストールできます。Evince は依存パッケージとして gnome-desktop をインストールします。

スタンドアロン版は evince-no-gnomeAUR を、PDF しかサポートしていない軽量版は evince-lightAUR をインストールしてください。

トラブルシューティング

プリンターが表示されない

gtk3 パッケージをバージョン 3.22.26+47+g3a1a7135a2-1 以上にアップグレードしてください。旧バージョンの GTK+ 3 では、GTK+ のプリンターバックエンドは別のパッケージに分けられていました [1]

ズームインの上限

Evince のページキャッシュのサイズを増やすことでズームできるサイズを大きくできます。デフォルトでは 50MiB に設定されています。ページキャッシュサイズを増やすとズームイン時に Evince のメモリ使用量が増えるので注意してください。

以下のコマンドでページキャッシュサイズを1ギガバイトまで増加できます:

$ gsettings set org.gnome.Evince page-cache-size 'uint32 1000'

PDF のテキストが正しく表示されない

override-restrictions パラメータを false に設定してみてください:

$ gsettings set org.gnome.Evince override-restrictions false

SyncTeX で前方検索ができない

python-dbus がインストールされていることを確認してください。パッケージをインストールすれば ctrl+click が使えるようになるはずです。

WebP comic book support

Some comic books files (cbr, cbz etc.) use WebP images. Install webp-pixbuf-loader for WebP comic book support.

Annotations

Certain annotations created with Adobe Acrobat Reader are not displayed correctly. For annotations of type "insert text at cursor position" and "notice to replace text" only the visual part is displayed, while the text content of the comment appears wrongly to be empty. There currently is no solution for this problem.

Tips and Tricks

Annotation handling

Evince v3.31.0 adds keyboard hotkeys s for adding note text annotations and Ctrl+h for adding a highlight text annotation.

The default author for note text animations is equal to the GECOS comment for the current user, to change this:

# usermod -c "Your full new Real Name" yourusername

Use as default PDF viewer

To set the default association for xdg-open,

$ xdg-mime default org.gnome.Evince.desktop application/pdf

Other resource openers can be configured similarly.

参照