> I want to put comments in the c-code artifact and I don't know how.
> You see there is nothing relative to that in the manual . I have seen
> in the Life artifact that I can do that by highlighting a part and
> by put the commands \suspendcode, \resumecode but I can't highlight
> the portion of the text I want to.
Well actually not "nothing relevant" -- see language manual section 2.3
But the manual doesn't specify the command sufficiently.
1) type in the text that you want formatted.
2) Select the region in emacs
3) C-u 2 C-z C-h (highlight region with parameter 2)
At leat I think it is parameter 2: this is what the manual didn't specify
but I got some results by trial and error.
The text should no longer be visible to the C compiler, only to the
LaTeX formatter. You can now include LaTeX commands in that text.
-- Allyn