public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Problem in tex to mathml (pandoc 1.15.0.4)
@ 2015-07-04  6:58 vidhya vaishu
       [not found] ` <1de423f2-e1ff-4a24-b02a-9abbfc60ce1f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: vidhya vaishu @ 2015-07-04  6:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

I have been doing conversion of tex to xhtml using the command "pandoc 
$sourcefile -s --mathml -o $outfile".

Before I was using pandoc 1.13 version, it was good in mathml conversion. 
When I updated to pandoc 1.15.0.4, 60% of math in tex are not executed. 

For example:

<p>
          Any logarithm of 1 is equal to 0, no matter what base is being 
used:
          <span class="math display">$$\log_a(1)=0.$$</span>
        </p>
      </li>
      <li>
        <p>
          The logarithm of the base is equal to 1:
          <span class="math display">$$\log_a(a)=1.$$</span>
          So for the common and natural logarithms, we have, respectively,
          <span class="math display">$$\log(10)=1\ \text{and}\ 
\ln(e)=1.$$</span>
        </p>


When I was using previous version, I dint face this  issue..95% of math 
were converted, only some rare and advanced cases of math couldn't be 
converted.
But now, most of the math in tex are not getting converted. What should I 
do? Should I again install the previous version of pandoc?

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1de423f2-e1ff-4a24-b02a-9abbfc60ce1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in tex to mathml (pandoc 1.15.0.4)
       [not found] ` <1de423f2-e1ff-4a24-b02a-9abbfc60ce1f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-07-04 11:24   ` vidhya vaishu
       [not found]     ` <647669e9-3ff2-46b2-bed6-eae755695f70-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: vidhya vaishu @ 2015-07-04 11:24 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

I found, if math has . at the end then it is not getting converted. For 
example : $$\log_a(a)=1.$$.

I tried re-installed pandaoc-1.13 as I dint have this issue . But still 
math which has . in it ,not getting converted

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/647669e9-3ff2-46b2-bed6-eae755695f70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in tex to mathml (pandoc 1.15.0.4)
       [not found]     ` <647669e9-3ff2-46b2-bed6-eae755695f70-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-07-04 22:12       ` John MacFarlane
       [not found]         ` <20150704221211.GA11787-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2015-07-04 22:12 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I've fixed this in texmath-0.8.2.2.

If you installed via cabal, you can

cabal install --reinstall --force texmath-0.8.2.2 pandoc


+++ vidhya vaishu [Jul 04 15 04:24 ]:
>   I found, if math has . at the end then it is not getting converted. For
>   example : $$\log_a(a)=1.$$.
>   I tried re-installed pandaoc-1.13 as I dint have this issue . But still
>   math which has . in it ,not getting converted
>
>   --
>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To post to this group, send email to
>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To view this discussion on the web visit
>   [3]https://groups.google.com/d/msgid/pandoc-discuss/647669e9-3ff2-46b2-
>   bed6-eae755695f70%40googlegroups.com.
>   For more options, visit [4]https://groups.google.com/d/optout.
>
>References
>
>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   3. https://groups.google.com/d/msgid/pandoc-discuss/647669e9-3ff2-46b2-bed6-eae755695f70-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in tex to mathml (pandoc 1.15.0.4)
       [not found]         ` <20150704221211.GA11787-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2015-07-06  6:52           ` vidhya vaishu
  0 siblings, 0 replies; 4+ messages in thread
From: vidhya vaishu @ 2015-07-06  6:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

Thank you! It worked.

On Sunday, July 5, 2015 at 3:42:43 AM UTC+5:30, John MacFarlane wrote:
>
> I've fixed this in texmath-0.8.2.2. 
>
> If you installed via cabal, you can 
>
> cabal install --reinstall --force texmath-0.8.2.2 pandoc 
>
>
> +++ vidhya vaishu [Jul 04 15 04:24 ]: 
> >   I found, if math has . at the end then it is not getting converted. 
> For 
> >   example : $$\log_a(a)=1.$$. 
> >   I tried re-installed pandaoc-1.13 as I dint have this issue . But 
> still 
> >   math which has . in it ,not getting converted 
> > 
> >   -- 
> >   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 [1]pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To post to this group, send email to 
> >   [2]pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> >   To view this discussion on the web visit 
> >   [3]
> https://groups.google.com/d/msgid/pandoc-discuss/647669e9-3ff2-46b2- 
> >   bed6-eae755695f70%40googlegroups.com. 
> >   For more options, visit [4]https://groups.google.com/d/optout. 
> > 
> >References 
> > 
> >   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   2. mailto:pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:> 
> >   3. 
> https://groups.google.com/d/msgid/pandoc-discuss/647669e9-3ff2-46b2-bed6-eae755695f70-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer 
> >   4. https://groups.google.com/d/optout 
>
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fb9e8a09-39f7-47d6-bc39-0455bf98ae8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-06  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-04  6:58 Problem in tex to mathml (pandoc 1.15.0.4) vidhya vaishu
     [not found] ` <1de423f2-e1ff-4a24-b02a-9abbfc60ce1f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-07-04 11:24   ` vidhya vaishu
     [not found]     ` <647669e9-3ff2-46b2-bed6-eae755695f70-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-07-04 22:12       ` John MacFarlane
     [not found]         ` <20150704221211.GA11787-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2015-07-06  6:52           ` vidhya vaishu

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).