diff options
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r-- | manual/preamble.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 1027a99b36..5394c63bf1 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex | |||
@@ -157,6 +157,13 @@ | |||
157 | % \specimg or \seriesimg are possible options set in the platform files | 157 | % \specimg or \seriesimg are possible options set in the platform files |
158 | % Files will be used in the following order: 1.filename contains \specimg part | 158 | % Files will be used in the following order: 1.filename contains \specimg part |
159 | % 2. filename contains \seriesimg part, 3. filename without the third part | 159 | % 2. filename contains \seriesimg part, 3. filename without the third part |
160 | |||
161 | % set seriesimg if it isn't defined in the platform file to not break manuals | ||
162 | \ifdefined\seriesimg | ||
163 | \else | ||
164 | \newcommand{\seriesimg}{\specimg} | ||
165 | \fi | ||
166 | |||
160 | \newcommand{\screenshot}[3]{ | 167 | \newcommand{\screenshot}[3]{ |
161 | \begin{figure}[H] | 168 | \begin{figure}[H] |
162 | \begin{center} | 169 | \begin{center} |