{comments} are annotations written by a user to document their code. A common package used for comments in code, apart from the traditional use of %, is the comment package.
3
votes
0answers
50 views
texcl, escapeinside, and single character comments, with listings package
I'm using the excellent listings package to typeset some code in a language very similar to Scheme. The language has one type of comment: when an (un-escaped) semicolon is encountered, the rest of ...
3
votes
0answers
104 views
About autoindent and postbreak in the package listings
I am using the package listings to show my Matlab code. The code was pre-typed in a file and everything will be loaded from the file and a .tex file will be generated automatically to show the code ...
3
votes
0answers
166 views
Insert a block comment title in Kile
I would like to know whether it is possible in Kile to define a script to insert a centered commented block.
I often mark different parts of my code with those kind of titles:
...
