public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
@ 2017-11-23  6:00 Alec Clews
       [not found] ` <1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Alec Clews @ 2017-11-23  6:00 UTC (permalink / raw)
  To: pandoc-discuss


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

Hello

I have upgraded to pandoc 2.0.3 and I am getting a warning

[WARNING] Deprecated: --latexmathml


It seems to have no ill effect and I still get my output. It appears no 
matter what the output format is (PDF, HTML or plain). I have no maths in 
my markdown (that I know about).

The command I am using is

pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o 
BlogPost.html

Can anyone suggest why I am getting this message and how to get rid of it.

Many thanks

Alec

-- 
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/1e23bb84-e4b8-4a3e-83f6-1043b74c8073%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found] ` <1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2017-11-24  1:00   ` John MacFarlane
       [not found]     ` <20171124010043.GC8842-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: John MacFarlane @ 2017-11-24  1:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

You should not get this message unless you use
`--latexmathml` on the command line.

Is it possible that your 'pandoc' is aliased to something
like 'pandoc --latexmathml'?  Or that you're actually
running a shell wrapper?

+++ Alec Clews [Nov 22 17 22:00 ]:
>   Hello
>   I have upgraded to pandoc 2.0.3 and I am getting a warning
>   [WARNING] Deprecated: --latexmathml
>   It seems to have no ill effect and I still get my output. It appears no
>   matter what the output format is (PDF, HTML or plain). I have no maths
>   in my markdown (that I know about).
>   The command I am using is
>   pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>   BlogPost.html
>   Can anyone suggest why I am getting this message and how to get rid of
>   it.
>   Many thanks
>   Alec
>
>   --
>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To post to this group, send email to
>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To view this discussion on the web visit
>   [3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-
>   83f6-1043b74c8073%40googlegroups.com.
>   For more options, visit [4]https://groups.google.com/d/optout.
>
>References
>
>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   3. https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found]     ` <20171124010043.GC8842-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
@ 2017-11-24  3:59       ` Alec Clews
       [not found]         ` <773f3435-8486-91de-f46e-cb1a47f74c7d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Alec Clews @ 2017-11-24  3:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Thanks for the response. However the output from

`file $(type -p  pandoc)`

is

`/usr/local/bin/pandoc: Mach-O 64-bit executable x86_64`


and the command I am running is


`pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o 
BlogPost.html`


Does pandoc have a default configuration file?


Thanks



On 24/11/17 12:00, John MacFarlane wrote:
> You should not get this message unless you use
> `--latexmathml` on the command line.
>
> Is it possible that your 'pandoc' is aliased to something
> like 'pandoc --latexmathml'?  Or that you're actually
> running a shell wrapper?
>
> +++ Alec Clews [Nov 22 17 22:00 ]:
>>   Hello
>>   I have upgraded to pandoc 2.0.3 and I am getting a warning
>>   [WARNING] Deprecated: --latexmathml
>>   It seems to have no ill effect and I still get my output. It 
>> appears no
>>   matter what the output format is (PDF, HTML or plain). I have no maths
>>   in my markdown (that I know about).
>>   The command I am using is
>>   pandoc --number-sections -s -smart -f markdown+startnum 
>> BlogPost.pmd -o
>>   BlogPost.html
>>   Can anyone suggest why I am getting this message and how to get rid of
>>   it.
>>   Many thanks
>>   Alec
>>
>>   --
>>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>   To post to this group, send email to
>>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>   To view this discussion on the web visit
>> [3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-
>>   83f6-1043b74c8073%40googlegroups.com.
>>   For more options, visit [4]https://groups.google.com/d/optout.
>>
>> References
>>
>>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>   3. 
>> https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>>   4. https://groups.google.com/d/optout
>

-- 

Alec Clews
Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
blog:http://alecthegeek.github.io/

-- 
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/773f3435-8486-91de-f46e-cb1a47f74c7d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found]         ` <773f3435-8486-91de-f46e-cb1a47f74c7d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-24  6:52           ` Ivan Lazar Miljenovic
       [not found]             ` <CA+u6gbyNsRj3=HgB7vbE4q4s6kXSz2F3nsSra5vHo6ty55e0dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Ivan Lazar Miljenovic @ 2017-11-24  6:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 24 November 2017 at 14:59, Alec Clews <alecclews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Thanks for the response. However the output from
>
> `file $(type -p  pandoc)`
>
> is
>
> `/usr/local/bin/pandoc: Mach-O 64-bit executable x86_64`
>
>
> and the command I am running is
>
>
> `pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
> BlogPost.html`

Maybe try explicitly using the path to the executable to make sure?

