.. _rendering: ``slidie`` command ================== The ``slidie`` command is used to build a slide show from a set of source SVG files. Usage is as follows:: $ slidie [SOURCE ...] [--output OUTPUT] If the source is omitted, Slidie will look for slide SVGs in the current directory. Otherwise, the source can be a directory name (containing :ref:`numbered ` SVG files) or an explicit list of SVG files (which need not be numbered and will be combined in the order given). .. tip:: The ability to specify individual SVG files to render can be useful when you're iterating on one slide within a much larger slide show. This way you can avoid recompiling every slide. The output filename defaults to ``out.xhtml`` and the extension chosen controls the output format produced. Supported extensions are ``.xhtml``, ``.pdf`` and ``.png``. See the sections below for details of the various formats. .. _rendering-formats: Supported output formats ------------------------ Slidie supports several output formats suitable for different purposes: :ref:`XHTML ` A standalone, single-file, fully-offline browser-based slide viewer application. The most feature complete output format. Also includes utilities such as a presenter view. :ref:`PDF ` A bog-standard PDF file, universally viewable and good for public distribution. Lacks support for more dynamic content (e.g. videos). :ref:`PNG ` Simple (bitmap) image files, one per slide. Useful for importing into (e.g.) video editors or other forms. Obviously lacks selectable/searchable text as well as support for more dynamic content (e.g. videos). +----------------------------------------+------------+------------+------------+ | Feature | XHTML | PDF | PNG | +========================================+============+============+============+ | Static SVG graphics | ✔ [#f1]_ | ✔ | ✔ | +----------------------------------------+------------+------------+------------+ | Embedded fonts | ✔ | ✔ | ✔ | +----------------------------------------+------------+------------+------------+ | Importable into other tools | -- | ✔ | ✔ | +----------------------------------------+------------+------------+------------+ | Slide :ref:`builds ` | ✔ | ✔ | ✔ | +----------------------------------------+------------+------------+------------+ | :ref:`Hyperlinks ` | ✔ | ✔ | -- | | (including between slides) | | | | +----------------------------------------+------------+------------+------------+ | :ref:`Presenter view ` | ✔ | -- | -- | +----------------------------------------+------------+------------+------------+ | :ref:`Speaker notes ` | ✔ | -- [#f2]_ | -- | +----------------------------------------+------------+------------+------------+ | :ref:`Video