asciidoctor/asciidoctor-intellij-plugin

PDF generates text ok but doesn't process the LaTex stem.

Offen

#538 geöffnet am 20.08.2020

 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (155 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (392 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 11h) (3 gemergte PRs in 30 T)

Beschreibung

When I generate a PDF from the Asciidoc windows, the LaTeX stem is not interpreted and appear as its source.

In the generated PDF, I see that:

stem:[\sum_{k=2}^{n} \frac{n!}{2(n-k)!}]

I would like to see this:

:doctype: book
:toc: macro
:toc-title: Contents
:icons: font
:stem: latexmath
:source-highlighter: pygments
:pygments-style: manni
:pygments-linenums-mode: inline
:author_name: myname
:author_email: myemail
:relfileprefix: ./
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
......
......given by this formula: stem:[\sum_{k=2}^{n} \frac{n!}{2(n-k)!}],
...... etc..
......

sciiDoc Plugin Version: Asciidoc 0.31.15

IDE Name and Version: GoLand 2020.2.2 Build #GO-202.6948.9

Contributor Guide