public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Missing Number, Treated As Zero
@ 2020-06-08 22:36 Aaron Lopez
       [not found] ` <a9152437-f2b3-45f1-a758-40dec96551d0o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Aaron Lopez @ 2020-06-08 22:36 UTC (permalink / raw)
  To: pandoc-discuss


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

Testing the conversion of .epub to pdf and not having much luck.  I 
downloaded a random epub file to test with...

pandoc -f epub -t latex -o mytest.pdf --pdf-engine=pdflatex 
aliceDynamic.epub --verbose > epub.txt

! Missing number, treated as zero.
<to be read again>
                   \protect
l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
                                                  \end{center}
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on C:\tex2pdf.-5080fd875f0b148b\input.log.

Error producing PDF.
! Missing number, treated as zero.
<to be read again>
                   \protect
l.90 ...enter}\rule{0.5\linewidth}{\linethickness}

The text2pdf file is just an empty folder.

Help is greatly appreciated!

A

-- 
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/a9152437-f2b3-45f1-a758-40dec96551d0o%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found] ` <a9152437-f2b3-45f1-a758-40dec96551d0o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-06-08 22:38   ` Aaron Lopez
  2020-06-08 22:40   ` 'Oliver Demetz' via pandoc-discuss
  2020-06-08 23:08   ` Joost Kremers
  2 siblings, 0 replies; 12+ messages in thread
From: Aaron Lopez @ 2020-06-08 22:38 UTC (permalink / raw)
  To: pandoc-discuss


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

Forgot to add the version info...

pandoc 2.7
Compiled with pandoc-types 1.17.5.4, texmath 0.11.2.1, skylighting 0.7.7
Default user data directory: C:\Users\Administrator\AppData\Roaming\pandoc
Copyright (C) 2006-2019 John MacFarlane
Web:  http://pandoc.org
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.

On Monday, June 8, 2020 at 3:36:17 PM UTC-7, Aaron Lopez wrote:
>
> Testing the conversion of .epub to pdf and not having much luck.  I 
> downloaded a random epub file to test with...
>
> pandoc -f epub -t latex -o mytest.pdf --pdf-engine=pdflatex 
> aliceDynamic.epub --verbose > epub.txt
>
> ! Missing number, treated as zero.
> <to be read again>
>                    \protect
> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>                                                   \end{center}
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on C:\tex2pdf.-5080fd875f0b148b\input.log.
>
> Error producing PDF.
> ! Missing number, treated as zero.
> <to be read again>
>                    \protect
> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>
> The text2pdf file is just an empty folder.
>
> Help is greatly appreciated!
>
> A
>

-- 
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/7d47e6ac-ba4a-44b4-a1e9-b0d2855e486bo%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found] ` <a9152437-f2b3-45f1-a758-40dec96551d0o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-06-08 22:38   ` Aaron Lopez
@ 2020-06-08 22:40   ` 'Oliver Demetz' via pandoc-discuss
       [not found]     ` <d59f6f6a-1686-4b78-8161-b4b3923be08co-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-06-08 23:08   ` Joost Kremers
  2 siblings, 1 reply; 12+ messages in thread
From: 'Oliver Demetz' via pandoc-discuss @ 2020-06-08 22:40 UTC (permalink / raw)
  To: pandoc-discuss


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

You can convert to tex first:

pandoc --pdf-engine /usr/bin/xelatex -f epub -o test.tex


and then to pdf manually /usr/bin/xelatex test.tex to get the full output and error message.

