ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Make rerun detection approach configurable #30

Closed elfring closed 7 years ago

elfring commented 8 years ago

A constant command is used so far for the detection if the tool "pdflatex" should be executed again. How do you think about to support any other search pattern besides an English wording by default?

I suggest to use more variables for the command selection and corresponding parameters in a similar way like it is usual at other places in this make script already.

ransford commented 8 years ago

I worry about adding a lot of complexity, but you're right: "Rerun to" is English.

ransford commented 8 years ago

Does bfd8cde seem right?

elfring commented 8 years ago

I worry about adding a lot of complexity, …

It depends on the interpretation if the addition of a few make variables will result in unwanted consequences. Are you eventually concerned about a different run time behaviour?

… "Rerun to" …

How often do you work with corresponding tools which can show an other log message at such a place?