mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
3f8d9f760c
remove entities kappname, package, PDF - unused or already defined in kdoctools bum date + releaseinfo - is version 1.0 correct for 16.12? add missing shortcuts add 'Drawing Tool Configuration' remove appendix installation update man page - remove kde4 options + add qt5options+kf5options REVIEW:129326
117 lines
3.8 KiB
XML
117 lines
3.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
|
|
<!ENTITY % English "INCLUDE">
|
|
]>
|
|
|
|
<!-- Please keep this man page content in sync with Command Line Options sections of Okular handbook -->
|
|
<refentry lang="&language;">
|
|
<refentryinfo>
|
|
<title>Okular User's Manual</title>
|
|
<author><firstname>Yuri</firstname><surname>Chornoivan</surname>
|
|
<contrib>Okular man page.</contrib>
|
|
<email>yurchor@ukr.net</email></author>
|
|
<date>2016-11-04</date>
|
|
<releaseinfo>Okular 1.0</releaseinfo>
|
|
<productname>KDE Applications</productname>
|
|
</refentryinfo>
|
|
|
|
<refmeta>
|
|
<refentrytitle><command>okular</command></refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>okular</refname>
|
|
<refpurpose>a universal document viewer</refpurpose>
|
|
</refnamediv>
|
|
<!-- body begins here -->
|
|
<refsynopsisdiv id='synopsis'>
|
|
<cmdsynopsis>
|
|
<command>okular</command>
|
|
<arg choice="opt"><replaceable>Okular options</replaceable></arg>
|
|
<arg choice="opt"><replaceable>URL</replaceable></arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
|
|
<refsect1 id="description"><title>Description</title>
|
|
<para><command>okular</command>
|
|
is aimed to show documents in different formats.</para>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 id="options"><title>Okular options</title>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><option>-p, --page <replaceable>number</replaceable></option></term>
|
|
<listitem>
|
|
<para>Open a given page in the document.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--presentation</option></term>
|
|
<listitem>
|
|
<para>Start the document in presentation mode.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--print</option></term>
|
|
<listitem>
|
|
<para>Start with print dialog.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--unique</option></term>
|
|
<listitem>
|
|
<para>Unique instance control.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--noraise</option></term>
|
|
<listitem>
|
|
<para>Allows to prevent Okular window raising after the start.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 id="arguments"><title>Arguments</title>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><option>URL</option></term>
|
|
<listitem>
|
|
<para>An address of the document to be opened. For PDF, can be given as <replaceable>document_name</replaceable>#<replaceable>named_destination</replaceable> where <replaceable>named_destination</replaceable> is a particular named destination embedded in the document.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 id="feedback"><title>Feedback</title>
|
|
<para>On IRC, irc.freenode.net #okular or via email, okular-devel@kde.org or on the web, <<ulink url="http://okular.kde.org/">http://okular.kde.org/</ulink>></para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>See Also</title>
|
|
<simplelist>
|
|
<member>More detailed user documentation is available from <ulink
|
|
url="help:/okular">help:/okular</ulink>
|
|
(either enter this <acronym>URL</acronym> into &konqueror;, or run
|
|
<userinput><command>khelpcenter</command>
|
|
<parameter>help:/okular</parameter></userinput>).</member>
|
|
<member>kf5options(7)</member>
|
|
<member>qt5options(7)</member>
|
|
<member>There is also further information available at
|
|
<ulink url="http://okular.kde.org/">http://okular.kde.org/</ulink></member>
|
|
</simplelist>
|
|
</refsect1>
|
|
|
|
<refsect1 id="copyright"><title>Copyright</title>
|
|
<para>Copyright © 2002 Wilco Greven, Christophe Devriese</para>
|
|
<para>Copyright © 2004-2005 Enrico Ros</para>
|
|
<para>Copyright © 2005 Piotr Szymanski</para>
|
|
<para>Copyright © 2004-2012 Albert Astals Cid</para>
|
|
<para>Copyright © 2006-2009 Pino Toscano</para>
|
|
<para>License: GNU General Public Version 2 <<ulink url="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</ulink>></para>
|
|
</refsect1>
|
|
</refentry>
|
|
|