public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc does not recognize $$ as explicit math
@ 2020-04-18  8:16 András Kovács
       [not found] ` <eb804744-bdcd-45e6-9577-af393177c9fc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: András Kovács @ 2020-04-18  8:16 UTC (permalink / raw)
  To: pandoc-discuss


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

Using the online <https://pandoc.org/try/> pandoc converter on the test file

Inline math: $\{(x_i,y_i)\}_{i \in I}$. Explicit math:
$$
\{(x_i,y_i)\}_{i \in I}
$$

gives the expected LaTeX output:

Inline math: \(\{(x_i,y_i)\}_{i \in I}\). Explicit math: \[
\{(x_i,y_i)\}_{i \in I}
\]

However, pandoc on my system results in

Inline math: \$\{(x\_i,y\_i)\}\emph{\{i \textbackslash{}in I\}\$.
Explicit math: \$\$ \{(x\_i,y\_i)\}}\{i \textbackslash{}in I\} \$\$

My pandoc (shipped with Ubuntu 18.04 LTS):

pandoc 2.2.3.2
Compiled with pandoc-types 1.17.5.1, texmath 0.11.0.1, skylighting 0.7.2

I used

pandoc --from=markdown_mmd --to=latex --standalone filename.md

What is the problem?


-- 
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/eb804744-bdcd-45e6-9577-af393177c9fc%40googlegroups.com.

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

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

* Re: pandoc does not recognize $$ as explicit math
       [not found] ` <eb804744-bdcd-45e6-9577-af393177c9fc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-04-18 14:26   ` Albert Krewinkel
       [not found]     ` <87zhb8vpir.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Albert Krewinkel @ 2020-04-18 14:26 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Multimarkdown does not support tex math, so you'd have to enable the
tex_math_dollars extension explicitly:

    pandoc --from=markdown_mmd+tex_math_dollars ...

HTH

András Kovács writes:

> Using the online <https://pandoc.org/try/> pandoc converter on the test file
>
> Inline math: $\{(x_i,y_i)\}_{i \in I}$. Explicit math:
> $$
> \{(x_i,y_i)\}_{i \in I}
> $$
>
> gives the expected LaTeX output:
>
> Inline math: \(\{(x_i,y_i)\}_{i \in I}\). Explicit math: \[
> \{(x_i,y_i)\}_{i \in I}
> \]
>
> However, pandoc on my system results in
>
> Inline math: \$\{(x\_i,y\_i)\}\emph{\{i \textbackslash{}in I\}\$.
> Explicit math: \$\$ \{(x\_i,y\_i)\}}\{i \textbackslash{}in I\} \$\$
>
> My pandoc (shipped with Ubuntu 18.04 LTS):
>
> pandoc 2.2.3.2
> Compiled with pandoc-types 1.17.5.1, texmath 0.11.0.1, skylighting 0.7.2
>
> I used
>
> pandoc --from=markdown_mmd --to=latex --standalone filename.md
>
> What is the problem?


-- 
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124

-- 
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/87zhb8vpir.fsf%40zeitkraut.de.


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

* Re: pandoc does not recognize $$ as explicit math
       [not found]     ` <87zhb8vpir.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
@ 2020-05-07 21:50       ` András Kovács
  0 siblings, 0 replies; 3+ messages in thread
From: András Kovács @ 2020-05-07 21:50 UTC (permalink / raw)
  To: pandoc-discuss


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

Perfect! Thank you.

On Saturday, 18 April 2020 16:26:31 UTC+2, Albert Krewinkel wrote:
>
> Multimarkdown does not support tex math, so you'd have to enable the 
> tex_math_dollars extension explicitly: 
>
>     pandoc --from=markdown_mmd+tex_math_dollars ... 
>
> HTH 
>
> András Kovács writes: 
>
> > Using the online <https://pandoc.org/try/> pandoc converter on the test 
> file 
> > 
> > Inline math: $\{(x_i,y_i)\}_{i \in I}$. Explicit math: 
> > $$ 
> > \{(x_i,y_i)\}_{i \in I} 
> > $$ 
> > 
> > gives the expected LaTeX output: 
> > 
> > Inline math: \(\{(x_i,y_i)\}_{i \in I}\). Explicit math: \[ 
> > \{(x_i,y_i)\}_{i \in I} 
> > \] 
> > 
> > However, pandoc on my system results in 
> > 
> > Inline math: \$\{(x\_i,y\_i)\}\emph{\{i \textbackslash{}in I\}\$. 
> > Explicit math: \$\$ \{(x\_i,y\_i)\}}\{i \textbackslash{}in I\} \$\$ 
> > 
> > My pandoc (shipped with Ubuntu 18.04 LTS): 
> > 
> > pandoc 2.2.3.2 
> > Compiled with pandoc-types 1.17.5.1, texmath 0.11.0.1, skylighting 0.7.2 
> > 
> > I used 
> > 
> > pandoc --from=markdown_mmd --to=latex --standalone filename.md 
> > 
> > What is the problem? 
>
>
> -- 
> Albert Krewinkel 
> GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124 
>

-- 
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/9da1a68f-85b3-4d6f-a924-d0169b0975d6%40googlegroups.com.

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

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

end of thread, other threads:[~2020-05-07 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  8:16 pandoc does not recognize $$ as explicit math András Kovács
     [not found] ` <eb804744-bdcd-45e6-9577-af393177c9fc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-04-18 14:26   ` Albert Krewinkel
     [not found]     ` <87zhb8vpir.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2020-05-07 21:50       ` András Kovács

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