-- 
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/d59f6f6a-1686-4b78-8161-b4b3923be08co%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found] ` <a9152437-f2b3-45f1-a758-40dec96551d0o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-06-08 22:38   ` Aaron Lopez
  2020-06-08 22:40   ` 'Oliver Demetz' via pandoc-discuss
@ 2020-06-08 23:08   ` Joost Kremers
       [not found]     ` <87wo4hdukx.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  2 siblings, 1 reply; 12+ messages in thread
From: Joost Kremers @ 2020-06-08 23:08 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


On Tue, Jun 09 2020, Aaron Lopez wrote:
> Testing the conversion of .epub to pdf and not having much luck. 
> I 
> downloaded a random epub file to test with...
>
> pandoc -f epub -t latex -o mytest.pdf --pdf-engine=pdflatex 
> aliceDynamic.epub --verbose > epub.txt
>
> ! Missing number, treated as zero.
> <to be read again>
>                    \protect
> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>                                                   \end{center}
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on C:\tex2pdf.-5080fd875f0b148b\input.log.
>
> Error producing PDF.
> ! Missing number, treated as zero.
> <to be read again>
>                    \protect
> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>

The latex macro `\rule` requires two arguments, a length and a 
line thickness. The error message suggests that the macro 
`\linethickness` isn't defined. I'm not sure what could be the 
cause of that, though.

-- 
Joost Kremers
Life has its moments


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

* Re: Missing Number, Treated As Zero
       [not found]     ` <d59f6f6a-1686-4b78-8161-b4b3923be08co-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-06-08 23:12       ` Aaron Lopez
       [not found]         ` <4b053617-93c3-47c9-a576-607f2dd12942o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Aaron Lopez @ 2020-06-08 23:12 UTC (permalink / raw)
  To: pandoc-discuss


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

Right now i'm running Windows.

Tried it.  Here's what I'm getting for this:

C:\>pandoc --pdf-engine C:\Program Files\MiKTeX 2.9\miktex\bin\x64\xelatex 
-f epub -o text.tex
pdf-engine must be one of wkhtmltopdf, weasyprint, prince, pdflatex, 
lualatex, xelatex, latexmk, pdfroff, context



On Monday, June 8, 2020 at 3:40:13 PM UTC-7, Oliver Demetz wrote:
>
> You can convert to tex first:
>
> pandoc --pdf-engine /usr/bin/xelatex -f epub -o test.tex
>
>
> and then to pdf manually /usr/bin/xelatex test.tex to get the full output and error message.
>
>

-- 
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/4b053617-93c3-47c9-a576-607f2dd12942o%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found]         ` <4b053617-93c3-47c9-a576-607f2dd12942o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-06-08 23:21           ` Joost Kremers
       [not found]             ` <87o8ptdtz9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Joost Kremers @ 2020-06-08 23:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


On Tue, Jun 09 2020, Aaron Lopez wrote:
> Right now i'm running Windows.
>
> Tried it.  Here's what I'm getting for this:
>
> C:\>pandoc --pdf-engine C:\Program Files\MiKTeX 
> 2.9\miktex\bin\x64\xelatex 
> -f epub -o text.tex
> pdf-engine must be one of wkhtmltopdf, weasyprint, prince, 
> pdflatex, 
> lualatex, xelatex, latexmk, pdfroff, context

Yes, `--pdf-engine` doesn't take a file path, it just accepts a 
predefined set of engine names. The program `xelatex` should 
simply be in your $PATH. So:

    pandoc --pdf-engine xelatex  -f epub -o text.tex



-- 
Joost Kremers
Life has its moments


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

* Re: Missing Number, Treated As Zero
       [not found]             ` <87o8ptdtz9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2020-06-08 23:47               ` Aaron Lopez
       [not found]                 ` <939f4e71-b9a6-4d2b-9094-34409f13dcb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Aaron Lopez @ 2020-06-08 23:47 UTC (permalink / raw)
  To: pandoc-discuss


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

I see...trying...

On Monday, June 8, 2020 at 4:21:35 PM UTC-7, Joost wrote:
>
>
> On Tue, Jun 09 2020, Aaron Lopez wrote: 
> > Right now i'm running Windows. 
> > 
> > Tried it.  Here's what I'm getting for this: 
> > 
> > C:\>pandoc --pdf-engine C:\Program Files\MiKTeX 
> > 2.9\miktex\bin\x64\xelatex 
> > -f epub -o text.tex 
> > pdf-engine must be one of wkhtmltopdf, weasyprint, prince, 
> > pdflatex, 
> > lualatex, xelatex, latexmk, pdfroff, context 
>
> Yes, `--pdf-engine` doesn't take a file path, it just accepts a 
> predefined set of engine names. The program `xelatex` should 
> simply be in your $PATH. So: 
>
>     pandoc --pdf-engine xelatex  -f epub -o text.tex 
>
>
>
> -- 
> Joost Kremers 
> Life has its moments 
>

