version 1.2 - JDB:

- added examples for background color in tables
    - added examples for variablelists

Signed-off-by:  Jeff Brown <jeffdb@us.ibm.com>
master
jeffdbrown 6 years ago
parent b74af890cf
commit 5116ba04dd

@ -91,7 +91,7 @@
<revhistory>
<!-- TODO: Set the initial version information and clear any old information out -->
<revision>
<date>2018-04-07</date>
<date>2018-04-11</date>
<revdescription>
<para>Version 1.2 updates:
<itemizedlist spacing="compact">
@ -101,6 +101,9 @@
<listitem>
<para>Add a section on document packaging for publish in the Publishing OpenPOWER Documents section.</para>
</listitem>
<listitem>
<para>Add examples for background color in tables, and variablelists.</para>
</listitem>
</itemizedlist></para>
</revdescription>
</revision>

@ -19,7 +19,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples">
<!-- Chapter Title goes here. -->
<title>Documentation examples</title>

<section>
<title>Section Title goes here</title>
@ -80,6 +80,22 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples">
</listitem>
</orderedlist>
</section>
<section>
<title>Example variable list</title>
<para>
One of my favorite list types for formating items with definitions is called a variablelist.
Here is an example with an embedded variablelist.</para>
<variablelist>
<varlistentry><term>Kirk</term><listitem><para>Captain</para></listitem></varlistentry>
<varlistentry><term>Crew</term><listitem><para>Members</para>
<variablelist spacing='compact'>
<varlistentry><term>Scotty</term><listitem><para>Engineering</para></listitem></varlistentry>
<varlistentry><term>McCoy</term><listitem><para>Doctor</para></listitem></varlistentry>
<varlistentry><term>Spock</term><listitem><para>Science Officer</para></listitem></varlistentry>
</variablelist>
</listitem></varlistentry>
</variablelist>
</section>

<section>
<title>Example figure with embedded graphic</title>
@ -199,6 +215,36 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="section_template_examples">
<para>Finally the last cell</para>
</entry>
</row>
<row>
<?dbhtml bgcolor="#EEEEEE" ?><?dbfo bgcolor="#EEEEEE" ?>
<entry>
<para>This Row</para>
</entry>
<entry>
<para>Has </para>
</entry>
<entry>
<para>background </para>
</entry>
<entry>
<para>color</para>
</entry>
</row>
<row>
<entry>
<para>Eenie</para>
</entry>
<entry>
<para>Meenie </para>
</entry>
<entry>
<para>Meinie </para>
</entry>
<entry>
<?dbhtml bgcolor="#EEEEEE" ?><?dbfo bgcolor="#EEEEEE" ?>
<para>Entry with background color</para>
</entry>
</row>
</tbody>
</tgroup>
</table>

Loading…
Cancel
Save