Git commit 79f04f3f2b0d6a821d3884cebc12ad8e004f7cbf by Stefan Gerlach. Committed on 24/12/2016 at 04:57. Pushed by sgerlach into branch 'master'.
improved chapter order in handbook M +110 -109 doc/index.docbook https://commits.kde.org/labplot/79f04f3f2b0d6a821d3884cebc12ad8e004f7cbf diff --git a/doc/index.docbook b/doc/index.docbook index 3ec00d78..828276fe 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2092,6 +2092,116 @@ For more information about this constants see the documentation of GSL. </chapter> +<chapter id="installation"> +<title>Installation</title> + +<sect1 id="getting-labplot"> +<title>How to Obtain &LabPlot;</title> + +<para> +&LabPlot; can be found on its homepage at sourceforge.net: +<ulink url="http://labplot.sf.net">http://labplot.sf.net</ulink>. +There is an overview about all available packages at +<ulink url="http://labplot.wiki.sourceforge.net/Download">http://labplot.wiki.sourceforge.net/Download</ulink>. +bug-fixed packages are released regular and can be found there too. +</para> +</sect1> + +<sect1 id="requirements"> +<title>Requirements</title> + +<para> +In order to successfully use &LabPlot;, you need at least a standard &Qt; 5 and &kde; KF5 installation, the &GNU; scientific library (GSL), &cantor; libcantor library. +</para> + +<!-- <para> +Optional &LabPlot; uses the following programs/libraries when available: +</para> + +<itemizedlist> +<listitem><para> +&GNU; scientific library (GSL) : used for special functions in the parser and most of the analysis functions. +</para></listitem> +</itemizedlist> +--> + +</sect1> + +<sect1 id="compilation"> +<title>Compilation and Installation</title> + +&install.compile.documentation; + +</sect1> + +</chapter> + +<chapter id="command-line-options"> +<title>Command Line Options</title> +<sect1 id="specify-a-file"> +<title>Specify a File</title> + +<para> +When starting &LabPlot; from the command prompt, you can supply the name of a project file (ending with .lml, .lml.gz, .lml.bz2 or .lml.xz): +<cmdsynopsis> +<command>labplot2</command> +<arg rep="repeat"><replaceable>file.lml</replaceable></arg> +</cmdsynopsis> +</para> + +</sect1> + +<sect1> +<title>Other Command Line Options</title> + +<para>The following command line help options are available</para> +<variablelist> +<varlistentry> +<term><command>labplot2 <option>--help</option></command></term> +<listitem><para>This lists the most basic options available at the + command line.</para></listitem> +</varlistentry> + +<varlistentry> +<term><command>labplot2 <option>--help-qt</option></command></term> +<listitem><para>This lists the options available for changing the +way &LabPlot; interacts with &Qt;.</para></listitem> +</varlistentry> + +<varlistentry> +<term><command>labplot2 <option>--help-kde</option></command></term> +<listitem><para>This lists the options available for changing the way +&LabPlot; interacts with &kde;.</para></listitem> +</varlistentry> + +<varlistentry> +<term><command>labplot2 <option>--help-all</option></command></term> +<listitem><para>This lists all of the command line options.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><command>labplot2 <option>--no-splash</option></command></term> +<listitem><para>do not show the splash screen</para></listitem> +</varlistentry> + +<varlistentry> +<term><command>labplot2 <option>--author</option></command></term> +<listitem><para>Lists &LabPlot;'s author in the terminal window</para></listitem> +</varlistentry> + +<varlistentry> +<term><command>labplot2 <option>--version</option></command></term> +<listitem><para>Lists version information for &Qt;, &kde;, and &LabPlot;. +Also available through <command>labplot2 <option>-v</option></command> +</para></listitem> +</varlistentry> + +</variablelist> + +</sect1> +</chapter> + <chapter id="faq"> <title>Questions and Answers</title> @@ -2218,115 +2328,6 @@ Documentation copyright © 2014 Yuri Chornoivan </chapter> -<appendix id="installation"> -<title>Installation</title> - -<sect1 id="getting-labplot"> -<title>How to Obtain &LabPlot;</title> - -<para> -&LabPlot; can be found on its homepage at sourceforge.net: -<ulink url="http://labplot.sf.net">http://labplot.sf.net</ulink>. -There is an overview about all available packages at -<ulink url="http://labplot.wiki.sourceforge.net/Download">http://labplot.wiki.sourceforge.net/Download</ulink>. -bug-fixed packages are released regular and can be found there too. -</para> -</sect1> - -<sect1 id="requirements"> -<title>Requirements</title> - -<para> -In order to successfully use &LabPlot;, you need at least a standard &Qt; 5 and &kde; KF5 installation, the &GNU; scientific library (GSL), &cantor; libcantor library. -</para> - -<!-- <para> -Optional &LabPlot; uses the following programs/libraries when available: -</para> - -<itemizedlist> -<listitem><para> -&GNU; scientific library (GSL) : used for special functions in the parser and most of the analysis functions. -</para></listitem> -</itemizedlist> ---> - -</sect1> - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; - -</sect1> - -</appendix> - -<appendix id="command-line-options"> -<title>Command Line Options</title> -<sect1 id="specify-a-file"> -<title>Specify a File</title> - -<para> -When starting &LabPlot; from the command prompt, you can supply the name of a project file (ending with .lml, .lml.gz, .lml.bz2 or .lml.xz): -<cmdsynopsis> -<command>labplot2</command> -<arg rep="repeat"><replaceable>file.lml</replaceable></arg> -</cmdsynopsis> -</para> - -</sect1> - -<sect1> -<title>Other Command Line Options</title> - -<para>The following command line help options are available</para> -<variablelist> -<varlistentry> -<term><command>labplot2 <option>--help</option></command></term> -<listitem><para>This lists the most basic options available at the - command line.</para></listitem> -</varlistentry> - -<varlistentry> -<term><command>labplot2 <option>--help-qt</option></command></term> -<listitem><para>This lists the options available for changing the -way &LabPlot; interacts with &Qt;.</para></listitem> -</varlistentry> - -<varlistentry> -<term><command>labplot2 <option>--help-kde</option></command></term> -<listitem><para>This lists the options available for changing the way -&LabPlot; interacts with &kde;.</para></listitem> -</varlistentry> - -<varlistentry> -<term><command>labplot2 <option>--help-all</option></command></term> -<listitem><para>This lists all of the command line options.</para></listitem> -</varlistentry> - - -<varlistentry> -<term><command>labplot2 <option>--no-splash</option></command></term> -<listitem><para>do not show the splash screen</para></listitem> -</varlistentry> - -<varlistentry> -<term><command>labplot2 <option>--author</option></command></term> -<listitem><para>Lists &LabPlot;'s author in the terminal window</para></listitem> -</varlistentry> - -<varlistentry> -<term><command>labplot2 <option>--version</option></command></term> -<listitem><para>Lists version information for &Qt;, &kde;, and &LabPlot;. -Also available through <command>labplot2 <option>-v</option></command> -</para></listitem> -</varlistentry> - -</variablelist> - -</sect1> -</appendix>