-- 
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/939f4e71-b9a6-4d2b-9094-34409f13dcb9o%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found]                 ` <939f4e71-b9a6-4d2b-9094-34409f13dcb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-06-09  0:06                   ` Aaron Lopez
       [not found]                     ` <a94be64e-976d-49fb-a805-67dfb4ccab7ao-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Aaron Lopez @ 2020-06-09  0:06 UTC (permalink / raw)
  To: pandoc-discuss


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

Something must not be configured correctly, it just sits there....

On Monday, June 8, 2020 at 4:47:58 PM UTC-7, Aaron Lopez wrote:
>
> I see...trying...
>
> On Monday, June 8, 2020 at 4:21:35 PM UTC-7, Joost wrote:
>>
>>
>> On Tue, Jun 09 2020, Aaron Lopez wrote: 
>> > Right now i'm running Windows. 
>> > 
>> > Tried it.  Here's what I'm getting for this: 
>> > 
>> > C:\>pandoc --pdf-engine C:\Program Files\MiKTeX 
>> > 2.9\miktex\bin\x64\xelatex 
>> > -f epub -o text.tex 
>> > pdf-engine must be one of wkhtmltopdf, weasyprint, prince, 
>> > pdflatex, 
>> > lualatex, xelatex, latexmk, pdfroff, context 
>>
>> Yes, `--pdf-engine` doesn't take a file path, it just accepts a 
>> predefined set of engine names. The program `xelatex` should 
>> simply be in your $PATH. So: 
>>
>>     pandoc --pdf-engine xelatex  -f epub -o text.tex 
>>
>>
>>
>> -- 
>> Joost Kremers 
>> Life has its moments 
>>
>

-- 
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/a94be64e-976d-49fb-a805-67dfb4ccab7ao%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found]                     ` <a94be64e-976d-49fb-a805-67dfb4ccab7ao-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-06-09  0:22                       ` Joost Kremers
       [not found]                         ` <87h7vldr5z.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Joost Kremers @ 2020-06-09  0:22 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


On Tue, Jun 09 2020, Aaron Lopez wrote:
> Something must not be configured correctly, it just sits 
> there....

No, you still need to add the file name of your input file to the 
command line. Otherwise Pandoc reads from standard input.

    pandoc --pdf-engine xelatex  -f epub -o text.tex <yourfile.md>


-- 
Joost Kremers
Life has its moments


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

* Re: Missing Number, Treated As Zero
       [not found]                         ` <87h7vldr5z.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2020-06-09  6:02                           ` Aaron Lopez
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Lopez @ 2020-06-09  6:02 UTC (permalink / raw)
  To: pandoc-discuss


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

Ok.  Did that and got a "tex" file.  Is this converting to pdf manually?

C:\>pandoc --pdf-engine xelatex  -o aliceDynamic.pdf test.tex
[WARNING] Could not fetch resource 'images/alice01a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice02a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice03a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice04a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice05a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice06a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice07a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice08a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice10a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice09a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice11a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice12a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice13a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice14a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice15a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice20a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice21a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice22a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice23a.gif': replacing image 
with description
[WARNING] Could not fetch resource 'images/alice24a.gif': replacing image 
with description
xelatex: security risk: running with elevated privileges
xelatex: security risk: running with elevated privileges
Error producing PDF.
! Missing number, treated as zero.
<to be read again>
                   \protect
l.86 ...enter}\rule{0.5\linewidth}{\linethickness}

On Monday, June 8, 2020 at 5:22:25 PM UTC-7, Joost wrote:
>
>
> On Tue, Jun 09 2020, Aaron Lopez wrote: 
> > Something must not be configured correctly, it just sits 
> > there.... 
>
> No, you still need to add the file name of your input file to the 
> command line. Otherwise Pandoc reads from standard input. 
>
>     pandoc --pdf-engine xelatex  -f epub -o text.tex <yourfile.md> 
>
>
> -- 
> Joost Kremers 
> Life has its moments 
>

-- 
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/59edf6f9-0307-4ba4-a55e-c0d23adc7a58o%40googlegroups.com.

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

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

