Invalid style for pass block: latexmath

Posted by petrenuk on
URL: https://discuss.asciidoctor.org/Invalid-style-for-pass-block-latexmath-tp2373.html

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?