Skip to content

impnattypo internal macro should be named with @ #14

@julienlabbe

Description

@julienlabbe

The impnattypo package set kvoptions with

\SetupKeyvalOptions{
   family=impnattypo,
   prefix=int,
}

The setting prefix=int implies that internal macros begin with \int, like \intriverscolor or \inthomeoarchymaxwords and switches with \ifint, like \ifintriver.

It's usually a good practice to use @ in internal macro names and set

\SetupKeyvalOptions{
   family=impnattypo,
   prefix=int@,
}

so that the internal maros are named \int@riverscolor, \int@homeoarchymaxwords or \ifint@river to limit the risk of name clash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions