.. _element-app: ===== Mandatory attributes: 1. ``@id`` (See :ref:`id-attribution-tips`) +-----------------+--------------------+ | Appears in | Frenquency | +=================+====================+ | ```` | Zero or more times | +-----------------+--------------------+ Used to indicate an appendix to the document. The element :ref:`element-label` or ```` could be present to describe the title of the appendix. The element ``<app-group>`` must always be used to group the ``<app>`` element even if there is only one occurrence of it. .. note:: According to :term:`NISO JATS Journal Archiving DTD` specifications, one of :ref:`element-label` or ``<title>`` should be available in ``<app>`` Examples: * :ref:`element-app-example-1` * :ref:`element-app-example-2` * :ref:`element-app-example-3` * :ref:`element-app-example-4` * :ref:`element-app-example-5` * :ref:`element-app-example-6` .. _element-app-example-1: Example of an appendix with text -------------------------------- .. code-block:: xml ... <app-group> <app id="app01"> <label>Appendix</label> <p>Vivamus fermentum elit et pellentesque iaculis. Curabitur egestas rhoncus purus quis iaculis. Sed laoreet id leo eu tristique. Etiam hendrerit nibh in tincidunt mattis. Sed et volutpat nulla, eget semper tellus. Nullam imperdiet fringilla diam, nec mollis elit sagittis a. Nam euismod sagittis posuere.</p> </app> </app-group> ... .. _element-app-example-2: Example of an appendix with an image (photograph, figure, table, painting, equation, etc) ----------------------------------------------------------------------------------------- .. code-block:: xml ... <app-group> <app id="app01"> <label>Appendix 1</label> <title>Picture of a square ... .. _element-app-example-3: Example of an appendix with an external link -------------------------------------------- .. code-block:: xml ...

For more information, see click here.

... .. _element-app-example-4: Example of an appendix with a table ----------------------------------- .. code-block:: xml ... Table Title
xxxxx xxxxx xxxxxx
xxxxx xxxx xxxx
... .. _element-app-example-5: Example of an appendix with mixed content (figure and table) ------------------------------------------------------------ .. code-block:: xml ... Picture of a square Table Title
xxxxx xxxxx xxxxxx
xxxxx xxxx xxxx
... .. _element-app-example-6: Example of an appendix with a video ----------------------------------- .. code-block:: xml ... ... .. {"reviewed_on": "20191011", "by": "mathieu.pigeon@erudit.org"}