Tagged Questions
6
votes
1answer
301 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.
...
0
votes
0answers
376 views
Code blocks with fixed-width font between paragraphs [closed]
What is the best way to have blocks of code between my paragraphs? My document is about programming and I need to make a clear distinction between text paragraphs and code samples.
The first line ...
17
votes
3answers
2k views
When can I safely add an empty line?
I really like spacing my LaTeX to stay organized, but I'm always scared that adding a space will affect the output when all I really wanted to do was separate the "code" a bit.
So most of the time I ...
