Closed russulae closed 1 month ago
Sorry about the delay. If that is still relevant (or for any similar error), the error comes from xelatex. For more information, generate a .tex file, then run xelatex on it :
$ crowbook --to tex --output foo.tex foo.book
$ xelatex foo.tex
Sorry about the delay.
no problem, 15.1 works fine in the mean time…
If that is still relevant (or for any similar error), the error comes from xelatex. For more information, generate a .tex file, then run xelatex on it
I still have the issue, here is the xelatex error (I have no idea what to do with it) :
! LaTeX Error: File `puenc-greek.def' not found.
I don't understand why it's looking for greek punks, maybe there is broken symlink in /athens/exarchia/
(sorry, that was a joke)
EDIT: maybe related to that -> https://github.com/latex3/hyperref/issues/269 ?
Oh yeah I think I had the same at some point. I think it's more related to this : https://github.com/latex3/hyperref/issues/343 AFAIK, hyperref (used for the links) depends on the greek-fontenc package. Apt installing texlive-lang-greek should fix it. Maybe.
thanks, that was the issue !
Hi ! I installed crowbook 0.16.1 with cargo on an up-to-date Debian unstable. When I'm trying to generate a pdf from a pretty basic text file crowbook fails with the following error (can't find a more precise error message):
my test.book file :
and test.md only contains the word "test"
I'm able to generate a pdf with crowbook 0.15.1 (I can't remember how I installed it at the time)