public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc-latex-environment filter usage problems
@ 2019-07-14 10:44 rama prakasha
       [not found] ` <9ddf0f15-1c59-4de8-bfca-ed2615e8d7a1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: rama prakasha @ 2019-07-14 10:44 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1453 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.

*Running: Win 10; Cygwin; Pandoc 2.7.3*

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 div markup to latex 
environments. Please Help.

-- 
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/9ddf0f15-1c59-4de8-bfca-ed2615e8d7a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: pandoc-latex-environment filter usage problems
       [not found] ` <9ddf0f15-1c59-4de8-bfca-ed2615e8d7a1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-07-22 18:46   ` Christophe Demko
       [not found]     ` <46efe7ed-40e3-458c-8d0c-df8a8439f47a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Demko @ 2019-07-22 18:46 UTC (permalink / raw)
  To: pandoc-discuss


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

could you post here what this command display:

$ echo $PATH

and if pandoc-latex-environment is in these paths?

Le dimanche 14 juillet 2019 12:44:12 UTC+2, rama prakasha a écrit :
>
> 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.
>
> *Running: Win 10; Cygwin; Pandoc 2.7.3*
>
> 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 div markup to latex 
> environments. Please Help.
>
>

-- 
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/46efe7ed-40e3-458c-8d0c-df8a8439f47a%40googlegroups.com.

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

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

* Re: pandoc-latex-environment filter usage problems
       [not found]     ` <46efe7ed-40e3-458c-8d0c-df8a8439f47a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-11-17 20:21       ` rama prakasha
  0 siblings, 0 replies; 3+ messages in thread
From: rama prakasha @ 2019-11-17 20:21 UTC (permalink / raw)
  To: pandoc-discuss


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



could you post here what this command display:
>
> $ echo $PATH
>
> and if pandoc-latex-environment is in these paths?
>


I ran `where pandoc-latex-environment` it gave this path, and it is present 
in my $PATH also. (/cygdrive/c/cygwin64/bin/:)

C:\cygwin64\bin\pandoc-latex-environment 

-- 
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/bf2b544f-e8dc-4988-91d6-f7520fe18fe3%40googlegroups.com.

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

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

end of thread, other threads:[~2019-11-17 20:21 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:44 pandoc-latex-environment filter usage problems rama prakasha
     [not found] ` <9ddf0f15-1c59-4de8-bfca-ed2615e8d7a1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-07-22 18:46   ` Christophe Demko
     [not found]     ` <46efe7ed-40e3-458c-8d0c-df8a8439f47a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-11-17 20:21       ` 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).