I want to write some comments in Mathematica - which include LaTeX commands - using the form (* some comment *). Though I can manage to display some simple elements e.g. greek letters or some simple symbols e.g.\int using the respective LaTeX commands, I cannot display more complicated expressions, e.g. \int_{0}^{\infty}.
Is there any way to do so?
Example

TeXFormand add comments later. – mattiav27 Jun 28 '15 at 09:29% text: I think this is what the OP means. But if you try this inTeXFormyou get an error or a wrong expression, since in mma%has another meaning. On the other side(* text *)is simply not read by mma. – mattiav27 Jun 28 '15 at 09:50TeXForm["your text"]. – mattiav27 Jun 28 '15 at 09:56