diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-26 17:57:29 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-27 11:02:15 +0200 |
commit | 489a27e54a4671ac4dc7c2af5f67e898d9d6d100 (patch) | |
tree | 435e3029f53c4947bbdc04ff9e311348e17dab00 /source/text/smath/01/03090906.xhp | |
parent | ee3eb62b553466da7572944643485a83d18cd78c (diff) |
Mute l10n on some Math formulas
+ Review alt text
+ set right images size
+ make formula copiable to clipboard for immediate usage in
Math commands window
Change-Id: Ic6a99876367acd26e2155a520ce45ee14d678a38
Reviewed-on: https://gerrit.libreoffice.org/53546
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/smath/01/03090906.xhp')
-rw-r--r-- | source/text/smath/01/03090906.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/smath/01/03090906.xhp b/source/text/smath/01/03090906.xhp index fa7727b30f..03532856e6 100644 --- a/source/text/smath/01/03090906.xhp +++ b/source/text/smath/01/03090906.xhp @@ -18,7 +18,7 @@ * 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"> <meta> <topic id="textsmath0103090906xml" indexer="include" status="PUBLISH"> @@ -35,8 +35,8 @@ <paragraph role="paragraph" id="par_id3150342" xml-lang="en-US">Here is an example of how to create a bold font matrix in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula.</paragraph> </section> <paragraph role="paragraph" id="par_id3148866" xml-lang="en-US"> -<image id="img_id3150210" src="media/helpimg/smzb6.png" width="9.511cm" height="7.99cm"><alt id="alt_id3150210" xml-lang="en-US">Icon</alt> - </image></paragraph> -<paragraph role="code" id="par_id3154763" xml-lang="en-US">bold { f(x", "y) = left [ stack { x + y over z + left lbrace matrix { 2 # 3 # 4 ## 4 # 5 # 6 ## 6 # 7 # 8} right rbrace # {y + sin (x)} over %alpha # z + y over g } right ]}</paragraph> + <image id="img_id3150210" src="media/helpimg/smzb6.png" width="300px" height="245px"><alt id="alt_id3150210" xml-lang="en-US">Matrix in Bold Font</alt></image> +</paragraph> +<paragraph role="code" id="par_id3154763" xml-lang="en-US" localize="false"><item type="input">bold { f(x", "y) = left [ stack { x + y over z + left lbrace matrix { 2 # 3 # 4 ## 4 # 5 # 6 ## 6 # 7 # 8} right rbrace # {y + sin (x)} over %alpha # z + y over g } right ]}</item></paragraph> </body> </helpdocument> |