Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement and document pgfkeys tracing. #1286

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2023

  1. Implement and document pgfkeys tracing.

    The tracing code is based on the draft of package
    `trace-pgfkeys.sty` (2012/02/06) by Ryan Reich <[email protected]>.
    
    `trace-pgfkeys` had a form of a runtime patch, and was thus difficult to
    maintain.  The present implementation integrates the tracing code into
    `pgfkeys.code.tex`.  The approach is DocStrip-like: every line of tracing code
    occurs behind character `&`, which is set to either catcode 9 (ignore) or 14
    (comment) to include or exclude the tracing code, respectively.
    
    Consequently, the tracing code is not loaded unless specifically requested, and
    therefore does not slow down normal key processing.
    
    Signed-off-by: Sašo Živanović <[email protected]>
    sasozivanovic committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    063cec7 View commit details
    Browse the repository at this point in the history
  2. Resurrect "/handler config" choice definitions.

    They somehow ended commented out.
    
    Signed-off-by: Sašo Živanović <[email protected]>
    sasozivanovic committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0bb0ae8 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    Signed-off-by: Sašo Živanović <[email protected]>
    sasozivanovic committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0ddf928 View commit details
    Browse the repository at this point in the history