I'm trying to create a latex command that, when called, for example, \test{\ab}{TEST} , will create a new command defined as \ab[1]{\raggedright TEST: \\ \hspace{0.5in} #1} .
What I'm trying to do is something like that:
\newchar{\ab}{TEST} \ab{This is a line TEST says.}
This will run to get
TEST: This is a line TEST says.
Otherwise (I hope, perhaps), I could agree with another team that I developed. But the problem there is that I need a way to place a new line after the text without having to indicate it to the user.
Thanks for the help!
source share