Command/enabletrackers

From Wiki
Jump to navigation Jump to search


\enabletrackers

Summary

The command \enabletrackers is used to activate trackers.

Settings

\enabletrackers[...,...]
[...,...]name

OptionExplanation
List of trackers

Description

Enable a tracker. This causes extra information to be printed to the terminal and the *.log file during compilation.

Some trackers also modify the output document to assist in visual debugging. Two such trackers are visualizers.justification and typesetters.suspects. See Debugging for some other visual debugging aids.

You get the current, uncommented list of available trackers with context --trackers.

Examples

Example 1

\enabletrackers[graphics.locating]

\starttext
    \externalfigure[cow]
\stoptext
graphics        > inclusion > locations: local,global
graphics        > inclusion > path list: . .. ../..
graphics        > inclusion > strategy: unknown format, prefer quality
graphics        > inclusion > found: ./cow.pdf -> ./cow.pdf
graphics        > inclusion > format natively supported by backend: pdf

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: