public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc-latex-environment not working.
@ 2019-07-14 10:40 rama prakasha
       [not found] ` <421e676a-a1db-4dff-90a1-76a3d3000917-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: rama prakasha @ 2019-07-14 10:40 UTC (permalink / raw)
  To: pandoc-discuss


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

I wanted to use `pandoc-latex-environment 
<https://github.com/chdemko/pandoc-latex-environment/wiki>` but test isnt 
working after istalling it from `pip3 install pandoc-latex-environment`. 
Can somebody help me. These are output after running commands.

source: `a.md`

```
---
pandoc-latex-environment:
  test: [class1, class2]
---

<div class="class2 class1">content</div>

::: class2
Content
:::
```

case1:

```
$: pandoc -f markdown+fenced_divs -t json a.md | pandoc-latex-environment  
| pandoc -f json -t latex
$: content

$: Content
```

case2:

```
pandoc a.md -t latex -F pandoc-latex-environment 
Error running filter pandoc-latex-environment:
Could not find executable pandoc-latex-environment
```
What could be the problem?


Are there any alternatives for parsing pandoc markdown 

-- 
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/421e676a-a1db-4dff-90a1-76a3d3000917%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: pandoc-latex-environment not working.
       [not found] ` <421e676a-a1db-4dff-90a1-76a3d3000917-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-07-14 15:56   ` John MacFarlane
       [not found]     ` <m2v9w4a9uq.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2019-07-14 15:56 UTC (permalink / raw)
  To: rama prakasha, pandoc-discuss


I suggest you contact the author of that filter.

rama prakasha <ramaprakashak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> I wanted to use `pandoc-latex-environment 
> <https://github.com/chdemko/pandoc-latex-environment/wiki>` but test isnt 
> working after istalling it from `pip3 install pandoc-latex-environment`. 
> Can somebody help me. These are output after running commands.
>
> source: `a.md`
>
> ```
> ---
> pandoc-latex-environment:
>   test: [class1, class2]
> ---
>
> <div class="class2 class1">content</div>
>
> ::: class2
> Content
> :::
> ```
>
> case1:
>
> ```
> $: pandoc -f markdown+fenced_divs -t json a.md | pandoc-latex-environment  
> | pandoc -f json -t latex
> $: content
>
> $: Content
> ```
>
> case2:
>
> ```
> pandoc a.md -t latex -F pandoc-latex-environment 
> Error running filter pandoc-latex-environment:
> Could not find executable pandoc-latex-environment
> ```
> What could be the problem?
>
>
> Are there any alternatives for parsing pandoc markdown 
>
> -- 
> 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/421e676a-a1db-4dff-90a1-76a3d3000917%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


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

* Re: pandoc-latex-environment not working.
       [not found]     ` <m2v9w4a9uq.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2019-07-14 15:57       ` rama prakasha
  0 siblings, 0 replies; 3+ messages in thread
From: rama prakasha @ 2019-07-14 15:57 UTC (permalink / raw)
  To: John MacFarlane; +Cc: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 2412 bytes --]

Thank you, I will do that.

On Sun, Jul 14, 2019, 9:26 PM John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:

>
> I suggest you contact the author of that filter.
>
> rama prakasha <ramaprakashak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > I wanted to use `pandoc-latex-environment
> > <https://github.com/chdemko/pandoc-latex-environment/wiki>` but test
> isnt
> > working after istalling it from `pip3 install pandoc-latex-environment`.
> > Can somebody help me. These are output after running commands.
> >
> > source: `a.md`
> >
> > ```
> > ---
> > pandoc-latex-environment:
> >   test: [class1, class2]
> > ---
> >
> > <div class="class2 class1">content</div>
> >
> > ::: class2
> > Content
> > :::
> > ```
> >
> > case1:
> >
> > ```
> > $: pandoc -f markdown+fenced_divs -t json a.md |
> pandoc-latex-environment
> > | pandoc -f json -t latex
> > $: content
> >
> > $: Content
> > ```
> >
> > case2:
> >
> > ```
> > pandoc a.md -t latex -F pandoc-latex-environment
> > Error running filter pandoc-latex-environment:
> > Could not find executable pandoc-latex-environment
> > ```
> > What could be the problem?
> >
> >
> > Are there any alternatives for parsing pandoc markdown
> >
> > --
> > 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/421e676a-a1db-4dff-90a1-76a3d3000917%40googlegroups.com
> .
> > For more options, visit 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/CAA4ab5%3DAeZwzCiJJz2C-r%3DFAGYiLAM%3DwdkLUW-zT9UUZOpC_mQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 4052 bytes --]

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

end of thread, other threads:[~2019-07-14 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 10:40 pandoc-latex-environment not working rama prakasha
     [not found] ` <421e676a-a1db-4dff-90a1-76a3d3000917-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-07-14 15:56   ` John MacFarlane
     [not found]     ` <m2v9w4a9uq.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-07-14 15:57       ` rama prakasha

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