basic start of the section about annotations; spell checking

svn path=/trunk/playground/graphics/doc/okular/; revision=597278
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent fe0e06e54c
commit 40edc361cd
  1. 60
      doc/index.docbook

@ -55,7 +55,7 @@
</bookinfo> </bookinfo>
<chapter id="introduction"> <chapter id="introduction">
<title>Introduction</title> <title>Introduction</title>
<para>&okular; is a &kde; univeral document viewer based on the code of the &kpdf; application. <para>&okular; is a &kde; universal document viewer based on the code of the &kpdf; application.
Although being based on &kpdf; code, &okular; has some unique features such as overview mode, Although being based on &kpdf; code, &okular; has some unique features such as overview mode,
improved presentation support and annotation support. improved presentation support and annotation support.
</para> </para>
@ -213,11 +213,11 @@
</chapter> </chapter>
<chapter id="advanced"> <chapter id="advanced">
<title>Advanced Features</title> <title>&okular; Advanced Features</title>
<sect1 id="embedded-files"> <sect1 id="embedded-files">
<title>Embedded Files</title> <title>Embedded Files</title>
<para> <para>
If the current document has some files embedded in it, when opened a yellow bar If the current document has some files embedded in it, when you open it a yellow bar
will appear above the page view to notify you about the embedded files. will appear above the page view to notify you about the embedded files.
</para> </para>
<screenshot> <screenshot>
@ -241,8 +241,53 @@
<sect1 id="annotations"> <sect1 id="annotations">
<title>Annotations</title> <title>Annotations</title>
<para> <para>
TODO... &okular; allows you to review and annotate your documents.
</para> </para>
<sect2 id="annotations-add">
<title>Adding annotations</title>
<para>
To add some annotations to the document, you have to activate the annotating toolbar.
This is done by either slecting
<menuchoice><guimenu>Tools</guimenu><guimenuitem>Review</guimenuitem></menuchoice> or
pressing <keycap>F6</keycap>. Once you have the annotating toolbar, just press one of
its buttons to start constructing that anotation.
</para>
<para>
You can stop the construction any time by pressing again on the button of the
annotation you are constructing.
</para>
</sect2>
<sect2 id="annotations-remove">
<title>Removing annotations</title>
<para>
To remove an annotation, just click on it with the &RMB;, and select
<guimenuiem>Remove</guimenuitem>.
</para>
<para>
When removing the annotation, its window will be closed if open.
</para>
<note>
<para>
This option could not be enabled because the document does not allow removing
annotations.
</para>
</note>
</sect2>
<sect2 id="annotations-edit">
<title>Editing annotations</title>
<para>
To edit an annotation, click on it with the &RMB; and select
<guimenuiem>Properties...</guimenuitem>. A dialog will appear with the general
annotation settings (like color and opacity, author, &etc;) and the settings specific
to that annotation type.
</para>
<note>
<para>
Depending on the document permissions (typically &PDF; documents), some options can
be disabled.
</para>
</note>
</sect2>
</sect1> </sect1>
</chapter> </chapter>
@ -522,7 +567,7 @@
</menuchoice> </menuchoice>
</term> </term>
<listitem> <listitem>
<para><action>Changes the size of the paper</action> fo the pages of the <para><action>Changes the size of the paper</action> of the pages of the
document.</para> document.</para>
<note><para>This submenu is active only if the current type of document <note><para>This submenu is active only if the current type of document
supports different paper sizes.</para></note> supports different paper sizes.</para></note>
@ -686,6 +731,7 @@
<varlistentry> <varlistentry>
<term> <term>
<menuchoice> <menuchoice>
<shortcut><keycombo><keycap>F6</keycap></keycombo></shortcut>
<guimenu>Tools</guimenu> <guimenu>Tools</guimenu>
<guimenuitem>Text Selection Tool</guimenuitem> <guimenuitem>Text Selection Tool</guimenuitem>
</menuchoice> </menuchoice>
@ -860,7 +906,7 @@
</mediaobject> </mediaobject>
</screenshot> </screenshot>
<para> <para>
Depending on the current installed backends, the <menuchoice><guimenu>Settings</guimenu> Depending on the currently installed backends, the <menuchoice><guimenu>Settings</guimenu>
<guimenuitem>Configure Backends...</guimenuitem></menuchoice> menu item could be enabled. <guimenuitem>Configure Backends...</guimenuitem></menuchoice> menu item could be enabled.
This particular configuration dialogue holds the configurations of the backends that can This particular configuration dialogue holds the configurations of the backends that can
actually be configured. actually be configured.
@ -926,7 +972,7 @@
<listitem> <listitem>
<para>Whether &okular; should ask the user which generator to use in case of more <para>Whether &okular; should ask the user which generator to use in case of more
than one generator able to open the current file. If unchecked, &okular; will than one generator able to open the current file. If unchecked, &okular; will
use the generaor with the highest priority.</para> use the generator with the highest priority.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

Loading…
Cancel
Save