Skip to content
Snippets Groups Projects
Commit aa359f59 authored by Goik Martin's avatar Goik Martin
Browse files

Moving to »Templates« for better usability

parent 480dcce8
No related branches found
No related tags found
No related merge requests found
<?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>
<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>
</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>
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment