public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* A mistake of using Pandoc in MS Windows 10
@ 2018-10-18 14:07 Kasenglee
       [not found] ` <15334464-83f7-40d1-ace2-e3ca5671d697-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Kasenglee @ 2018-10-18 14:07 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks for your attention.
I try to convert markdown file to pdf, so I search on the Internet for some 
information and install Pandoc for my purpose.
I gave the following command in PowerShell:
pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex 
--template=pm-template.latex
Here, p,-template.latex is a latex template, see pm-template.latex 
<https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex>
I got these warnings, no errors, as picture shows, but pdf file was NOT 
generated.

What can I do for this...

The version of ...
Pandoc 2.3.1
Windows 10
[image: 11111.PNG] <about:invalid#zClosurez>







-- 
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/15334464-83f7-40d1-ace2-e3ca5671d697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

[-- Attachment #2: 11111.PNG --]
[-- Type: image/png, Size: 3566 bytes --]

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

* Re: A mistake of using Pandoc in MS Windows 10
       [not found] ` <15334464-83f7-40d1-ace2-e3ca5671d697-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-10-18 14:10   ` Kasenglee
  2018-10-18 18:20   ` John MacFarlane
  2018-10-24 12:53   ` Václav Haisman
  2 siblings, 0 replies; 6+ messages in thread
From: Kasenglee @ 2018-10-18 14:10 UTC (permalink / raw)
  To: pandoc-discuss


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

Ops... It seems that the insert picture can not work....
So I describe the warning message here.

Qt: Untested Windows version 6.2 detected!
[WARNING] Missing character: There is no ??pandoc.exe: <stderr>: hPutChar: 
invalid argument(Invalid argument)

end

在 2018年10月18日星期四 UTC+8下午10:07:07,Kasenglee写道:
>
> Thanks for your attention.
> I try to convert markdown file to pdf, so I search on the Internet for 
> some information and install Pandoc for my purpose.
> I gave the following command in PowerShell:
> pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex 
> --template=pm-template.latex
> Here, p,-template.latex is a latex template, see pm-template.latex 
> <https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex>
> I got these warnings, no errors, as picture shows, but pdf file was NOT 
> generated.
>
> What can I do for this...
>
> The version of ...
> Pandoc 2.3.1
> Windows 10
> [image: 11111.PNG]
>
>
>
>
>
>
>
>

-- 
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/e45cc518-e5fe-4713-bdea-06d7244afa07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: A mistake of using Pandoc in MS Windows 10
       [not found] ` <15334464-83f7-40d1-ace2-e3ca5671d697-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2018-10-18 14:10   ` Kasenglee
@ 2018-10-18 18:20   ` John MacFarlane
       [not found]     ` <yh480ksh132k25.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  2018-10-24 12:53   ` Václav Haisman
  2 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2018-10-18 18:20 UTC (permalink / raw)
  To: Kasenglee, pandoc-discuss


No idea.  "Qt" sounds like a GUI library; this warning
doesn't come from pandoc.

Where did you get your pandoc binary? From our
official release page, I hope.

Kasenglee <kasenglee1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Thanks for your attention.
> I try to convert markdown file to pdf, so I search on the Internet for some 
> information and install Pandoc for my purpose.
> I gave the following command in PowerShell:
> pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex 
> --template=pm-template.latex
> Here, p,-template.latex is a latex template, see pm-template.latex 
> <https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex>
> I got these warnings, no errors, as picture shows, but pdf file was NOT 
> generated.
>
> What can I do for this...
>
> The version of ...
> Pandoc 2.3.1
> Windows 10
> [image: 11111.PNG] <about:invalid#zClosurez>
>
>
>
>
>
>
>
> -- 
> 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/15334464-83f7-40d1-ace2-e3ca5671d697%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


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

