[calligraplan] doc: Documentation: Use sect5 titles, layout fixed in frameworks
Dag Andersen
null at kde.org
Thu Mar 26 13:03:10 GMT 2020
Git commit c2a982862c0c3a390d9c48e8a7ee4b11ce0a9eb3 by Dag Andersen.
Committed on 26/03/2020 at 13:02.
Pushed by danders into branch 'master'.
Documentation: Use sect5 titles, layout fixed in frameworks
M +6 -3 doc/creatingodtreporttemplates.docbook
https://commits.kde.org/calligraplan/c2a982862c0c3a390d9c48e8a7ee4b11ce0a9eb3
diff --git a/doc/creatingodtreporttemplates.docbook b/doc/creatingodtreporttemplates.docbook
index 3b591603..f174064b 100644
--- a/doc/creatingodtreporttemplates.docbook
+++ b/doc/creatingodtreporttemplates.docbook
@@ -11,7 +11,7 @@
</para>
<para>A variable can be a reference to a single data field, a reference to table data or a reference to chart data.
</para>
- <para><emphasis>Single Data Field</emphasis></para>
+ <sect5><title>Single Data Field</title>
<para>A single data field variable has the following format:
</para>
<para><replaceable>data group name</replaceable>.<replaceable>property</replaceable> = <replaceable>property identifier</replaceable>
@@ -23,7 +23,8 @@
<listitem><para><replaceable>property</replaceable> makes the user field name unique.</para></listitem>
<listitem><para><replaceable>property identity</replaceable> identifies the property in the data group.</para></listitem>
</itemizedlist>
- <para><emphasis>Table Data</emphasis></para>
+ </sect5>
+ <sect5><title>Table Data</title>
<para>A table in a report template consists of a variable to specify the data table to use.
</para>
<para>The variable name must start with <replaceable>table</replaceable> (⪚ tableTasks) and the variable value must be the name of the data table (⪚ tasks).
@@ -40,7 +41,8 @@
<listitem><para><guilabel>property</guilabel> makes the user field name unique.</para></listitem>
<listitem><para><guilabel>property identifier</guilabel> identifies the property in the data group.</para></listitem>
</itemizedlist>
- <para><emphasis>Chart Data</emphasis></para>
+ </sect5>
+ <sect5><title>Chart Data</title>
<para>A chart in a report template consists of a variable to specify the data to use in the chart.
</para>
<para>The variable name must start with <replaceable>chart</replaceable> (⪚ chartBudgetCost) and the variable value specifies the data group and values to populate the chart.
@@ -60,6 +62,7 @@
</para>
<para>chartBudget = project; values=bcws cost, bcwp cost, acwp cost;
</para>
+ </sect5>
</sect4>
<sect4 id="translated-labels"><title>Translated Labels</title>
<para>Translated labels enable us to produce general report templates that can be used in different languages.
More information about the kde-doc-english
mailing list