Jacques PERON

Results 95 comments of Jacques PERON

I've just tested with [Book Antiqua](https://fr.allfont.net/download/book-antiqua/) : ```latex \documentclass{article} \usepackage{fontspec} \setmainfont{Book Antiqua} \usepackage[pass-fonts]{lyluatex} \begin{document} a - b - c \begin{ly} {a b c} \addlyrics{a -- b -- c} \end{ly} \end{document}...

@uliska I don't really understand all about this issue, but it seems that recent changes modified the output; could you please check this ?

Sorry for the delay of such a simple response… I didn't choose anything: I just uploaded the package [here](https://ctan.org/upload), following instructions [here](https://ctan.org/help/upload-pkg) and [there](https://ctan.org/file/help/ctan/CTAN-upload-addendum). They asked for corrections when I...

@uliska Tell me when `luaoptions` is uploaded; I'll upload the last to CTAN afterwards.

As of Pandoc, it's a Haskell library, so IMHO not the way to go.

That's what I mean: Pandoc uses a Haskell library for highlighting. That's accessible, but I don't think we should add a Haskell dependency to `lyluatex`.

I doubt it's really possible to know whether we are at the top or (even more) at the bottom of the page. IMHO this shouldn't be a blocking issue.

A bit short on time now, and I don’t master github actions well. I should be able to look at this within next month.

I really don’t understand what’s wrong with this. I’ve tried to compile the example within a local `texlive/texlive` controller, and it runs like a charm. @Witiko if you know github...

I could get my hands on it thanks to https://gist.github.com/lava/62a6697abcaf6e5709939ae29e7bd4be. The problem originates from the `lilypond` command (launched by `lyluatex`), which returns: ``` warning: g_spawn_sync failed (0): gs: Failed to...