Open jfab20 opened 2 years ago
Solved! As referenced in here https://github.com/gjtorikian/mathematical/issues/106 you are missing a dependency for arch linux. It's jbigkit. So doing sudo pacman -S jbigkit
does the trick. You should put this in the dependencies list.
Same. I personally needed to install:
Not sure if there are other deps that I already had installed. Anyway, after that I got fonts problems (see #113), and decided that the cleanest way was to use docker:
docker pull asciidoctor/docker-asciidoctor
docker run -it -v $YOUR_FOLDER/:/documents/ asciidoctor/docker-asciidoctor
# then you can run for example:
asciidoctor-pdf -r asciidoctor-mathematical test.adoc
I think I have all dependecies installed. I tried to install the package with gem install asciidoctor-mathematical and I get a bunch of errors. Any help? This also happens when trying to install mathematical.