Git commit 7812952c85d2c3a8c6c68a6b2f222bfc1ff987ca by Burkhard Lück. Committed on 24/05/2018 at 04:57. Pushed by lueck into branch 'master'.
add info about default/custom annotations make it obvious that okular has more than the default annotations Differential Revision: https://phabricator.kde.org/D13072 M +4 -0 doc/index.docbook https://commits.kde.org/okular/7812952c85d2c3a8c6c68a6b2f222bfc1ff987ca diff --git a/doc/index.docbook b/doc/index.docbook index 23021369e..74c9f3830 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -727,6 +727,10 @@ Context menu actions like Rename Bookmarks etc.) </tbody> </tgroup> </informaltable> + <para>These are the default annotations provided by &okular;. Using the <link linkend="configannotations">Annotations page</link> of the configuration dialog + you can add your own annotations like custom stamps, text markup with <guilabel>Squiggle</guilabel> or <guilabel>Strike out</guilabel>, a geometrical shape + like a <guilabel>Rectangle</guilabel> with inner color to highlight regions &etc; + </para> <note> <para> It is possible to add &latex; code into the text of annotations. Please add <userinput>$$<replaceable>code</replaceable>$$</userinput> to the text of annotation, where <replaceable>code</replaceable> is any valid &latex; equation, and follow instructions on the screen to make it render by a &latex; distribution installed in your system.
