Git commit a2aa4e89a337217dffc05cb36f7984c3b145725a by Yuri Chornoivan. Committed on 07/02/2017 at 19:51. Pushed by yurchor into branch 'master'.
Fix XML M +2 -4 docbook/kst/index.docbook M +14 -7 docbook/kst/tutorial.docbook https://commits.kde.org/kst-plot/a2aa4e89a337217dffc05cb36f7984c3b145725a diff --git a/docbook/kst/index.docbook b/docbook/kst/index.docbook index 426b1610..bd589620 100644 --- a/docbook/kst/index.docbook +++ b/docbook/kst/index.docbook @@ -25,7 +25,7 @@ <!ENTITY eventmonitoring-chapter SYSTEM "eventmonitoring-chapter.docbook"> ]> -<book lang="&language;"> +<book id="kst" lang="&language;"> <bookinfo> <title>The &kst; Handbook</title> @@ -49,10 +49,8 @@ <surname>Netterfield</surname> <affiliation><address><email>[email protected]</email></address></affiliation> </author> -</authorgroup> - - <!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> <copyright> <year>2004</year> diff --git a/docbook/kst/tutorial.docbook b/docbook/kst/tutorial.docbook index 031d2c0d..d4f0f2bc 100644 --- a/docbook/kst/tutorial.docbook +++ b/docbook/kst/tutorial.docbook @@ -559,16 +559,22 @@ This can be done one of three ways: </para> <itemizedlist> <listitem> - From the command line: <userinput><command>kst mykstsession.kst</command></userinput> + <para> + From the command line: <userinput><command>kst mykstsession.kst</command></userinput> + </para> </listitem> <listitem> - Selecting <guimenuitem>Open</guimenuitem> from the toolbar or from the - <guimenuitem>File</guimenuitem> menu and selecting <filename>mykstsession.kst</filename> - from wherever you saved it. + <para> + Selecting <guimenuitem>Open</guimenuitem> from the toolbar or from the + <guimenuitem>File</guimenuitem> menu and selecting <filename>mykstsession.kst</filename> + from wherever you saved it. + </para> </listitem> <listitem> - Selecting <filename>mykstsession.kst</filename> from - <guimenuitem>Recent Files</guimenuitem> in the <guimenuitem>File</guimenuitem> menu. + <para> + Selecting <filename>mykstsession.kst</filename> from + <guimenuitem>Recent Files</guimenuitem> in the <guimenuitem>File</guimenuitem> menu. + </para> </listitem> </itemizedlist> @@ -761,8 +767,9 @@ Then, from the <guimenu>Create</guimenu> menu select of fields you have loaded, Save your session - we will be using it again in the next section of the tutorial. </para> +</sect1> -<sect1 id="conclusion"> +<sect1 id="filters"> <title>Filters</title> <para> </para>