* Re: Missing Number, Treated As Zero
       [not found]     ` <87wo4hdukx.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2020-06-09  6:07       ` Albert Krewinkel
       [not found]         ` <87d068vkk9.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Albert Krewinkel @ 2020-06-09  6:07 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


Joost Kremers writes:

> On Tue, Jun 09 2020, Aaron Lopez wrote:
>> Testing the conversion of .epub to pdf and not having much luck. I downloaded
>> a random epub file to test with...
>>
>> pandoc -f epub -t latex -o mytest.pdf --pdf-engine=pdflatex aliceDynamic.epub
>> --verbose > epub.txt
>>
>> ! Missing number, treated as zero.
>> <to be read again>
>>                    \protect
>> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>>                                                   \end{center}
>> !  ==> Fatal error occurred, no output PDF file produced!
>> Transcript written on C:\tex2pdf.-5080fd875f0b148b\input.log.
>>
>> Error producing PDF.
>> ! Missing number, treated as zero.
>> <to be read again>
>>                    \protect
>> l.90 ...enter}\rule{0.5\linewidth}{\linethickness}
>>
>
> The latex macro `\rule` requires two arguments, a length and a line thickness.
> The error message suggests that the macro `\linethickness` isn't defined. I'm
> not sure what could be the cause of that, though.

See also
https://github.com/jgm/pandoc/commit/d9db76dcf40d1930ad15317d76fd2c90d9114801

The solution for Aaron is to update pandoc to the latest version.

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


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

* Re: Missing Number, Treated As Zero
       [not found]         ` <87d068vkk9.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
@ 2020-06-09 17:22           ` Aaron Lopez
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Lopez @ 2020-06-09 17:22 UTC (permalink / raw)
  To: pandoc-discuss


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

You were correct.  Thanks everyone for all your help!!

On Monday, June 8, 2020 at 11:07:43 PM UTC-7, Albert Krewinkel wrote:
>
>
> Joost Kremers writes: 
>
> > On Tue, Jun 09 2020, Aaron Lopez wrote: 
> >> Testing the conversion of .epub to pdf and not having much luck. I 
> downloaded 
> >> a random epub file to test with... 
> >> 
> >> pandoc -f epub -t latex -o mytest.pdf --pdf-engine=pdflatex 
> aliceDynamic.epub 
> >> --verbose > epub.txt 
> >> 
> >> ! Missing number, treated as zero. 
> >> <to be read again> 
> >>                    \protect 
> >> l.90 ...enter}\rule{0.5\linewidth}{\linethickness} 
> >>                                                   \end{center} 
> >> !  ==> Fatal error occurred, no output PDF file produced! 
> >> Transcript written on C:\tex2pdf.-5080fd875f0b148b\input.log. 
> >> 
> >> Error producing PDF. 
> >> ! Missing number, treated as zero. 
> >> <to be read again> 
> >>                    \protect 
> >> l.90 ...enter}\rule{0.5\linewidth}{\linethickness} 
> >> 
> > 
> > The latex macro `\rule` requires two arguments, a length and a line 
> thickness. 
> > The error message suggests that the macro `\linethickness` isn't 
> defined. I'm 
> > not sure what could be the cause of that, though. 
>
> See also 
>
> https://github.com/jgm/pandoc/commit/d9db76dcf40d1930ad15317d76fd2c90d9114801 
>
> The solution for Aaron is to update pandoc to the latest version. 
>
> -- 
> 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/3487ea8b-65db-4ace-b7f4-67d5e69c7544o%40googlegroups.com.

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

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

end of thread, other threads:[~2020-06-09 17:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08 22:36 Missing Number, Treated As Zero Aaron Lopez
     [not found] ` <a9152437-f2b3-45f1-a758-40dec96551d0o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-08 22:38   ` Aaron Lopez
2020-06-08 22:40   ` 'Oliver Demetz' via pandoc-discuss
     [not found]     ` <d59f6f6a-1686-4b78-8161-b4b3923be08co-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-08 23:12       ` Aaron Lopez
     [not found]         ` <4b053617-93c3-47c9-a576-607f2dd12942o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-08 23:21           ` Joost Kremers
     [not found]             ` <87o8ptdtz9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2020-06-08 23:47               ` Aaron Lopez
     [not found]                 ` <939f4e71-b9a6-4d2b-9094-34409f13dcb9o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-09  0:06                   ` Aaron Lopez
     [not found]                     ` <a94be64e-976d-49fb-a805-67dfb4ccab7ao-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-09  0:22                       ` Joost Kremers
     [not found]                         ` <87h7vldr5z.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2020-06-09  6:02                           ` Aaron Lopez
2020-06-08 23:08   ` Joost Kremers
     [not found]     ` <87wo4hdukx.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2020-06-09  6:07       ` Albert Krewinkel
     [not found]         ` <87d068vkk9.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2020-06-09 17:22           ` Aaron Lopez

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