Jacques PERON

Results 95 comments of Jacques PERON

`/usr/share/texliv e/texmf-dist/scripts/lyluatex/lyluatex.lua:13: attempt to index a nil value (gl obal 'lua_options')` indicates that `lualatex` doesn’t find `lyluatex.lua` in its `TEXINPUTS` path. When I use last `lyluatex` version, I generally put...

After a quick test, it effectively doesn’t seem working with pandoc. I could suggest the following workaround (that works for me): ```sh export TEXINPUTS="luaoptions:" pandoc --standalone -i DOC.md -o DOC.tex...

That’s weird, that time it seems it doesn’t find `lyluatex.lua`… May you try that way, please: ```sh export TEXINPUTS="PATH/TO/LYLUATEX/FOLDER//:" lualatex -shell-escape DOCUMENT_NAME ``` Please note the double slash at the...

> I think I'd better install the native TexLive 2022 in my home so I can use the latest updates without having to do any tweak in ~/texmf. Without any...

@fedelibre I keep note about missing dependencies; I’ll ask for a modification in next upload to CTAN, after merging #298.

IMHO, it would be one of those things `lyluatex` gives tools for, but shouldn't implement directly. You may, for example, define a framed environment as follows: ```tex \documentclass{article} \usepackage{lyluatex} \begin{document}...

Sorry for the (huge!) delay : I hadn't seen the notification for your issue. Is this problem still there ? May you please send me the output of `lualatex` if...

It should be possible : https://musite.prn.ovh/fr/Documentation/exemples/Magnificat.tex Feel free to send me a log if you encounter any error again !

About supporting openLilyLib, a good approach IMHO would be like in commit 0833f78a1e484a5f5807b665643b30f59bc97d05: load needed functionality on-demand when needed, and send back an error message if it isn't available.