summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex b/Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex
new file mode 100644
index 00000000000..a67bd05fa5b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/skb/user-guide/repository/manual/figures2.tex
@@ -0,0 +1,16 @@
+\opt{note}{\skbheading{Figures, Multiinclude}}
+
+The last option for the macro \cmd{\skbfigure} is called \skbem[code]{multiinclude}.
+It can be used with the beamer package to realise animations by loading a series of
+images and showing them in sequence with or without overlaying. If used, this
+option will overwrite all other options resulting in a simple call to
+\cmd{multiinclude} within a resised box. One can use all standard multiinclude
+paramters with \cmd{\skbfigure}, just omit the enclosing brackets. For instance, if you
+want to use multiinclude on the \skbem[code]{myfig} with the options \skbem[code]{<+->} call
+\begin{lstlisting}
+ \skbfigure[multiinclude=+-]{myfig}
+\end{lstlisting}
+
+The figure size will be automatically set to \cmd{\textwidth} and the height to \skbem[code]{!}.
+The start of the multiinclude is fixed to be 0, the format is PDF. For more informatio on how to
+use multiinclude please refer to mpmulti and beamer packages. \ No newline at end of file