>
>
> Does pandoc have a default configuration file?
>
>
> Thanks
>
>
>
>
> On 24/11/17 12:00, John MacFarlane wrote:
>>
>> You should not get this message unless you use
>> `--latexmathml` on the command line.
>>
>> Is it possible that your 'pandoc' is aliased to something
>> like 'pandoc --latexmathml'?  Or that you're actually
>> running a shell wrapper?
>>
>> +++ Alec Clews [Nov 22 17 22:00 ]:
>>>
>>>   Hello
>>>   I have upgraded to pandoc 2.0.3 and I am getting a warning
>>>   [WARNING] Deprecated: --latexmathml
>>>   It seems to have no ill effect and I still get my output. It appears no
>>>   matter what the output format is (PDF, HTML or plain). I have no maths
>>>   in my markdown (that I know about).
>>>   The command I am using is
>>>   pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>>>   BlogPost.html
>>>   Can anyone suggest why I am getting this message and how to get rid of
>>>   it.
>>>   Many thanks
>>>   Alec
>>>
>>>   --
>>>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>   To post to this group, send email to
>>>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>   To view this discussion on the web visit
>>> [3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-
>>>   83f6-1043b74c8073%40googlegroups.com.
>>>   For more options, visit [4]https://groups.google.com/d/optout.
>>>
>>> References
>>>
>>>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>   3.
>>> https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>>>   4. https://groups.google.com/d/optout
>>
>>
>
> --
>
> Alec Clews
> Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
> Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
> blog:http://alecthegeek.github.io/
>
> --
> 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/773f3435-8486-91de-f46e-cb1a47f74c7d%40gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://IvanMiljenovic.wordpress.com


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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found]             ` <CA+u6gbyNsRj3=HgB7vbE4q4s6kXSz2F3nsSra5vHo6ty55e0dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-11-26  2:23               ` Alec Clews
       [not found]                 ` <3cfd9008-25b8-4397-5a79-f7c6a12ffb6b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Alec Clews @ 2017-11-26  2:23 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Thanks for the suggestion. However it had no affect.


     /usr/local/bin/pandoc --number-sections -s -smart -f 
markdown+startnum BlogPost.pmd -o BlogPost.docx
     [WARNING] Deprecated: --latexmathml

Could this be a bug?

I am happy to supply input markdown file.


On 24/11/17 17:52, Ivan Lazar Miljenovic wrote:
> On 24 November 2017 at 14:59, Alec Clews <alecclews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Thanks for the response. However the output from
>>
>> `file $(type -p  pandoc)`
>>
>> is
>>
>> `/usr/local/bin/pandoc: Mach-O 64-bit executable x86_64`
>>
>>
>> and the command I am running is
>>
>>
>> `pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>> BlogPost.html`
> Maybe try explicitly using the path to the executable to make sure?
>
>>
>> Does pandoc have a default configuration file?
>>
>>
>> Thanks
>>
>>
>>
>>
>> On 24/11/17 12:00, John MacFarlane wrote:
>>> You should not get this message unless you use
>>> `--latexmathml` on the command line.
>>>
>>> Is it possible that your 'pandoc' is aliased to something
>>> like 'pandoc --latexmathml'?  Or that you're actually
>>> running a shell wrapper?
>>>
>>> +++ Alec Clews [Nov 22 17 22:00 ]:
>>>>    Hello
>>>>    I have upgraded to pandoc 2.0.3 and I am getting a warning
>>>>    [WARNING] Deprecated: --latexmathml
>>>>    It seems to have no ill effect and I still get my output. It appears no
>>>>    matter what the output format is (PDF, HTML or plain). I have no maths
>>>>    in my markdown (that I know about).
>>>>    The command I am using is
>>>>    pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>>>>    BlogPost.html
>>>>    Can anyone suggest why I am getting this message and how to get rid of
>>>>    it.
>>>>    Many thanks
>>>>    Alec
>>>>
>>>>    --
>>>>    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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>    To post to this group, send email to
>>>>    [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>    To view this discussion on the web visit
>>>> [3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-
>>>>    83f6-1043b74c8073%40googlegroups.com.
>>>>    For more options, visit [4]https://groups.google.com/d/optout.
>>>>
>>>> References
>>>>
>>>>    1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>    2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>    3.
>>>> https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>>>>    4. https://groups.google.com/d/optout
>>>
>> --
>>
>> Alec Clews
>> Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
>> Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
>> blog:http://alecthegeek.github.io/
>>
>> --
>> 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/773f3435-8486-91de-f46e-cb1a47f74c7d%40gmail.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>
>

-- 

Alec Clews
Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
blog:http://alecthegeek.github.io/

-- 
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/3cfd9008-25b8-4397-5a79-f7c6a12ffb6b%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found]                 ` <3cfd9008-25b8-4397-5a79-f7c6a12ffb6b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-26 14:37                   ` John MacFarlane
       [not found]                     ` <20171126143717.GC10242-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: John MacFarlane @ 2017-11-26 14:37 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

