Open uliska opened 5 years ago
Document the create field in the formatter entry table.
create
By default this is set to new*, but it can get the values renew, provide in order to change the way the macro is created. #24
new*
renew
provide
With this field it is possible to control the macro used for creating the command:
new* => \newcommand*
new => \newcommand
renew* => \renewcommand*
renew => \renewcommand
provide* => \providecommand*
provide => \providecommand
NOTE: Currently there is no actual value checking
Document the
create
field in the formatter entry table.By default this is set to
new*
, but it can get the valuesrenew
,provide
in order to change the way the macro is created. #24With this field it is possible to control the macro used for creating the command:
new* => \newcommand*
(default)new => \newcommand
renew* => \renewcommand*
renew => \renewcommand
provide* => \providecommand*
provide => \providecommand
NOTE: Currently there is no actual value checking