I am trying to modify the class sides to write scripts (no particular packages), and I was wondering how to obtain the following output for every character:
Donald Duck: Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem
Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum
In the text the code should look something like \character{Donald Duck}{Lorem Ipsum Lorem Ipsum...}but I do not really know what to write in the .cls to get this output.
\labeling. However, what should I actually write in the class file to have something that works? I just realized I do not really know how to do it, since everytime I should begin and end an enviroment, and I have no clue on how to do this in the.clsfile. – Kolmin Oct 05 '17 at 13:11enumitem(let's call it "xyz") and then use\begin{xyz}\character{bli}{bla blub}\character{quack}{zzz}\end{xyz}where each\characterdoes sth. like\item[#1] #2. – TeXnician Oct 05 '17 at 13:40\begin{xyz}and\end{xyz}everytime. I would like to have it built in so that I can write\character{bli}{bla blub}every time avoiding to write begin and end, and this is what I don't know how to do in the class file. – Kolmin Oct 05 '17 at 14:01