mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Merge pull request #1266 from nextcloud/fix-user-manual
Convert gif inside PDF build process to PNGs
This commit is contained in:
@@ -183,7 +183,10 @@ latex_elements = {
|
||||
#'pointsize': '10pt',
|
||||
|
||||
# Additional stuff for the LaTeX preamble.
|
||||
#'preamble': '',
|
||||
'preamble': '\usepackage{epstopdf}\
|
||||
\
|
||||
\epstopdfDeclareGraphicsRule{.gif}{png}{.png}{convert gif:#1 png:\OutputFile}\
|
||||
\AppendGraphicsExtensions{.gif}',
|
||||
}
|
||||
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
|
||||
Reference in New Issue
Block a user