Note that some characters (such as
=
and
;
are reserved in ini files and must be escaped by
%XX
, where
XX
is the corresponding hexadecimal ASCII code. For example, the name
corresponding to
A=B
is
actionTypesetToolA%3DB
.