Skip to content
Snippets Groups Projects
docbookSnippets.xml 4.81 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.1" xml:id="snippets" xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         xmlns:trans="http://docbook.org/ns/transclusion"
         xmlns:svg="http://www.w3.org/2000/svg"
         xmlns:m="http://www.w3.org/1998/Math/MathML"
         xmlns:html="http://www.w3.org/1999/xhtml"
         xmlns:db="http://docbook.org/ns/docbook">
  <title>Useful snippets</title>

  <section xml:id="sect_Figure">
    <title>Figures</title>

    <figure xml:id="_fig_media">
      <title/>

      <mediaobject>
        <imageobject>
          <imagedata fileref="???"/>
        </imageobject>
      </mediaobject>
    </figure>

Goik Martin's avatar
Goik Martin committed
    <figure xml:id="_fig_para">
      <title/>

      <para/>
    </figure>

Goik Martin's avatar
Goik Martin committed
    <figure xml:id="_fig_specialSymbols">
      <title>Symbols</title>

Goik Martin's avatar
Goik Martin committed
      <para>Symbols 😟 test 😱</para>
Goik Martin's avatar
Goik Martin committed
    </figure>

    <figure xml:id="_fig_listing">
      <title/>

      <programlisting language="none">http://www.utf8-chartable.de/unicode-utf8-table.pl?start=9472&amp;unicodeinhtml=dec

<emphasis role="red"></emphasis>  <emphasis role="red"></emphasis> <emphasis
          role="red"><emphasis role="red"></emphasis> </emphasis><emphasis
          role="red"></emphasis>
   <emphasis role="red"></emphasis>
<emphasis role="red">◀━━╋━━━▶</emphasis>
<emphasis role="red"></emphasis>  <emphasis role="red"></emphasis>   <emphasis
          role="red"></emphasis>
<emphasis role="red"></emphasis>  <emphasis role="red"></emphasis>  <emphasis
          role="red"></emphasis><emphasis role="red"></emphasis>

<emphasis role="red">┗━━━━━━━━━━━━━┓</emphasis>

<emphasis role="red">┏━━━━━━━━━━━━━<emphasis role="red"></emphasis></emphasis>

http://xahlee.info/comp/unicode_drawing_shapes.html <co xml:id="dummy"/>


</programlisting>

      <calloutlist role="slideExclude">
        <callout arearefs="dummy">
          <para/>
        </callout>
      </calloutlist>
Goik Martin's avatar
Goik Martin committed
        <para>The preceding <tag class="starttag" role="red">calloutlist role
        = "slideExclude"</tag> excludes the whole block from appearing in
        slides.</para>
      </note>
    </figure>
  </section>

  <section xml:id="sect_Table">
    <title>Tables</title>

    <glosslist>
      <glossentry>
        <glossterm>Framed table</glossterm>

        <glossdef>
          <informaltable border="1">
            <tr>
              <td valign="top"/>

              <td valign="top"/>
            </tr>
          </informaltable>
        </glossdef>
      </glossentry>

      <glossentry>
        <glossterm>Framed table including head line</glossterm>

        <glossdef>
          <informaltable border="1">
            <tr>
              <th/>

              <th/>
            </tr>

            <tr>
              <td valign="top"/>

              <td valign="top"/>
            </tr>
          </informaltable>
        </glossdef>
      </glossentry>

      <glossentry>
        <glossterm>Frame less table</glossterm>

        <glossdef>
          <informaltable border="0">
            <tr>
              <td valign="top"/>

              <td valign="top"/>
            </tr>
          </informaltable>
        </glossdef>
      </glossentry>

      <glossentry>
        <glossterm>Unframed table including head line</glossterm>

        <glossdef>
          <informaltable border="0">
            <tr>
              <th/>

              <th/>
            </tr>

            <tr>
              <td valign="top"/>

              <td valign="top"/>
            </tr>
          </informaltable>
        </glossdef>
      </glossentry>

      <glossentry>
        <glossterm>Annotation</glossterm>

        <glossdef>
          <annotation role="make">
            <para role="eclipse">Sd1/Filepath</para>
          </annotation>
        </glossdef>
      </glossentry>
    </glosslist>
  </section>

Goik Martin's avatar
Goik Martin committed
  <section xml:id="sect_qanda">
    <title><acronym>Quandasets</acronym></title>

    <qandaset defaultlabel="qanda" xml:id="_qanda">
      <title/>

      <qandadiv>
        <qandaentry>
          <question>
            <para/>
          </question>
        </qandaentry>
      </qandadiv>
    </qandaset>
  </section>

  <section xml:id="sect_Misc">
    <title>Misc</title>

    <qandaset defaultlabel="qanda" xml:id="qanda_">
      <title>X</title>

      <qandadiv>
        <qandaentry>
          <question>
            <para/>
          </question>

          <answer>
            <annotation role="make">
              <para role="eclipse">Sd1/leapYear</para>
            </annotation>
          </answer>
        </qandaentry>
      </qandadiv>
    </qandaset>
  </section>
</chapter>