I have the following:
\newcommand{\makeWord}[1]{%
\newcommand{\#1}{\textrm{#1}}}
\makeWord{AdditiveGroup}
\newcommand{\AdditiveGroup}{\textrm{AdditiveGroup}}
Unfortunately, I did not properly define the makeWord macro. How do I fix this?
|
I have the following:
Unfortunately, I did not properly define the makeWord macro. How do I fix this? |
||||
|
|
Try
Note this will make a mathord token if used in math. If you want to make an operator like
or use the |
||||
|
|