SVN commit 549991 by lueck: documentation backport from trunk BUG:127787 CCMAIL:kde-doc-english at kde.org CCMAIL:kde-i18n-doc at kde.org
M +2 -2 kmplot/introduction.docbook M +1 -1 kturtle/using-kturtle.docbook --- branches/KDE/3.5/kdeedu/doc/kmplot/introduction.docbook #549990:549991 @@ -22,7 +22,7 @@ polar coordinates. Several grid modes are supported. Plots may be printed with high precision in the correct scale.</para> -<para>&kmplot; also provides some numerical and visual features like: +<para>&kmplot; also provides some numerical and visual features like:</para> <itemizedlist> <listitem><para>Filling and calculating the area between the plot and the first axis</para> @@ -37,7 +37,7 @@ </listitem> </itemizedlist> -These features help in learning the +<para>These features help in learning the relationship between mathematical functions and their graphical representation in a coordinate system.</para> --- branches/KDE/3.5/kdeedu/doc/kturtle/using-kturtle.docbook #549990:549991 @@ -15,7 +15,7 @@ </mediaobject> </screenshot> -<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) from where all the actions can be reached, <link linkend="the-toolbar">the toolbar</link> (4) that allows you to quickly select the most used actions, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> +<para>The main window of &kturtle; has two main parts: <link linkend="the-code-editor">the code editor</link> (3) on the left where you type the &logo; commands, and <link linkend="the-canvas">the canvas</link> (4) on the right where the instructions are visualized. <link linkend="the-canvas">The canvas</link> is the turtle's playground: it is on the canvas that the turtle actually moves and draws. The three other places on the main window are: <link linkend="the-menubar">the menu bar</link> (1) from where all the actions can be reached, <link linkend="the-toolbar">the toolbar</link> (2) that allows you to quickly select the most used actions, and <link linkend="the-statusbar">the statusbar</link> (5) where you will find feedback on the state of &kturtle;.</para> <sect1 id="the-code-editor"> <title>The Code Editor</title>
