From 34cb47bdbf72c9004bbe693d15c10b509135e692 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 19 Feb 2019 10:18:58 +0100 Subject: [PATCH] Only render gif in HTML Signed-off-by: Morris Jobke --- user_manual/conf.py | 5 +---- user_manual/pim/calendar.rst | 12 +++++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/user_manual/conf.py b/user_manual/conf.py index 4901e80c4..d3cc349b2 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -183,10 +183,7 @@ latex_elements = { #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -'preamble': '\usepackage{epstopdf}\ -\ -\epstopdfDeclareGraphicsRule{.gif}{png}{.png}{convert gif:#1 png:\OutputFile}\ -\AppendGraphicsExtensions{.gif}', +#'preamble': '', } # Grouping the document tree into LaTeX files. List of tuples diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst index 4ed3d9672..78dbaab95 100644 --- a/user_manual/pim/calendar.rst +++ b/user_manual/pim/calendar.rst @@ -42,7 +42,9 @@ Create a new Calendar If you plan to setup a new calendar without transferring any old data from your previous calendar, creating a new calendar is the way you should go. -.. figure:: images/calendar_create.gif +.. only:: html + + .. figure:: images/calendar_create.gif 1. Click on ``+ New Calendar`` in the left sidebar. @@ -96,11 +98,15 @@ Events can be created by clicking in the area when the event is scheduled. In the day- and week-view of the calendar you just click, pull and left your cursor over the area when the event is taking place. -.. figure:: images/calendar_new-event_week.gif +.. only:: html + + .. figure:: images/calendar_new-event_week.gif The month-view only requires a single click into the area of the specific day. -.. figure:: images/calendar_new-event_month.gif +.. only:: html + + .. figure:: images/calendar_new-event_month.gif After that, you can type in the events name (e.g. **Meeting with Lukas**), choose the calendar in which you want to choose the event (e.g. **Personal**, **Work**)