In my document I am leaving %TODO comments in order to get back at them at some time. How can I generate a list of them with their relevant information in Kile 2.0?
|
|
|
To precise Andrey's answer: The |
||||
|
|
|
Actually, Kile directly supports both a %TODO comment and a %FIXME comment. There may be others, but none of them seem to be documented anymore. Enter one of these and you will notice the syntax highlighting. To see all such comments in your TeX file or project look under the Structure tab in the side panel. You should see a tree of Sections, Figures, etc. with your todos and fixes at the top. |
|||
|
|
|
A more low-level solution would be to use some
This would print out a list of the lines in If you have some multi-line
Indeed, with a multi-file project, you can search for all Oh, here's something cool you could do, you could write the
And then add:
To the end of your main file. This requires the verbatim package. Presumably You could even strip out the |
|||
|
|