From: Christian Sternagel <christian.sternagel@uibk.ac.at>
A quick question:
how do I remove print rules that have been added via
Sign.add_advanced_trfuns?
cheers
chris
From: Makarius <makarius@sketis.net>
These are called "translation function" and cannot be removed. For
printing several such functions can be declared, and the first match is
applied. Thus you can override certain existing translation functions.
For actual translation rules, which are introduced via the 'translations'
command, there is an explicit 'no_translations' counterpart.
Makarius
Last updated: Nov 21 2024 at 12:39 UTC