* Re: A mistake of using Pandoc in MS Windows 10
       [not found]     ` <yh480ksh132k25.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2018-10-22  2:48       ` Kasenglee
       [not found]         ` <5a991cfd-9fea-4fd7-aa9d-8f2d5f18bedc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Kasenglee @ 2018-10-22  2:48 UTC (permalink / raw)
  To: pandoc-discuss


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

Thank U for your attention!
Yes, I get Pandoc from Github..and it's official dowmload page.
You are right, Qt is a GUI library, I use Qt to design GUI for my software. 
But..It's hard to understand why this warning comes up when I use Pandoc...
And...the second warning is really about Pandoc...

在 2018年10月19日星期五 UTC+8上午2:20:51,John MacFarlane写道:
>
>
> No idea.  "Qt" sounds like a GUI library; this warning 
> doesn't come from pandoc. 
>
> Where did you get your pandoc binary? From our 
> official release page, I hope. 
>
> Kasenglee <kaseng...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Thanks for your attention. 
> > I try to convert markdown file to pdf, so I search on the Internet for 
> some 
> > information and install Pandoc for my purpose. 
> > I gave the following command in PowerShell: 
> > pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex 
> > --template=pm-template.latex 
> > Here, p,-template.latex is a latex template, see pm-template.latex 
> > <
> https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex> 
>
> > I got these warnings, no errors, as picture shows, but pdf file was NOT 
> > generated. 
> > 
> > What can I do for this... 
> > 
> > The version of ... 
> > Pandoc 2.3.1 
> > Windows 10 
> > [image: 11111.PNG] <about:invalid#zClosurez> 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -- 
> > 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...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
> <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/15334464-83f7-40d1-ace2-e3ca5671d697%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/5a991cfd-9fea-4fd7-aa9d-8f2d5f18bedc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: A mistake of using Pandoc in MS Windows 10
       [not found]         ` <5a991cfd-9fea-4fd7-aa9d-8f2d5f18bedc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-10-22 11:29           ` mb21
  0 siblings, 0 replies; 6+ messages in thread
From: mb21 @ 2018-10-22 11:29 UTC (permalink / raw)
  To: pandoc-discuss


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

maybe you're calling pandoc win non-unicode data...? but we can only really 
help you if you provide a minimal example that only uses pandoc, no 
wrappers.

On Monday, October 22, 2018 at 4:48:00 AM UTC+2, Kasenglee wrote:
>
> Thank U for your attention!
> Yes, I get Pandoc from Github..and it's official dowmload page.
> You are right, Qt is a GUI library, I use Qt to design GUI for my 
> software. 
> But..It's hard to understand why this warning comes up when I use Pandoc...
> And...the second warning is really about Pandoc...
>
> 在 2018年10月19日星期五 UTC+8上午2:20:51,John MacFarlane写道:
>>
>>
>> No idea.  "Qt" sounds like a GUI library; this warning 
>> doesn't come from pandoc. 
>>
>> Where did you get your pandoc binary? From our 
>> official release page, I hope. 
>>
>> Kasenglee <kaseng...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes: 
>>
>> > Thanks for your attention. 
>> > I try to convert markdown file to pdf, so I search on the Internet for 
>> some 
>> > information and install Pandoc for my purpose. 
>> > I gave the following command in PowerShell: 
>> > pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex 
>> > --template=pm-template.latex 
>> > Here, p,-template.latex is a latex template, see pm-template.latex 
>> > <
>> https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex> 
>>
>> > I got these warnings, no errors, as picture shows, but pdf file was NOT 
>> > generated. 
>> > 
>> > What can I do for this... 
>> > 
>> > The version of ... 
>> > Pandoc 2.3.1 
>> > Windows 10 
>> > [image: 11111.PNG] <about:invalid#zClosurez> 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > -- 
>> > 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 post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/15334464-83f7-40d1-ace2-e3ca5671d697%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/51007feb-3f47-4f28-8252-5781ff5564cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: A mistake of using Pandoc in MS Windows 10
       [not found] ` <15334464-83f7-40d1-ace2-e3ca5671d697-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2018-10-18 14:10   ` Kasenglee
  2018-10-18 18:20   ` John MacFarlane
@ 2018-10-24 12:53   ` Václav Haisman
  2 siblings, 0 replies; 6+ messages in thread
From: Václav Haisman @ 2018-10-24 12:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

On Thu, 18 Oct 2018 at 16:07, Kasenglee <kasenglee1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> Thanks for your attention.
> I try to convert markdown file to pdf, so I search on the Internet for
> some information and install Pandoc for my purpose.
> I gave the following command in PowerShell:
> pandoc target_file.md -o outfile.pdf --pdf-engine=xelatex
> --template=pm-template.latex
> Here, p,-template.latex is a latex template, see pm-template.latex
> <https://github.com/tzengyuxio/pages/blob/gh-pages/pandoc/pm-template.latex>
> I got these warnings, no errors, as picture shows, but pdf file was NOT
> generated.
>
> What can I do for this...
>
> The version of ...
> Pandoc 2.3.1
> Windows 10
> [image: 11111.PNG]
>
>
>
>
> --
>

Have you tried executing it in plain CMD shell instead of Powershell? I
also have problems executing pandoc.exe from Powershell but it works just
fine in CMD shell.

My problem is slightly different:

Access violation in generated code when executing data at 0x97cb44a


--VH

-- 
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/CAKw7uVjPDrSpVtW9A6FFJ7XGu%2BMm7xNtCqhJ%2BTq_uiaoP_6T%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

[-- Attachment #2: 11111.PNG --]
[-- Type: image/png, Size: 3566 bytes --]

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

end of thread, other threads:[~2018-10-24 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 14:07 A mistake of using Pandoc in MS Windows 10 Kasenglee
     [not found] ` <15334464-83f7-40d1-ace2-e3ca5671d697-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-10-18 14:10   ` Kasenglee
2018-10-18 18:20   ` John MacFarlane
     [not found]     ` <yh480ksh132k25.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-10-22  2:48       ` Kasenglee
     [not found]         ` <5a991cfd-9fea-4fd7-aa9d-8f2d5f18bedc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-10-22 11:29           ` mb21
2018-10-24 12:53   ` Václav Haisman

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