minoki / cluttex

Process LaTeX documents without cluttering your working directory
GNU General Public License v3.0
45 stars 3 forks source link

Add option for sagetex #13

Open atticus-sullivan opened 1 year ago

atticus-sullivan commented 1 year ago

sage aims to be an alternative to commercial programs such as Maple, Matlab, and Mathematica. sagetex is a package to include sage commands/expressions in TeX documents and doing calculations/plotting thereby. Using sagetex requires run tex -> sage -> tex. As this workflow is pretty similar to the one of biber/makeglossaries, we can implement it quite the same way. So this just checks if sage should be run (file with ext = sage found in filelist has changed) and if so, run sage.

To be discussed:

So again @minoki, what are your thoughts on this? (made this a draft again to first discuss these points)

atticus-sullivan commented 1 year ago

Anything you can tell about the two points I mention?