5 Jun
2024
5 Jun
'24
4:33 p.m.
ai2472206007@yeah.net schrieb am 05.06.2024 um 16:03:
As described, here is example:
%%%%% \def\cmd#1{{\tt\textslash #1}} \def\cmdii#1{\tt #1} \def\cmdiii#1{\rm #1}
You can use \definehighlight to create a custom command for a style. The case where you want a slash before the text you have to use \definestartstop which allows you to set something before and after \definestartstop [cmdi] [style=\tt,left=\textslash] \definehighlight [cmdii] [style=\tt] \definehighlight [cmdiii] [style=\rm] Wolfgang