Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
4k views

Long lines in LaTeX

I have some code I write inside the verbatim environment. Sometimes, the lines are too long and the generated pdf looks ugly - the text row passes over the right margin. What can I do to automatically ...
1
vote
6answers
390 views

How and where to break long lines of code? [closed]

Possible Duplicates: Where to wrap a line of code, especially long argument lists? Coding standards and line length Hi, Where do you break long lines of code? (Example: before or after ...
1
vote
2answers
162 views

How do you break long string lines in Scheme?

For example, I want to break the long string in the below panic statement: (panic "Truth-assignment length is longer than the number of propositions!") I have tried (panic "Truth-assignment length is ...