public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Yibotg <yibotg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: different $\sqrt$ behaviour in pptx and docx
Date: Mon, 11 Sep 2023 05:26:24 -0700 (PDT)	[thread overview]
Message-ID: <1bbbfac2-790c-4358-bf8f-b1618d56ab2fn@googlegroups.com> (raw)
In-Reply-To: <39bf17a2-1b3d-4947-83be-14286fa1b959n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 3886 bytes --]

Sorry , I made a mistake.
*<m:degHide m:val="1" /> leads the correct root sign*
*and*
*<m:degHide m:val="on" /> leads a blank square on the left of root sign.*
在2023年9月11日星期一 UTC+8 20:22:08<Yibotg> 写道:

> Hello, John. I opened the slides/slide1.xml in example.pptx to see what is 
> the difference between \sqrt{x} and \sqrt[\square]{x}. There is the 
> diffence:
> <m:oMath xmlns:m="
> http://schemas.openxmlformats.org/officeDocument/2006/math">
> <m:rad>
>         <m:radPr>
>                 *<m:degHide m:val="1" />*
>                         *<m:degHide m:val="on" />*
>                 </m:radPr>
>                 <m:deg />
>                 <m:e>
>                         <m:r>
>                                 <m:t>x</m:t>
>                         </m:r>
>                 </m:e>
>       </m:rad>
> </m:oMath>
> the red one leads "a blank square on the left of root sign",the blue one 
> leads the correct root sign.
> I think the val 1 not = val on in the pptx.
> however the xml in sample.docx converted by pandoc is the blue one . 
> 在2022年7月1日星期五 UTC+8 18:15:09<John MacFarlane> 写道:
>
>>
>> Looks like the pptx writer tries to render math in native 
>> Word format, using texmath to convert just like the docx 
>> writer. I'm not really sure why there would be a difference 
>> in how the same equation appears. 
>>
>> Sukil Etxenike arizaleta <suki...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes: 
>>
>> > Hi, 
>> > 
>> > I don't know. It may not be rendering math the same way, although both 
>> > are Office products. A note, also, the docs don't say how math is 
>> > rendered in Power Point. They say that it's rendered in all formats, 
>> but 
>> > powerpoint is missing from that list. I've consulted the release notes 
>> > too, and there doesn't appear any mention of Math in Powerpoint apart 
>> > from the fact that it is passed verbatim now in speaker notes. 
>> > 
>> > Thanks, 
>> > 
>> > Sukil 
>> > 
>> > 
>> > El 01/07/2022 a las 10:42, Yibotg escribió: 
>> >> Hi, I used pandoc 2.18 to convert markdown to docx and pptx. 
>> >> 
>> >> $\sqrt{x}$ in md was convert two different equations in docx and pptx: 
>> >> 
>> >> the docx was OK,but the pptx had a blank square on the left of root 
>> sign. 
>> >> 
>> >> How can I get the docx equation in pptx? 
>> >> -- 
>> >> You received this message because you are subscribed to the Google 
>> >> Groups "pandoc-discuss" group. 
>> >> To unsubscribe from this group and stop receiving emails from it, send 
>> >> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 
>> >> To view this discussion on the web visit 
>> >> 
>> https://groups.google.com/d/msgid/pandoc-discuss/dc1b8259-8026-4a7a-b72b-6027677dbb55n%40googlegroups.com 
>> >> <
>> https://groups.google.com/d/msgid/pandoc-discuss/dc1b8259-8026-4a7a-b72b-6027677dbb55n%40googlegroups.com?utm_medium=email&utm_source=footer>. 
>>
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "pandoc-discuss" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/b202bc9b-2f18-bebc-5d96-51f824ed4971%40gmail.com. 
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1bbbfac2-790c-4358-bf8f-b1618d56ab2fn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 7178 bytes --]

  parent reply	other threads:[~2023-09-11 12:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01  8:42 Yibotg
     [not found] ` <dc1b8259-8026-4a7a-b72b-6027677dbb55n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-01  8:55   ` Sukil Etxenike arizaleta
     [not found]     ` <b202bc9b-2f18-bebc-5d96-51f824ed4971-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-07-01 10:15       ` John MacFarlane
     [not found]         ` <m235flw34p.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2023-09-11 12:22           ` Yibotg
     [not found]             ` <39bf17a2-1b3d-4947-83be-14286fa1b959n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-11 12:26               ` Yibotg [this message]
     [not found]                 ` <1bbbfac2-790c-4358-bf8f-b1618d56ab2fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-11 18:37                   ` John MacFarlane
     [not found]                     ` <01D280C5-04D9-49E2-B581-F525362CF976-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-09-12  1:51                       ` Yibotg
     [not found]                         ` <daa7d3f7-6c8d-4b0c-9750-d5a37a726412n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-12 14:34                           ` Yibotg
     [not found]                             ` <1e4f9e6f-838d-44c4-a61d-aefb020d1409n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-13 19:38                               ` John MacFarlane
     [not found]                                 ` <DBB6F836-C10C-4C64-A183-8DA64D1EC99F-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-09-14  0:07                                   ` Yibotg
     [not found]                                     ` <b8208e7d-2d06-4e3a-b399-e2342bac191cn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-14  1:56                                       ` John MacFarlane
2023-09-14  3:45                                         ` John MacFarlane
2023-09-14  4:39                                       ` John MacFarlane
     [not found]                                         ` <C37E1B6E-821A-4BD8-8511-1D73FE3F96FB-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
2023-09-14 10:21                                           ` Yibotg
     [not found]                                             ` <73ed8442-daab-470e-b39a-2163aee231e1n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-09-14 17:23                                               ` John MacFarlane

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1bbbfac2-790c-4358-bf8f-b1618d56ab2fn@googlegroups.com \
    --to=yibotg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).