Merge pull request #1270 from nextcloud/alternative-approach-for-gifs

Only render gif in HTML
This commit is contained in:
Morris Jobke 2019-02-20 08:47:13 +01:00 committed by GitHub
commit 38c8dfe34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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**)