Tagged Questions
8
votes
2answers
214 views
Passing text containing linebreaks as command or environment parameter?
I just tried to write some commands which used its argument to check whether they were empty (isempty{...} from package ifthen) or not. The problem was that the text to check contained a linebreak, ...