Raphael
Raphael
Sometimes, the daemon mode seems to overlook file changes. There may be problems with - symlinked files and - (top-level) files created while the daemon is running. Investigate!
There has been a regression/change in `libpng` that caused `pdflatex` to throw some errors when including PNG images. These were not caught by `ltx2any` but dumped directly to shell. Track...
TikZ now supports some amount of change detection via the `up to date check` option; in particular, we can get hashes of the image content. We should use this to...
The remaining engine-specific code has almost converged by now. Abstract more into the shared class, or create a new intermediate one (for the case that we want non-*latex engines again...
Output possible commands. Print feedback. Accept long and short forms of parameters.
We need *some* form of automated test. Create a file with commands and expected result (i.e. log messages). Check which log sections are there (i.e. which engines/extensions ran) and how...
Provide the option to run `lacheck` (or similar). It often provides better reports on syntax errors, if also false positives. Include option to abort run if there are too many...