Vincenzo Mantova
Vincenzo Mantova
LaTeXML overwrites values while parsing the transform string, e.g. https://github.com/brucemiller/LaTeXML/blob/8ec3559626d9b52af03b8ad175779a8852004a23/lib/LaTeXML/Util/Image.pm#L164 However, the graphicx package simply reads each option as it goes, and applies each transformation in sequence. For instance, the...
This is an attempt at refactoring all I/O calls that deal with file/directory names through wrapper functions in Util::Pathname. This means all the `-X` tests, `open`, `opendir`, `stat`, and `unlink`....
Fix #2669 and document [what I think should be] the intended behaviour, i.e. that lines and columns should be one-indexed, in three lines. From a simple grep, all the other...
When using the locator in Info, Warning, Error, etc, it seems like LaTeXML is indexing lines starting from 1, which is fairly standard, but columns start at 0. I think...
Currently, LaTeXML prints errors and warnings like ``` Error:expected:... at filename.tex; line NN col NN ``` but `filename.tex` is always just the file name, not including the location. For the...
I am looking at the consequences of #2061, which were supposed to improve the handling of rules. I am finding a few issues: - horizontal lines are still not aligned...
Error message ``` t/91_latexmlc_api.t ....... 1/3 Couldn't create log directory /dev: Read-only file system at /home/pmtvlm/LaTeXML/t/../blib/script/latexmlc line 53. ``` That seems to snowball into lots of failed tests.