Code Monkey home page Code Monkey logo

Comments (4)

jperon avatar jperon commented on September 17, 2024

I've quickly tried to reproduce it, but I couldn't : when I modify the content of the ly environment, the output is correctly changed. Are you looking at the final result, or at the temporary files within tmp_ly ? If you're in the second case, the temporary files coming from a ly environment are never changed, as their name is computed from the content : if the content changes, a new temporary file is created (and the old one isn't removed, unless you remove it yourself).

Could you please send me an example to [email protected] ?

from lyluatex.

PunctatorFortunatus avatar PunctatorFortunatus commented on September 17, 2024

I'm not able to reproduce it anymore, I guess it was my mistake... I'll let you know if it shows up again. Sorry for the false alarm.

from lyluatex.

PunctatorFortunatus avatar PunctatorFortunatus commented on September 17, 2024

So I stumbled it again, but I was wrong about the ly environment. It is with \includely command that after being correctly rendered, if I change my .ly file, and then recompile, the change will not be noticed. Also if the compiler fails, and the error is corrected, it'll still complain about it and wont finish the process. Only manually deleting all auxiliary files seems to solve the problem.

I'm compiling with latexmk -cd -e $pdflatex = 'lualatex -shell-escape -interaction=nonstopmode -synctex=1 %S %O' -f -pdf. Is this a problem with your package or with my compiler?

from lyluatex.

jperon avatar jperon commented on September 17, 2024

latexmk -cd -e $pdflatex = 'lualatex -shell-escape -interaction=nonstopmode -synctex=1 %S %O' -f -pdf throws an error on my system, but I tried the equivalent
latexmk -cd -pdflatex="lualatex -shell-escape -interaction=nonstopmode -synctex=1 %S %O" -f -pdf

It doesn't notice the change indeed, which comes (I guess) from the fact \includely isn't an \include statement. You could add the -g switch to your command, which will force compilation ; I really don't know how that could be corrected from lyluatex side.

from lyluatex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.