diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-01 19:34:13 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-01 23:37:44 +0100 |
commit | e9c55114ec5e5c1b106b4dbc9c4521d6de838664 (patch) | |
tree | fb4897c00e2a20800aa3b4fa0c905350a625b7c4 /source/text/scalc/01/func_imcsch.xhp | |
parent | 9bcd8ffcc1c7749ef0144aab2ca6b5c6ca81c5a5 (diff) |
Use svg for equations images in Calc
Change-Id: Ibd355af31b69272badfc985aff4376576d987ce5
Reviewed-on: https://gerrit.libreoffice.org/84173
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/func_imcsch.xhp')
-rw-r--r-- | source/text/scalc/01/func_imcsch.xhp | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/source/text/scalc/01/func_imcsch.xhp b/source/text/scalc/01/func_imcsch.xhp index 30249aecd5..4153284e56 100644 --- a/source/text/scalc/01/func_imcsch.xhp +++ b/source/text/scalc/01/func_imcsch.xhp @@ -20,23 +20,18 @@ <bookmark_value>IMCSCH function</bookmark_value> <bookmark_value>hyperbolic cosecant;complex number</bookmark_value> </bookmark> - <paragraph id="hd_id977779777797777" role="heading" level="2" xml-lang="en-US"> + <h2 id="hd_id977779777797777"> <variable id="imcsch_head"> <link href="text/scalc/01/func_imcsch.xhp">IMCSCH</link> </variable> function - </paragraph> + </h2> <paragraph id="par_id979369793697936" role="paragraph" xml-lang="en-US"> <ahelp hid="."> <variable id="imcsch_des">Returns the hyperbolic cosecant of a complex number.</variable> The hyperbolic cosecant of a complex number can be expressed by: </ahelp> </paragraph> </section> - <paragraph id="par_id195151657917534" role="code" xml-lang="en-US"> - <image id="img_id23513691929169" src="media/helpimg/sc_func_imcsch.png"> - <alt xml-lang="en-US" id="alt_id313882186926700"> - csch(a+bi)=1/sinh(a+bi) - </alt> - </image> + <paragraph id="par_id195151657917534" role="paragraph" xml-lang="en-US"><image src="media/helpimg/sc_func_imcsch.svg" id="img_id211575078735993" width="619.60278px" height="54.962498px"><alt xml-lang="en-US" id="alt_id401575078735994">IMCSCH equation</alt></image> </paragraph> <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> @@ -48,14 +43,14 @@ <paragraph id="par_id1899971619670" role="paragraph" xml-lang="en-US"> Complex_number is a complex number whose hyperbolic cosecant needs to be calculated. </paragraph> - <paragraph id="par_id2596524410490" role="note" localize="false" xml-lang="en-US"> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_comp_numb"/><br /> + <note id="par_id2596524410490"> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_comp_numb"/><br/> <embedvar href="text/scalc/01/ful_func.xhp#func_im_real_numb"/> - </paragraph> - <paragraph id="par_id22040168142858" role="warning" localize="false" xml-lang="en-US"> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> + </note> + <warning id="par_id22040168142858"> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br/> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> - </paragraph> + </warning> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id16814232201137" role="paragraph" xml-lang="en-US"> <item type="input">=IMCSCH("4-3i")</item><br/> |