我正在尝试像in the documentation所述使asciidoc与asciimath一起使用。
但是,当我尝试按照此处所述将asciidoc源编译为pdf时,asciimath块无法正确渲染;它们显示为文本而不是图像。同样,此尝试编译的输出显示以下“未安装宝石”,“功能禁用”错误:
$ asciidoctor-pdf -r asciidoctor-mathematical -b docbook -a stem me.adoc
asciidoctor: WARNING: optional gem 'asciimath' is not installed. Functionality disabled.
我尝试按照建议的方式安装gem,看来成功。
$ gem install asciimath
Successfully installed asciimath-1.0.6
Parsing documentation for asciimath-1.0.6
Done installing documentation for asciimath after 0 seconds
1 gem installed
但是,这不会影响我的me.adoc
asciidoc文件的编译:我仍然遇到相同的“未安装宝石”,“功能禁用”错误,并且未对asciimath块进行图像渲染。
也许有一些nixos
特定的问题与gem安装有关,阻止了它在其他Linux系统上的正常工作。
我如何让asciimath在nixos系统上的asciidoc中工作?