Invalid style for pass block: latexmath

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Invalid style for pass block: latexmath

petrenuk
I am trying to render asciidoc document on my Ubuntu 14.04 machine, and this document contains the latexmath statements.

When I try to render it I see warnings:

$ asciidoctor -o test.xml -b docbook ch04.asciidoc
asciidoctor: WARNING: ch04.asciidoc: line 119: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 127: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 185: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 240: invalid style for pass block: latexmath

In particular, I am talking about this file: https://github.com/aantonop/bitcoinbook/blob/develop/ch04.asciidoc

How do I properly render it?


Reply | Threaded
Open this post in threaded view
|

Re: Invalid style for pass block: latexmath

mojavelinux
Administrator
Chances are, you are using an older version of Asciidoctor. Can you confirm your version using the following?

 $ asciidoctor --version

To get a newer version, use:
 
 $ gem install asciidoctor

(until the 1.5.0 version of the deb is available).

Cheers,

-Dan

On Sun, Oct 26, 2014 at 8:25 AM, petrenuk [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I am trying to render asciidoc document on my Ubuntu 14.04 machine, and this document contains the latexmath statements.

When I try to render it I see warnings:

$ asciidoctor -o test.xml -b docbook ch04.asciidoc
asciidoctor: WARNING: ch04.asciidoc: line 119: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 127: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 185: invalid style for pass block: latexmath
asciidoctor: WARNING: ch04.asciidoc: line 240: invalid style for pass block: latexmath

In particular, I am talking about this file: https://github.com/aantonop/bitcoinbook/blob/develop/ch04.asciidoc

How do I properly render it?





If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Invalid-style-for-pass-block-latexmath-tp2373.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--