AllLangHelp_smath.mk | 1 source/text/smath/01/03090700.xhp | 220 +++++++++++++++++----------------- source/text/smath/01/03091507.xhp | 176 +++++++++++++-------------- source/text/smath/01/matrixdialog.xhp | 61 +++++++++ 4 files changed, 264 insertions(+), 194 deletions(-)
New commits: commit eedd1ff1d4780b7741a9514f1d808226b1d57981 Author: Olivier Hallot <[email protected]> AuthorDate: Wed Jul 29 11:31:21 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Jul 29 16:34:35 2026 +0200 tdf#172793 Help page fos Math matrix input dialog + Note : This page may be reviewed when the feature is ready. Change-Id: Ib07079ce1ee3de9b75c32a9a408bc664d5e244ac Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208795 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/AllLangHelp_smath.mk b/AllLangHelp_smath.mk index 3cfa8ce57d..b4766f9ec5 100644 --- a/AllLangHelp_smath.mk +++ b/AllLangHelp_smath.mk @@ -70,6 +70,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\ helpcontent2/source/text/smath/01/06010100 \ helpcontent2/source/text/smath/01/06020000 \ helpcontent2/source/text/smath/01/chemical \ + helpcontent2/source/text/smath/01/matrixdialog \ helpcontent2/source/text/smath/02/03010000 \ helpcontent2/source/text/smath/04/01020000 \ helpcontent2/source/text/smath/06/screenshots \ diff --git a/source/text/smath/01/matrixdialog.xhp b/source/text/smath/01/matrixdialog.xhp new file mode 100644 index 0000000000..158631560e --- /dev/null +++ b/source/text/smath/01/matrixdialog.xhp @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + + <meta> + <topic id="text/smath/01/matrixdialog.xhp" indexer="include" status="PUBLISH"> + <title id="tit">Matrix Input Dialog</title> + <filename>/text/smath/01/matrixdialog.xhp</filename> + </topic> +</meta> +<body> +<bookmark id="bm_id11785331589600" branch="hid/modules/smath/ui/matrixeditor/button_help" localize="false"/> +<bookmark branch="index" id="bm_id211785334717586"> +<bookmark_value>generic matrix;matrix input dialog</bookmark_value> +<bookmark_value>unit matrix;matrix input dialog</bookmark_value> +<bookmark_value>identity matrix;matrix input dialog</bookmark_value> +<bookmark_value>diagonal matrix;matrix input dialog</bookmark_value> +<bookmark_value>symmetric matrix;matrix input dialog</bookmark_value> +<bookmark_value>matrix input dialog;equations</bookmark_value> +<bookmark_value>equations;matrix input dialog</bookmark_value> +</bookmark> + +<section id="matrixdialog"> + <h1 id="hd_id501785331589600"><variable id="h1"><link href="text/smath/01/matrixdialog.xhp">Matrix Input Dialog</link></variable></h1> + <description id="par_id671785331589600">Creates a generic matrix by specifying the name of its elements, the number of rows and columns, as well as its properties.</description> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00000004.xhp#from_sidebar"/> + <paragraph role="paragraph" id="par_id651785332105700">Open <menuitem>Elements > Formats</menuitem> deck and choose <menuitem>Generic Matrix Stack</menuitem>.</paragraph> +</section> + <bookmark branch="hid/modules/smath/ui/matrixeditor/matrixname" id="bm_id711785332178936" localize="false"/> + <h2 id="hd_id741785332542695">Name</h2> + <paragraph role="paragraph" id="par_id801785332560812">The name of the elements of the matrix. The name will be followed by the row and columns subscripts.</paragraph> + <bookmark branch="hid/modules/smath/ui/matrixeditor/num_rows" id="bm_id421785332464509" localize="false"/> + <h2 id="hd_id221785332571011">Rows</h2> + <paragraph role="paragraph" id="par_id611785332589856">The number of rows of the matrix.</paragraph> + <bookmark branch="hid/modules/smath/ui/matrixeditor/num_cols" id="bm_id291785332469193" localize="false"/> + <h2 id="hd_id961785332595276">Columns</h2> + <paragraph role="paragraph" id="par_id111785332612974">The number of columns of the matrix.</paragraph> + <bookmark branch="hid/modules/smath/ui/matrixeditor/unitmatrix" id="bm_id571785332472969" localize="false"/> + <h2 id="hd_id161785332624478">Unit matrix</h2> + <paragraph role="paragraph" id="par_id71785332811720">Creates a unit matrix (also known as an identity matrix), which has 1s on the diagonal and 0s elsewhere. It is a square matrix, meaning the number of rows equals the number of columns. Element names are ignored. </paragraph> + <bookmark branch="hid/modules/smath/ui/matrixeditor/diagmatrix" id="bm_id271785332476889" localize="false"/> + <h2 id="hd_id111785332818411">Diagonal matrix</h2> + <paragraph role="paragraph" id="par_id671785333023259">Creates a diagonal matrix, which contains specified elements on the diagonal and zeros elsewhere. It is a square matrix, with the number of rows equal to the number of columns.</paragraph> + <bookmark branch="hid/modules/smath/ui/matrixeditor/symmatrix" id="bm_id161785332506066" localize="false"/> + <h2 id="hd_id591785333035925">Symetric matrix</h2> + <paragraph role="paragraph" id="par_id901785333205905">Creates a symmetric matrix. A symmetric matrix is a square matrix that is equal to its transpose, that is, the matrix is mirrored along its main diagonal.</paragraph> + + <bookmark branch="hid/modules/smath/ui/matrixeditor/fullmatrix" id="bm_id231785332531219" localize="false"/> + <h2 id="hd_id101785333224426">Full matrix</h2> + <paragraph role="paragraph" id="par_id351785333339698">Creates a generic matrix with the specified number of rows and columns, and no special properties.</paragraph> +</body> +</helpdocument> commit 69b2d02fbefcbe0c7b16308bd59d29c7a869adf8 Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jul 27 16:10:32 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Jul 29 16:34:25 2026 +0200 Refactor - no changes Change-Id: Ifcd3d6d21d4e548b19d572413890ad05dfd559a4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208794 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/smath/01/03090700.xhp b/source/text/smath/01/03090700.xhp index 9cd8a9f609..e22b2a7a5a 100644 --- a/source/text/smath/01/03090700.xhp +++ b/source/text/smath/01/03090700.xhp @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - - <!-- * This file is part of the LibreOffice project. * @@ -19,18 +16,16 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - - <helpdocument version="1.0"> +<helpdocument version="1.0"> <meta> <topic id="textsmath0103090700xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Format</title> +<title id="tit">Format</title> <filename>/text/smath/01/03090700.xhp</filename> </topic> </meta> <body> <section id="formatting"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3153150"><bookmark_value>formatting;in $[officename] Math</bookmark_value> +<bookmark branch="index" id="bm_id3153150"><bookmark_value>formatting;in $[officename] Math</bookmark_value> <bookmark_value>$[officename] Math; formatting</bookmark_value> <bookmark_value>superscripts</bookmark_value> <bookmark_value>binomials</bookmark_value> @@ -54,249 +49,262 @@ <bookmark_value>formulas;aligning</bookmark_value> <bookmark_value>aligning formulas</bookmark_value> </bookmark><comment>mw added two index entries about formula alignment and made "formatting.." a two level entry</comment> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_FORMAT_TBX" id="bm_id3149290" localize="false"/> +<bookmark branch="hid/STARMATH_HID_SMA_FORMAT_TBX" id="bm_id3149290" localize="false"/> <h1 id="hd_id3153150"><link href="text/smath/01/03090700.xhp">Format</link></h1> -<paragraph role="paragraph" id="par_id3147262" xml-lang="en-US">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window.</paragraph> +<paragraph role="paragraph" id="par_id3147262">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window.</paragraph> </section> <section id="howtoget"> <embed href="text/smath/00/00000004.xhp#formatting"/> </section> -<paragraph role="paragraph" id="par_id3154263" xml-lang="en-US">The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window.</paragraph> -<paragraph role="note" id="par_id3153536" xml-lang="en-US">The letter "a" refers to the placeholder in your formula which you would like to assign to the respective formatting. You can substitute this character for any other you like.</paragraph> +<paragraph role="paragraph" id="par_id3154263">The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window.</paragraph> +<note id="par_id3153536">The letter "a" refers to the placeholder in your formula which you would like to assign to the respective formatting. You can substitute this character for any other you like.</note> <h3 id="hd_id3151104">Formatting options</h3> <table id="tbl_id3154569"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN1008B" xml-lang="en-US"> -<image id="img_id3150981" src="media/helpimg/starmath/co21916.svg" width="1cm" height="1cm"><alt id="alt_id3150981" xml-lang="en-US">Superscript left Icon</alt> +<paragraph role="paragraph" id="par_idN1008B"> +<image id="img_id3150981" src="media/helpimg/starmath/co21916.svg" width="1cm" height="1cm"><alt id="alt_id3150981">Superscript left Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_LSUPX" id="bm_id3154473" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_LSUPX" id="bm_id3154473" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3147519" xml-lang="en-US">Superscript left</paragraph> -<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US"><ahelp hid="HID_SMA_LSUPX">Inserts a superscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsup{<?>}</emph> in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3147519">Superscript left</paragraph> +<paragraph role="paragraph" id="par_id3147531"><ahelp hid="HID_SMA_LSUPX">Inserts a superscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsup{<?>}</emph> in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3155895"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN100C4" xml-lang="en-US"> -<image id="img_id3149691" src="media/helpimg/starmath/co21918.svg" width="1cm" height="1cm"><alt id="alt_id3149691" xml-lang="en-US">Superscript top Icon</alt> +<paragraph role="paragraph" id="par_idN100C4"> +<image id="img_id3149691" src="media/helpimg/starmath/co21918.svg" width="1cm" height="1cm"><alt id="alt_id3149691">Superscript top Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_CSUPX" id="bm_id3146921" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_CSUPX" id="bm_id3146921" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3146931" xml-lang="en-US">Superscript top</paragraph> -<paragraph role="paragraph" id="par_id3159195" xml-lang="en-US"><ahelp hid="HID_SMA_CSUPX">Inserts a superscript directly above a placeholder.</ahelp> You can also type <emph><?>csup<?></emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3146931">Superscript top</paragraph> +<paragraph role="paragraph" id="par_id3159195"><ahelp hid="HID_SMA_CSUPX">Inserts a superscript directly above a placeholder.</ahelp> You can also type <emph><?>csup<?></emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3149482"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN100FF" xml-lang="en-US"> -<image id="img_id3149097" src="media/helpimg/starmath/co21908.svg" width="1cm" height="1cm"><alt id="alt_id3149097" xml-lang="en-US">Superscript right Icon</alt> +<paragraph role="paragraph" id="par_idN100FF"> +<image id="img_id3149097" src="media/helpimg/starmath/co21908.svg" width="1cm" height="1cm"><alt id="alt_id3149097">Superscript right Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_RSUPX" id="bm_id3149821" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_RSUPX" id="bm_id3149821" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3151249" xml-lang="en-US">Superscript right</paragraph> -<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US"><ahelp hid="HID_SMA_RSUPX">Inserts a superscript to the right of a placeholder.</ahelp> You can also type <emph><?>^{<?>}</emph> directly in the <emph>Commands</emph> window, or you can use <emph>rsup</emph> or <emph>sup</emph>.</paragraph> +<paragraph role="tablehead" id="par_id3151249">Superscript right</paragraph> +<paragraph role="paragraph" id="par_id3151262"><ahelp hid="HID_SMA_RSUPX">Inserts a superscript to the right of a placeholder.</ahelp> You can also type <emph><?>^{<?>}</emph> directly in the <emph>Commands</emph> window, or you can use <emph>rsup</emph> or <emph>sup</emph>.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3154908"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN1013E" xml-lang="en-US"> -<image id="img_id3149044" src="media/helpimg/starmath/co21905.svg" width="1cm" height="1cm"><alt id="alt_id3149044" xml-lang="en-US">Vertical stack (2 elements) Icon</alt> +<paragraph role="paragraph" id="par_idN1013E"> +<image id="img_id3149044" src="media/helpimg/starmath/co21905.svg" width="1cm" height="1cm"><alt id="alt_id3149044">Vertical stack (2 elements) Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_BINOMXY" id="bm_id3147575" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_BINOMXY" id="bm_id3147575" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3152774" xml-lang="en-US">Vertical stack (2 elements)</paragraph> -<paragraph role="paragraph" id="par_id3147326" xml-lang="en-US"><ahelp hid="HID_SMA_BINOMXY">Inserts a vertical stack (binomial) with two placeholders.</ahelp> You can also type <emph>binom<?><?></emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3152774">Vertical stack (2 elements)</paragraph> +<paragraph role="paragraph" id="par_id3147326"><ahelp hid="HID_SMA_BINOMXY">Inserts a vertical stack (binomial) with two placeholders.</ahelp> You can also type <emph>binom<?><?></emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3147079"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN10179" xml-lang="en-US"> -<image id="img_id3154390" src="media/helpimg/starmath/co21901.svg" width="1cm" height="1cm"><alt id="alt_id3154390" xml-lang="en-US">New line Icon</alt> +<paragraph role="paragraph" id="par_idN10179"> +<image id="img_id3154390" src="media/helpimg/starmath/co21901.svg" width="1cm" height="1cm"><alt id="alt_id3154390">New line Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_NEWLINE" id="bm_id3151033" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_NEWLINE" id="bm_id3151033" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3150575" xml-lang="en-US">New line</paragraph> -<paragraph role="paragraph" id="par_id3150587" xml-lang="en-US"><ahelp hid="HID_SMA_NEWLINE">Inserts a new line in your document.</ahelp> You can also type <emph>newline</emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3150575">New line</paragraph> +<paragraph role="paragraph" id="par_id3150587"><ahelp hid="HID_SMA_NEWLINE">Inserts a new line in your document.</ahelp> You can also type <emph>newline</emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3154918"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN101B2" xml-lang="en-US"> -<image id="img_id3155117" src="media/helpimg/starmath/co21912.svg" width="1cm" height="1cm"><alt id="alt_id3155117" xml-lang="en-US">Subscript left Icon</alt> +<paragraph role="paragraph" id="par_idN101B2"> +<image id="img_id3155117" src="media/helpimg/starmath/co21912.svg" width="1cm" height="1cm"><alt id="alt_id3155117">Subscript left Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_LSUBX" id="bm_id3148751" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_LSUBX" id="bm_id3148751" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3148760" xml-lang="en-US">Subscript left</paragraph> -<paragraph role="paragraph" id="par_id3147309" xml-lang="en-US"><ahelp hid="HID_SMA_LSUBX">Inserts a subscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsub{<?>}</emph> in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3148760">Subscript left</paragraph> +<paragraph role="paragraph" id="par_id3147309"><ahelp hid="HID_SMA_LSUBX">Inserts a subscript to the left of a placeholder.</ahelp> You can also type <emph><?>lsub{<?>}</emph> in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3151384"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN101EB" xml-lang="en-US"> -<image id="img_id3149544" src="media/helpimg/starmath/co21917.svg" width="1cm" height="1cm"><alt id="alt_id3149544" xml-lang="en-US">Subscript bottom Icon</alt> +<paragraph role="paragraph" id="par_idN101EB"> +<image id="img_id3149544" src="media/helpimg/starmath/co21917.svg" width="1cm" height="1cm"><alt id="alt_id3149544">Subscript bottom Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_CSUBX" id="bm_id3150119" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_CSUBX" id="bm_id3150119" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3150687" xml-lang="en-US">Subscript bottom</paragraph> -<paragraph role="paragraph" id="par_id3150699" xml-lang="en-US"><ahelp hid="HID_SMA_CSUBX">Inserts a subscript directly under a placeholder.</ahelp> You can also type <emph><?>csub<?></emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3150687">Subscript bottom</paragraph> +<paragraph role="paragraph" id="par_id3150699"><ahelp hid="HID_SMA_CSUBX">Inserts a subscript directly under a placeholder.</ahelp> You can also type <emph><?>csub<?></emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3147624"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN10226" xml-lang="en-US"> -<image id="img_id3145265" src="media/helpimg/starmath/co21904.svg" width="1cm" height="1cm"><alt id="alt_id3145265" xml-lang="en-US">Subscript right Icon</alt> +<paragraph role="paragraph" id="par_idN10226"> +<image id="img_id3145265" src="media/helpimg/starmath/co21904.svg" width="1cm" height="1cm"><alt id="alt_id3145265">Subscript right Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_RSUBX" id="bm_id3145126" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_RSUBX" id="bm_id3145126" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3145136" xml-lang="en-US">Subscript right</paragraph> -<paragraph role="paragraph" id="par_id3146913" xml-lang="en-US"><ahelp hid="HID_SMA_RSUBX">Inserts a subscript to the right of a placeholder.</ahelp> You can also type <emph><?>_{<?>}</emph> in the <emph>Commands</emph> window, and the subscript dash can be replaced by <emph>rsub</emph> or <emph>sub</emph>.</paragraph> +<paragraph role="tablehead" id="par_id3145136">Subscript right</paragraph> +<paragraph role="paragraph" id="par_id3146913"><ahelp hid="HID_SMA_RSUBX">Inserts a subscript to the right of a placeholder.</ahelp> You can also type <emph><?>_{<?>}</emph> in the <emph>Commands</emph> window, and the subscript dash can be replaced by <emph>rsub</emph> or <emph>sub</emph>.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3150558"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN10265" xml-lang="en-US"> -<image id="img_id3149220" src="media/helpimg/starmath/co21906.svg" width="1cm" height="1cm"><alt id="alt_id3149220" xml-lang="en-US">Vertical stack (3 elements) Icon</alt> +<paragraph role="paragraph" id="par_idN10265"> +<image id="img_id3149220" src="media/helpimg/starmath/co21906.svg" width="1cm" height="1cm"><alt id="alt_id3149220">Vertical stack (3 elements) Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_STACK" id="bm_id3147107" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_STACK" id="bm_id3147107" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3147116" xml-lang="en-US">Vertical stack (3 elements)</paragraph> -<paragraph role="paragraph" id="par_id3146332" xml-lang="en-US"><ahelp hid="HID_SMA_STACK">Inserts a vertical stack with three placeholders.</ahelp> You can also type <emph>stack {<?>#<?>#<?>}</emph> in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3147116">Vertical stack (3 elements)</paragraph> +<paragraph role="paragraph" id="par_id3146332"><ahelp hid="HID_SMA_STACK">Inserts a vertical stack with three placeholders.</ahelp> You can also type <emph>stack {<?>#<?>#<?>}</emph> in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3147608"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN102A0" xml-lang="en-US"> -<image id="img_id3149848" src="media/helpimg/starmath/co21902.svg" width="1cm" height="1cm"><alt id="alt_id3149848" xml-lang="en-US">Small gap Icon</alt> +<paragraph role="paragraph" id="par_idN102A0"> +<image id="img_id3149848" src="media/helpimg/starmath/co21902.svg" width="1cm" height="1cm"><alt id="alt_id3149848">Small gap Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_SBLANK" id="bm_id3155563" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_SBLANK" id="bm_id3155563" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3155572" xml-lang="en-US">Small gap</paragraph> -<paragraph role="paragraph" id="par_id3147056" xml-lang="en-US"><ahelp hid="HID_SMA_SBLANK">Inserts a small gap between a placeholder and the next element.</ahelp> You can also type <emph>`</emph> directly in the Commands window. The command must appear to the left or right of a symbol, variable, number or complete command.</paragraph> +<paragraph role="tablehead" id="par_id3155572">Small gap</paragraph> +<paragraph role="paragraph" id="par_id3147056"><ahelp hid="HID_SMA_SBLANK">Inserts a small gap between a placeholder and the next element.</ahelp> You can also type <emph>`</emph> directly in the Commands window. The command must appear to the left or right of a symbol, variable, number or complete command.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3154778"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN102DC" xml-lang="en-US"> -<image id="img_id3154094" src="media/helpimg/starmath/co21909.svg" width="1cm" height="1cm"><alt id="alt_id3154094" xml-lang="en-US">Align left Icon</alt> +<paragraph role="paragraph" id="par_idN102DC"> +<image id="img_id3154094" src="media/helpimg/starmath/co21909.svg" width="1cm" height="1cm"><alt id="alt_id3154094">Align left Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_ALIGNLX" id="bm_id3153801" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_ALIGNLX" id="bm_id3153801" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3154580" xml-lang="en-US">Align left</paragraph> -<paragraph role="paragraph" id="par_id3154592" xml-lang="en-US"><ahelp hid="HID_SMA_ALIGNLX">This icon assigns left-alignment to "a" and inserts a placeholder.</ahelp> You can type <emph>alignl<?></emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3154580">Align left</paragraph> +<paragraph role="paragraph" id="par_id3154592"><ahelp hid="HID_SMA_ALIGNLX">This icon assigns left-alignment to "a" and inserts a placeholder.</ahelp> You can type <emph>alignl<?></emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3151117"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN10317" xml-lang="en-US"> -<image id="img_id3156130" src="media/helpimg/starmath/co21910.svg" width="1cm" height="1cm"><alt id="alt_id3156130" xml-lang="en-US">Align to horizontal center Icon</alt> +<paragraph role="paragraph" id="par_idN10317"> +<image id="img_id3156130" src="media/helpimg/starmath/co21910.svg" width="1cm" height="1cm"><alt id="alt_id3156130">Align to horizontal center Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_ALIGNCX" id="bm_id3154714" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_ALIGNCX" id="bm_id3154714" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3154723" xml-lang="en-US">Align to horizontal center</paragraph> -<paragraph role="paragraph" id="par_id3149319" xml-lang="en-US"><ahelp hid="HID_SMA_ALIGNCX">Assigns horizontal central alignment to "a" and inserts a placeholder.</ahelp> You can also type <emph>alignc<?></emph> directly in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3154723">Align to horizontal center</paragraph> +<paragraph role="paragraph" id="par_id3149319"><ahelp hid="HID_SMA_ALIGNCX">Assigns horizontal central alignment to "a" and inserts a placeholder.</ahelp> You can also type <emph>alignc<?></emph> directly in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> <table id="tbl_id3150461"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN10352" xml-lang="en-US"> -<image id="img_id3155583" src="media/helpimg/starmath/co21911.svg" width="1cm" height="1cm"><alt id="alt_id3155583" xml-lang="en-US">Align right Icon</alt> +<paragraph role="paragraph" id="par_idN10352"> +<image id="img_id3155583" src="media/helpimg/starmath/co21911.svg" width="1cm" height="1cm"><alt id="alt_id3155583">Align right Icon</alt> </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_ALIGNRX" id="bm_id3151209" localize="false"/></tablecell> +<bookmark branch="hid/STARMATH_HID_SMA_ALIGNRX" id="bm_id3151209" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3149768" xml-lang="en-US">Align right</paragraph> -<paragraph role="paragraph" id="par_id3149780" xml-lang="en-US"><ahelp hid="HID_SMA_ALIGNRX">Inserts the command for right alignment and a placeholder.</ahelp> You can also type <emph>alignr<?></emph> in the <emph>Commands</emph> window.</paragraph> +<paragraph role="tablehead" id="par_id3149768">Align right</paragraph> +<paragraph role="paragraph" id="par_id3149780"><ahelp hid="HID_SMA_ALIGNRX">Inserts the command for right alignment and a placeholder.</ahelp> You can also type <emph>alignr<?></emph> in the <emph>Commands</emph> window.</paragraph> </tablecell> </tablerow> </table> + <table id="tbl_id3149237"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN1038D" xml-lang="en-US"> -<image id="img_id3155085" src="media/helpimg/starmath/co21907.svg" width="1cm" height="1cm"><alt id="alt_id3155085" xml-lang="en-US">Matrix stack Icon</alt> - </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_MATRIX" id="bm_id3154328" localize="false"/></tablecell> +<paragraph role="paragraph" id="par_idN1038D"> +<image id="img_id3155085" src="media/helpimg/starmath/co21907.svg" width="1cm" height="1cm"><alt id="alt_id3155085">Matrix stack Icon</alt></image></paragraph> +<bookmark branch="hid/STARMATH_HID_SMA_MATRIX" id="bm_id3154328" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3154338" xml-lang="en-US">Matrix stack</paragraph> -<paragraph role="paragraph" id="par_id3146941" xml-lang="en-US"><ahelp hid="HID_SMA_MATRIX">This icon inserts a matrix with four placeholders.</ahelp> You can also type <emph>matrix{<?>#<?>##<?>#<?>}</emph> directly in the <emph>Commands</emph> window. The position of an element inside this diagram is indicated by two coordinates; the first specifies the line number and the second the column number. You can expand this matrix in any direction in the <emph>Commands</emph> window by adding characters.</paragraph> +<paragraph role="tablehead" id="par_id3154338">Matrix stack</paragraph> +<paragraph role="paragraph" id="par_id3146941"><ahelp hid="HID_SMA_MATRIX">This icon inserts a matrix with four placeholders.</ahelp> You can also type <emph>matrix{<?>#<?>##<?>#<?>}</emph> directly in the <emph>Commands</emph> window. The position of an element inside this diagram is indicated by two coordinates; the first specifies the line number and the second the column number. You can expand this matrix in any direction in the <emph>Commands</emph> window by adding characters.</paragraph> </tablecell> </tablerow> </table> + +<bookmark branch="hid/STARMATH_HID_SMA_MATRIX" id="bm_id881784840154280" localize="false"/> +<table id="tbl_id3249237"> +<tablerow> +<tablecell> + <paragraph role="paragraph" id="par_id861784840088126"><image id="img_id231784840093888" src="media/helpimg/starmath/co21907.svg" width="1cm" height="1cm"><alt id="alt_id651784840110487">Generic Matrix Stack Icon</alt></image></paragraph> +</tablecell> +<tablecell> + <paragraph role="tablehead" id="par_id151784840172648">Generic matrix stack</paragraph> +<paragraph role="paragraph" id="par_id321784840176097">Opens the Matrix Editor dialog for improved input of special matrix configuration.</paragraph> +</tablecell> +</tablerow> +</table> + <table id="tbl_id3148795"> <tablerow> <tablecell> -<paragraph role="paragraph" id="par_idN103C9" xml-lang="en-US"> -<image id="img_id3150027" src="media/helpimg/starmath/co21903.svg" width="1cm" height="1cm"><alt id="alt_id3150027" xml-lang="en-US">Gap Icon</alt> - </image></paragraph> -<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_BLANK" id="bm_id3155108" localize="false"/></tablecell> +<paragraph role="paragraph" id="par_idN103C9"> +<image id="img_id3150027" src="media/helpimg/starmath/co21903.svg" width="1cm" height="1cm"><alt id="alt_id3150027">Gap Icon</alt></image></paragraph> +<bookmark branch="hid/STARMATH_HID_SMA_BLANK" id="bm_id3155108" localize="false"/></tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3149358" xml-lang="en-US">Gap</paragraph> -<paragraph role="paragraph" id="par_id3149370" xml-lang="en-US"><ahelp hid="HID_SMA_BLANK">This icon inserts a gap or space between placeholders.</ahelp> You can also type <emph>~</emph> directly in the <emph>Commands</emph> window. The command must appear to the left or right of a symbol, variable, number or complete command.</paragraph> +<paragraph role="tablehead" id="par_id3149358">Gap</paragraph> +<paragraph role="paragraph" id="par_id3149370"><ahelp hid="HID_SMA_BLANK">This icon inserts a gap or space between placeholders.</ahelp> You can also type <emph>~</emph> directly in the <emph>Commands</emph> window. The command must appear to the left or right of a symbol, variable, number or complete command.</paragraph> </tablecell> </tablerow> </table> -<paragraph role="paragraph" id="par_id3155394" xml-lang="en-US">For alignment, the <emph>alignl, alignc</emph> and <emph>alignr</emph> commands are especially effective, if you are </paragraph> +<paragraph role="paragraph" id="par_id3155394">For alignment, the <emph>alignl, alignc</emph> and <emph>alignr</emph> commands are especially effective, if you are </paragraph> <list type="unordered"> <listitem> -<paragraph role="paragraph" id="par_id3151009" xml-lang="en-US">aligning numerators and denominators, for example <emph>{alignl a}over{b+c}</emph> +<paragraph role="paragraph" id="par_id3151009">aligning numerators and denominators, for example <emph>{alignl a}over{b+c}</emph> </paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3148812" xml-lang="en-US">constructing binomials or stacks, for example <emph>binom{2*n}{alignr k}</emph> +<paragraph role="paragraph" id="par_id3148812">constructing binomials or stacks, for example <emph>binom{2*n}{alignr k}</emph> </paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3154360" xml-lang="en-US">aligning the elements in a matrix, for example <emph>matrix{alignr a#b+2##c+1/3#alignl d}</emph> and</paragraph> +<paragraph role="paragraph" id="par_id3154360">aligning the elements in a matrix, for example <emph>matrix{alignr a#b+2##c+1/3#alignl d}</emph> and</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3155946" xml-lang="en-US">beginning a new line, for example <emph>a+b-c newline alignr x/y</emph> +<paragraph role="paragraph" id="par_id3155946">beginning a new line, for example <emph>a+b-c newline alignr x/y</emph> </paragraph> </listitem> </list> -<paragraph role="paragraph" id="par_id3154621" xml-lang="en-US">When using the align instructions, note that</paragraph> +<paragraph role="paragraph" id="par_id3154621">When using the align instructions, note that</paragraph> <list type="unordered"> <listitem> -<paragraph role="paragraph" id="par_id3147382" xml-lang="en-US">they can only placed at the beginning of expressions and can only occur once. Therefore you can type <emph>a+b alignr c</emph>, but not <emph>a+alignr b</emph> +<paragraph role="paragraph" id="par_id3147382">they can only placed at the beginning of expressions and can only occur once. Therefore you can type <emph>a+b alignr c</emph>, but not <emph>a+alignr b</emph> </paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3154004" xml-lang="en-US">they affect each other, which means that typing <emph>{alignl{alignr a}}over{b+c}</emph> aligns <emph>a</emph> on the right.</paragraph> +<paragraph role="paragraph" id="par_id3154004">they affect each other, which means that typing <emph>{alignl{alignr a}}over{b+c}</emph> aligns <emph>a</emph> on the right.</paragraph> </listitem> </list> <h3 id="hd_id8036133">To align using the "matrix" command</h3> -<paragraph role="smathcode" id="par_id5398419" xml-lang="en-US" localize="false">matrix{</paragraph> -<paragraph role="smathcode" id="par_id1456343" xml-lang="en-US" localize="false">alignr sin^2 x + cos^2 x#{}={}#alignl 1 ##</paragraph> -<paragraph role="smathcode" id="par_id4572588" xml-lang="en-US" localize="false">alignr cos^2 x #{}={} #alignl 1 - sin^2 x</paragraph> -<paragraph role="smathcode" id="par_id2879726" xml-lang="en-US" localize="false">}</paragraph> +<paragraph role="smathcode" id="par_id5398419" localize="false">matrix{</paragraph> +<paragraph role="smathcode" id="par_id1456343" localize="false">alignr sin^2 x + cos^2 x#{}={}#alignl 1 ##</paragraph> +<paragraph role="smathcode" id="par_id4572588" localize="false">alignr cos^2 x #{}={} #alignl 1 - sin^2 x</paragraph> +<paragraph role="smathcode" id="par_id2879726" localize="false">}</paragraph> <h3 id="par_idN10F70">Aligning to the left</h3> -<paragraph role="paragraph" id="par_id3149645" xml-lang="en-US">If a line or an expression begins with text, it is aligned on the left by default. You can change this with any of the <emph>align</emph> commands. An example is <emph>stack{a+b-c*d#alignr "text"}</emph>, where "text" appears aligned to the right. Note that text must always be surrounded by quotation marks.</paragraph> -<paragraph role="paragraph" id="par_id3149966" xml-lang="en-US">The standard centralized formulas can be aligned to the left without using the <emph>Format - Align</emph> menu. To do this, place an empty character string, that is, the inverted commas which surround any text "", before the section of formula that you want to align. For example, typing <emph>"" a+b newline "" c+d</emph> results in both equations being left-aligned instead of centered.</paragraph> -<paragraph role="warning" id="par_id3145654" xml-lang="en-US">When typing information in the Commands window, note that some formats require spaces for the correct structure. This is especially true when entering values (for example, a lsup{3}) instead of placeholders.</paragraph> -<paragraph role="paragraph" id="par_id3148708" xml-lang="en-US">Click <link href="text/smath/01/03091100.xhp">Brackets and Grouping</link> for more information about formatting in <emph>$[officename] Math</emph>.</paragraph> -<paragraph role="paragraph" id="par_id3155340" xml-lang="en-US">Useful information about <link href="text/smath/01/03091200.xhp">Indexes and Exponents</link> and <link href="text/smath/01/03091400.xhp">Scaling</link>, helps you organize your document in the best possible way.</paragraph> +<paragraph role="paragraph" id="par_id3149645">If a line or an expression begins with text, it is aligned on the left by default. You can change this with any of the <emph>align</emph> commands. An example is <emph>stack{a+b-c*d#alignr "text"}</emph>, where "text" appears aligned to the right. Note that text must always be surrounded by quotation marks.</paragraph> +<paragraph role="paragraph" id="par_id3149966">The standard centralized formulas can be aligned to the left without using the <emph>Format - Align</emph> menu. To do this, place an empty character string, that is, the inverted commas which surround any text "", before the section of formula that you want to align. For example, typing <emph>"" a+b newline "" c+d</emph> results in both equations being left-aligned instead of centered.</paragraph> +<warning id="par_id3145654">When typing information in the Commands window, note that some formats require spaces for the correct structure. This is especially true when entering values (for example, a lsup{3}) instead of placeholders.</warning> +<paragraph role="paragraph" id="par_id3148708">Click <link href="text/smath/01/03091100.xhp">Brackets and Grouping</link> for more information about formatting in <emph>$[officename] Math</emph>.</paragraph> +<paragraph role="paragraph" id="par_id3155340">Useful information about <link href="text/smath/01/03091200.xhp">Indexes and Exponents</link> and <link href="text/smath/01/03091400.xhp">Scaling</link>, helps you organize your document in the best possible way.</paragraph> </body> </helpdocument> diff --git a/source/text/smath/01/03091507.xhp b/source/text/smath/01/03091507.xhp index 092acc60ed..20aad59de3 100644 --- a/source/text/smath/01/03091507.xhp +++ b/source/text/smath/01/03091507.xhp @@ -19,336 +19,336 @@ <helpdocument version="1.0"> <meta> <topic id="textsmath0103091507xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Others</title> +<title id="tit">Others</title> <filename>/text/smath/01/03091507.xhp</filename> </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="index" id="bm_id3156617"><bookmark_value>other operators;list of</bookmark_value> +<bookmark branch="index" id="bm_id3156617"><bookmark_value>other operators;list of</bookmark_value> </bookmark> <h1 id="hd_id6469313"><variable id="others"><link href="text/smath/01/03091507.xhp">Others</link> </variable></h1> <table id="tbl_id3162043"> <tablerow> <tablecell> -<paragraph role="tablehead" id="par_idN126E6" xml-lang="en-US">Typed command(s)</paragraph> +<paragraph role="tablehead" id="par_idN126E6">Typed command(s)</paragraph> </tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3162086" xml-lang="en-US">Symbol in Elements pane</paragraph> +<paragraph role="tablehead" id="par_id3162086">Symbol in Elements pane</paragraph> </tablecell> <tablecell> -<paragraph role="tablehead" id="par_id3162156" xml-lang="en-US">Meaning</paragraph> +<paragraph role="tablehead" id="par_id3162156">Meaning</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12702" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12702" localize="false"> <literal><?></literal> </paragraph> </tablecell> -<tablecell /> +<tablecell/> <tablecell> -<paragraph role="tablecontent" id="par_id3180602" xml-lang="en-US">Placeholder</paragraph> +<paragraph role="tablecontent" id="par_id3180602">Placeholder</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12719" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12719" localize="false"> <literal>dotsaxis</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179931" xml-lang="en-US"> -<image id="img_id3179937" src="media/helpimg/starmath/mi22008.svg" width="1cm" height="1cm"><alt id="alt_id3179937" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179931"> +<image id="img_id3179937" src="media/helpimg/starmath/mi22008.svg" width="1cm" height="1cm"><alt id="alt_id3179937">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180051" xml-lang="en-US">Math-axis ellipsis</paragraph> +<paragraph role="tablecontent" id="par_id3180051">Math-axis ellipsis</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN1274F" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN1274F" localize="false"> <literal>dotsdown</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180374" xml-lang="en-US"> -<image id="img_id3180380" src="media/helpimg/starmath/mi22010.svg" width="1cm" height="1cm"><alt id="alt_id3180380" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3180374"> +<image id="img_id3180380" src="media/helpimg/starmath/mi22010.svg" width="1cm" height="1cm"><alt id="alt_id3180380">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180494" xml-lang="en-US">Downward diagonal ellipsis</paragraph> +<paragraph role="tablecontent" id="par_id3180494">Downward diagonal ellipsis</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12785" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12785" localize="false"> <literal>dotslow</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179784" xml-lang="en-US"> -<image id="img_id3179790" src="media/helpimg/starmath/mi22011.svg" width="1cm" height="1cm"><alt id="alt_id3179790" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179784"> +<image id="img_id3179790" src="media/helpimg/starmath/mi22011.svg" width="1cm" height="1cm"><alt id="alt_id3179790">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179904" xml-lang="en-US">Ellipsis</paragraph> +<paragraph role="tablecontent" id="par_id3179904">Ellipsis</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN127BB" xml-lang="en-US"> +<paragraph role="tablecontent" id="par_idN127BB"> <literal>dotsup</literal> or <literal>dotsdiag</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180078" xml-lang="en-US"> -<image id="img_id3180085" src="media/helpimg/starmath/mi22009.svg" width="1cm" height="1cm"><alt id="alt_id3180085" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3180078"> +<image id="img_id3180085" src="media/helpimg/starmath/mi22009.svg" width="1cm" height="1cm"><alt id="alt_id3180085">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180198" xml-lang="en-US">Upward diagonal ellipsis</paragraph> +<paragraph role="tablecontent" id="par_id3180198">Upward diagonal ellipsis</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN127F5" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN127F5" localize="false"> <literal>dotsvert</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180226" xml-lang="en-US"> -<image id="img_id3180233" src="media/helpimg/starmath/mi22012.svg" width="1cm" height="1cm"><alt id="alt_id3180233" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3180226"> +<image id="img_id3180233" src="media/helpimg/starmath/mi22012.svg" width="1cm" height="1cm"><alt id="alt_id3180233">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3180346" xml-lang="en-US">Vertical ellipsis</paragraph> +<paragraph role="tablecontent" id="par_id3180346">Vertical ellipsis</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN1282B" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN1282B" localize="false"> <literal>downarrow</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179636" xml-lang="en-US"> -<image id="img_id3179643" src="media/helpimg/starmath/mi22019.svg" width="1cm" height="1cm"><alt id="alt_id3179643" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179636"> +<image id="img_id3179643" src="media/helpimg/starmath/mi22019.svg" width="1cm" height="1cm"><alt id="alt_id3179643">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179757" xml-lang="en-US">Down arrow</paragraph> +<paragraph role="tablecontent" id="par_id3179757">Down arrow</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12861" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12861" localize="false"> <literal>exists</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162627" xml-lang="en-US"> -<image id="img_id3162633" src="media/helpimg/starmath/mi21608.svg" width="1cm" height="1cm"><alt id="alt_id3162633" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162627"> +<image id="img_id3162633" src="media/helpimg/starmath/mi21608.svg" width="1cm" height="1cm"><alt id="alt_id3162633">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162747" xml-lang="en-US">Existential quantifier, there is at least one</paragraph> +<paragraph role="tablecontent" id="par_id3162747">Existential quantifier, there is at least one</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idAN12861" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idAN12861" localize="false"> <literal>notexists</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_idA3162627" xml-lang="en-US"> -<image id="img_idA3162633" src="media/helpimg/starmath/mi21618.svg" width="1cm" height="1cm"><alt id="alt_idA3162633" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_idA3162627"> +<image id="img_idA3162633" src="media/helpimg/starmath/mi21618.svg" width="1cm" height="1cm"><alt id="alt_idA3162633">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_idA3162747" xml-lang="en-US">Existential quantifier, there does not exist</paragraph> +<paragraph role="tablecontent" id="par_idA3162747">Existential quantifier, there does not exist</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12897" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12897" localize="false"> <literal>forall</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162775" xml-lang="en-US"> -<image id="img_id3162781" src="media/helpimg/starmath/mi21612.svg" width="1cm" height="1cm"><alt id="alt_id3162781" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162775"> +<image id="img_id3162781" src="media/helpimg/starmath/mi21612.svg" width="1cm" height="1cm"><alt id="alt_id3162781">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162895" xml-lang="en-US">Universal quantifier, for all</paragraph> +<paragraph role="tablecontent" id="par_id3162895">Universal quantifier, for all</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN128CD" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN128CD" localize="false"> <literal>hbar</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162922" xml-lang="en-US"> -<image id="img_id3178464" src="media/helpimg/starmath/mi22014.svg" width="1cm" height="1cm"><alt id="alt_id3178464" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162922"> +<image id="img_id3178464" src="media/helpimg/starmath/mi22014.svg" width="1cm" height="1cm"><alt id="alt_id3178464">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178578" xml-lang="en-US">h with line over it</paragraph> +<paragraph role="tablecontent" id="par_id3178578">h with line over it</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12903" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12903" localize="false"> <literal>im</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178900" xml-lang="en-US"> -<image id="img_id3178906" src="media/helpimg/starmath/mi22004.svg" width="1cm" height="1cm"><alt id="alt_id3178906" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3178900"> +<image id="img_id3178906" src="media/helpimg/starmath/mi22004.svg" width="1cm" height="1cm"><alt id="alt_id3178906">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179020" xml-lang="en-US">Imaginary part of a complex number</paragraph> +<paragraph role="tablecontent" id="par_id3179020">Imaginary part of a complex number</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12939" xml-lang="en-US"> +<paragraph role="tablecontent" id="par_idN12939"> <literal>infinity</literal> or <literal>infty</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162185" xml-lang="en-US"> -<image id="img_id3162192" src="media/helpimg/starmath/mi22005.svg" width="1cm" height="1cm"><alt id="alt_id3162192" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162185"> +<image id="img_id3162192" src="media/helpimg/starmath/mi22005.svg" width="1cm" height="1cm"><alt id="alt_id3162192">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162305" xml-lang="en-US">Infinite</paragraph> +<paragraph role="tablecontent" id="par_id3162305">Infinite</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12973" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12973" localize="false"> <literal>lambdabar</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178604" xml-lang="en-US"> -<image id="img_id3178611" src="media/helpimg/starmath/mi22015.svg" width="1cm" height="1cm"><alt id="alt_id3178611" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3178604"> +<image id="img_id3178611" src="media/helpimg/starmath/mi22015.svg" width="1cm" height="1cm"><alt id="alt_id3178611">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178724" xml-lang="en-US">Lambda with line over it</paragraph> +<paragraph role="tablecontent" id="par_id3178724">Lambda with line over it</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN129A9" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN129A9" localize="false"> <literal>leftarrow</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179195" xml-lang="en-US"> -<image id="img_id3179201" src="media/helpimg/starmath/mi22016.svg" width="1cm" height="1cm"><alt id="alt_id3179201" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179195"> +<image id="img_id3179201" src="media/helpimg/starmath/mi22016.svg" width="1cm" height="1cm"><alt id="alt_id3179201">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179315" xml-lang="en-US">Left arrow</paragraph> +<paragraph role="tablecontent" id="par_id3179315">Left arrow</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN129DF" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN129DF" localize="false"> <literal>nabla</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162480" xml-lang="en-US"> -<image id="img_id3162486" src="media/helpimg/starmath/mi22013.svg" width="1cm" height="1cm"><alt id="alt_id3162486" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162480"> +<image id="img_id3162486" src="media/helpimg/starmath/mi22013.svg" width="1cm" height="1cm"><alt id="alt_id3162486">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162600" xml-lang="en-US">Nabla vector</paragraph> +<paragraph role="tablecontent" id="par_id3162600">Nabla vector</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12A15" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12A15" localize="false"> <literal>partial</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162332" xml-lang="en-US"> -<image id="img_id3162339" src="media/helpimg/starmath/mi22006.svg" width="1cm" height="1cm"><alt id="alt_id3162339" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3162332"> +<image id="img_id3162339" src="media/helpimg/starmath/mi22006.svg" width="1cm" height="1cm"><alt id="alt_id3162339">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3162452" xml-lang="en-US">Partial derivative or set margin</paragraph> +<paragraph role="tablecontent" id="par_id3162452">Partial derivative or set margin</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12A4B" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12A4B" localize="false"> <literal>re</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178752" xml-lang="en-US"> -<image id="img_id3178759" src="media/helpimg/starmath/mi22003.svg" width="1cm" height="1cm"><alt id="alt_id3178759" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3178752"> +<image id="img_id3178759" src="media/helpimg/starmath/mi22003.svg" width="1cm" height="1cm"><alt id="alt_id3178759">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3178872" xml-lang="en-US">Real part of a complex number</paragraph> +<paragraph role="tablecontent" id="par_id3178872">Real part of a complex number</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12A81" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12A81" localize="false"> <literal>rightarrow</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179342" xml-lang="en-US"> -<image id="img_id3179349" src="media/helpimg/starmath/mi22017.svg" width="1cm" height="1cm"><alt id="alt_id3179349" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179342"> +<image id="img_id3179349" src="media/helpimg/starmath/mi22017.svg" width="1cm" height="1cm"><alt id="alt_id3179349">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179462" xml-lang="en-US">Right arrow</paragraph> +<paragraph role="tablecontent" id="par_id3179462">Right arrow</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12AB7" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12AB7" localize="false"> <literal>uparrow</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179489" xml-lang="en-US"> -<image id="img_id3179496" src="media/helpimg/starmath/mi22018.svg" width="1cm" height="1cm"><alt id="alt_id3179496" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179489"> +<image id="img_id3179496" src="media/helpimg/starmath/mi22018.svg" width="1cm" height="1cm"><alt id="alt_id3179496">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179610" xml-lang="en-US">Up arrow</paragraph> +<paragraph role="tablecontent" id="par_id3179610">Up arrow</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph role="tablecontent" id="par_idN12AED" xml-lang="en-US" localize="false"> +<paragraph role="tablecontent" id="par_idN12AED" localize="false"> <literal>wp</literal> </paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179047" xml-lang="en-US"> -<image id="img_id3179054" src="media/helpimg/starmath/mi22007.svg" width="1cm" height="1cm"><alt id="alt_id3179054" xml-lang="en-US">Icon</alt> +<paragraph role="tablecontent" id="par_id3179047"> +<image id="img_id3179054" src="media/helpimg/starmath/mi22007.svg" width="1cm" height="1cm"><alt id="alt_id3179054">Icon</alt> </image></paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3179167" xml-lang="en-US">p function, Weierstrass p</paragraph> +<paragraph role="tablecontent" id="par_id3179167">p function, Weierstrass p</paragraph> </tablecell> </tablerow> </table>