It's because you wrote `-smart` rather than `--smart`.
`-smart` is equivalent to `-s -m -a -r -t`, and `-m`
is equivalent to `--latexmathml`.

+++ Alec Clews [Nov 26 17 13:23 ]:
>Thanks for the suggestion. However it had no affect.
>
>
>    /usr/local/bin/pandoc --number-sections -s -smart -f 
>markdown+startnum BlogPost.pmd -o BlogPost.docx
>    [WARNING] Deprecated: --latexmathml
>
>Could this be a bug?
>
>I am happy to supply input markdown file.
>
>
>On 24/11/17 17:52, Ivan Lazar Miljenovic wrote:
>>On 24 November 2017 at 14:59, Alec Clews <alecclews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>>Thanks for the response. However the output from
>>>
>>>`file $(type -p  pandoc)`
>>>
>>>is
>>>
>>>`/usr/local/bin/pandoc: Mach-O 64-bit executable x86_64`
>>>
>>>
>>>and the command I am running is
>>>
>>>
>>>`pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>>>BlogPost.html`
>>Maybe try explicitly using the path to the executable to make sure?
>>
>>>
>>>Does pandoc have a default configuration file?
>>>
>>>
>>>Thanks
>>>
>>>
>>>
>>>
>>>On 24/11/17 12:00, John MacFarlane wrote:
>>>>You should not get this message unless you use
>>>>`--latexmathml` on the command line.
>>>>
>>>>Is it possible that your 'pandoc' is aliased to something
>>>>like 'pandoc --latexmathml'?  Or that you're actually
>>>>running a shell wrapper?
>>>>
>>>>+++ Alec Clews [Nov 22 17 22:00 ]:
>>>>>   Hello
>>>>>   I have upgraded to pandoc 2.0.3 and I am getting a warning
>>>>>   [WARNING] Deprecated: --latexmathml
>>>>>   It seems to have no ill effect and I still get my output. It appears no
>>>>>   matter what the output format is (PDF, HTML or plain). I have no maths
>>>>>   in my markdown (that I know about).
>>>>>   The command I am using is
>>>>>   pandoc --number-sections -s -smart -f markdown+startnum BlogPost.pmd -o
>>>>>   BlogPost.html
>>>>>   Can anyone suggest why I am getting this message and how to get rid of
>>>>>   it.
>>>>>   Many thanks
>>>>>   Alec
>>>>>
>>>>>   --
>>>>>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>>   To post to this group, send email to
>>>>>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>>   To view this discussion on the web visit
>>>>>[3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-
>>>>>   83f6-1043b74c8073%40googlegroups.com.
>>>>>   For more options, visit [4]https://groups.google.com/d/optout.
>>>>>
>>>>>References
>>>>>
>>>>>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>>   3.
>>>>>https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>>>>>   4. https://groups.google.com/d/optout
>>>>
>>>--
>>>
>>>Alec Clews
>>>Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
>>>Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
>>>blog:http://alecthegeek.github.io/
>>>
>>>--
>>>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/773f3435-8486-91de-f46e-cb1a47f74c7d%40gmail.com.
>>>
>>>For more options, visit https://groups.google.com/d/optout.
>>
>>
>
>-- 
>
>Alec Clews
>Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
>Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
>blog:http://alecthegeek.github.io/
>
>-- 
>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/3cfd9008-25b8-4397-5a79-f7c6a12ffb6b%40gmail.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/20171126143717.GC10242%40MacBook-Air-2.westell.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why
       [not found]                     ` <20171126143717.GC10242-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
@ 2017-11-26 20:00                       ` Alec Clews
  0 siblings, 0 replies; 7+ messages in thread
From: Alec Clews @ 2017-11-26 20:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Thank you so much

So now  I am using


pandoc --number-sections -s -f markdown+startnum+smart -V 
documentclass=article --toc BlogPost.pmd -o BlogPost.pdf


and all it good.


On 27/11/17 01:37, John MacFarlane wrote:
> It's because you wrote `-smart` rather than `--smart`.
> `-smart` is equivalent to `-s -m -a -r -t`, and `-m`
> is equivalent to `--latexmathml`.
>
> +++ Alec Clews [Nov 26 17 13:23 ]:
>> Thanks for the suggestion. However it had no affect.
>>
>>
>>     /usr/local/bin/pandoc --number-sections -s -smart -f 
>> markdown+startnum BlogPost.pmd -o BlogPost.docx
>>     [WARNING] Deprecated: --latexmathml
>>
>> Could this be a bug?
>>
>> I am happy to supply input markdown file.
>>
>>
>> On 24/11/17 17:52, Ivan Lazar Miljenovic wrote:
>>> On 24 November 2017 at 14:59, Alec Clews <alecclews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>>> Thanks for the response. However the output from
>>>>
>>>> `file $(type -p  pandoc)`
>>>>
>>>> is
>>>>
>>>> `/usr/local/bin/pandoc: Mach-O 64-bit executable x86_64`
>>>>
>>>>
>>>> and the command I am running is
>>>>
>>>>
>>>> `pandoc --number-sections -s -smart -f markdown+startnum 
>>>> BlogPost.pmd -o
>>>> BlogPost.html`
>>> Maybe try explicitly using the path to the executable to make sure?
>>>
>>>>
>>>> Does pandoc have a default configuration file?
>>>>
>>>>
>>>> Thanks
>>>>
>>>>
>>>>
>>>>
>>>> On 24/11/17 12:00, John MacFarlane wrote:
>>>>> You should not get this message unless you use
>>>>> `--latexmathml` on the command line.
>>>>>
>>>>> Is it possible that your 'pandoc' is aliased to something
>>>>> like 'pandoc --latexmathml'?  Or that you're actually
>>>>> running a shell wrapper?
>>>>>
>>>>> +++ Alec Clews [Nov 22 17 22:00 ]:
>>>>>>   Hello
>>>>>>   I have upgraded to pandoc 2.0.3 and I am getting a warning
>>>>>>   [WARNING] Deprecated: --latexmathml
>>>>>>   It seems to have no ill effect and I still get my output. It 
>>>>>> appears no
>>>>>>   matter what the output format is (PDF, HTML or plain). I have 
>>>>>> no maths
>>>>>>   in my markdown (that I know about).
>>>>>>   The command I am using is
>>>>>>   pandoc --number-sections -s -smart -f markdown+startnum 
>>>>>> BlogPost.pmd -o
>>>>>>   BlogPost.html
>>>>>>   Can anyone suggest why I am getting this message and how to get 
>>>>>> rid of
>>>>>>   it.
>>>>>>   Many thanks
>>>>>>   Alec
>>>>>>
>>>>>>   --
>>>>>>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>>>   To post to this group, send email to
>>>>>>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>>>>   To view this discussion on the web visit
>>>>>> [3]https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e- 
>>>>>>
>>>>>>   83f6-1043b74c8073%40googlegroups.com.
>>>>>>   For more options, visit [4]https://groups.google.com/d/optout.
>>>>>>
>>>>>> References
>>>>>>
>>>>>>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>>>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>>>>>>   3.
>>>>>> https://groups.google.com/d/msgid/pandoc-discuss/1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer 
>>>>>>
>>>>>>   4. https://groups.google.com/d/optout
>>>>>
>>>> -- 
>>>>
>>>> Alec Clews
>>>> Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
>>>> Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
>>>> blog:http://alecthegeek.github.io/
>>>>
>>>> -- 
>>>> 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/773f3435-8486-91de-f46e-cb1a47f74c7d%40gmail.com. 
>>>>
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>
>> -- 
>>
>> Alec Clews
>> Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
>> Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
>> blog:http://alecthegeek.github.io/
>>
>> -- 
>> 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/3cfd9008-25b8-4397-5a79-f7c6a12ffb6b%40gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>

-- 

Alec Clews
Personal <alec.clews-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>             Melbourne, Australia.
Jabber:  alecclews-/eSpBmjxGS63Zbb/xt2tYQ@public.gmane.org             PGPKey ID: 0x9BBBFC7C
blog:http://alecthegeek.github.io/

-- 
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/aabd40ac-2c15-4ca5-2649-12d7d1919447%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

end of thread, other threads:[~2017-11-26 20:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23  6:00 getting a message "[WARNING] Deprecated: --latexmathml" -- I have no idea why Alec Clews
     [not found] ` <1e23bb84-e4b8-4a3e-83f6-1043b74c8073-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-11-24  1:00   ` John MacFarlane
     [not found]     ` <20171124010043.GC8842-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
2017-11-24  3:59       ` Alec Clews
     [not found]         ` <773f3435-8486-91de-f46e-cb1a47f74c7d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-24  6:52           ` Ivan Lazar Miljenovic
     [not found]             ` <CA+u6gbyNsRj3=HgB7vbE4q4s6kXSz2F3nsSra5vHo6ty55e0dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-26  2:23               ` Alec Clews
     [not found]                 ` <3cfd9008-25b8-4397-5a79-f7c6a12ffb6b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-26 14:37                   ` John MacFarlane
     [not found]                     ` <20171126143717.GC10242-jF64zX8BO0+ynHB3ZMyhYPb0xQGhdpdCAL8bYrjMMd8@public.gmane.org>
2017-11-26 20:00                       ` Alec Clews

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