reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Missing dependencies of extensions should not prevent execution #65

Closed akerbos closed 7 years ago

akerbos commented 8 years ago

Currently, some extensions specify essential dependencies. While they are essential to their own execution, they are not for the whole program. For example, missing gnuplot does not prevent most documents from being compiled.

  1. Separate dependencies by source; only dependencies of the core should always block execution.
  2. Check core dependencies and what can be figured out from CLI parameters at startup. For example, engine and log mode are known then.
  3. Check extension dependencies when they are to be run. Don't abort everything; just skip the extension.

On a side-note, dependencies from engines don't seem to show up in the --dependencies dump?