Tagged Questions
6
votes
1answer
274 views
Is there an alternative to LaTeX which isn't whitespace sensitive?
I have been using LaTeX for about a year now, and I quite like it.
However, I like to space out my source code. In most languages, this doesn't cause an issue,
as extra newlines don't affect meaning.
...
3
votes
0answers
169 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:
...
3
votes
5answers
2k views
Verbatim environment with correct tab handling and special characters
I'm looking for an environment similar to Verbatim which will allow me to say something like the following code (which uses indentation instead of spaces):
\documentclass{article}
...
