diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-11 13:00:31 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-11 14:09:26 +0200 |
commit | 1b94db073c7f918ff11d005cfb150da1ddd5cf8c (patch) | |
tree | 1ca5fb99cb586eeadb629e3324b18c739e781edb /source | |
parent | 25c9d4abf6ce26ab213782723ee17f286e77b3b0 (diff) |
Fixes in <alt> contents of images
Change-Id: I9d964da3a86fcc2ff48bde5ac577659204cefe5e
Reviewed-on: https://gerrit.libreoffice.org/54130
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/smath/01/03090904.xhp | 2 | ||||
-rw-r--r-- | source/text/smath/01/03090906.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/smath/01/03090904.xhp b/source/text/smath/01/03090904.xhp index 22bc9259ae..b8b5096e5d 100644 --- a/source/text/smath/01/03090904.xhp +++ b/source/text/smath/01/03090904.xhp @@ -35,7 +35,7 @@ <paragraph role="paragraph" id="par_id3154656" xml-lang="en-US">Here is an example of how to create a matrix with varying font sizes 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_id3153915" xml-lang="en-US"> - <image id="img_id3150213" src="media/helpimg/smzb5.png" width="550px" height="135px"><alt id="alt_id3150213" xml-lang="en-US">Matrix with Varying Font Sizes</alt></image> + <image id="img_id3150213" src="media/helpimg/smzb5.png" width="550px" height="135px"><alt id="alt_id3150213" xml-lang="en-US">Matrix with varying font sizes</alt></image> </paragraph> <paragraph role="code" id="par_id3146965" xml-lang="en-US" localize="false"><item type="input">func G^{(%alpha" ," %beta)}_{ x_m x_n} = left[ matrix { arctan(%alpha) # arctan(%beta) ## x_m + x_n # x_m - x_n }right]</item> </paragraph> </body> diff --git a/source/text/smath/01/03090906.xhp b/source/text/smath/01/03090906.xhp index 03532856e6..fc23f0ce6c 100644 --- a/source/text/smath/01/03090906.xhp +++ b/source/text/smath/01/03090906.xhp @@ -35,7 +35,7 @@ <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="300px" height="245px"><alt id="alt_id3150210" xml-lang="en-US">Matrix in Bold Font</alt></image> + <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> |