14 Nov
2009
14 Nov
'09
8:50 a.m.
On Fri, 13 Nov 2009, Cecil Westerhof wrote:
Still another question. I have to write: \noindent\action[bottomframe=off,rightframe=off]{}\action[bottomframe=off]{} because the following does not work: \noindent\action[bottomframe=off,rightframe=off]{} \action[bottomframe=off]{} But the second I find more readable. Is there a way to make it more readable?
Maybe adding a % at the end helps. \noindent\action[bottomframe=off,rightframe=off]{}% \action[bottomframe=off]{} Aditya