nukeymusic
2011-10-17 08:28:11 UTC
As I want to include my octave-code verbatim in my LaTeX-documents I
try to make the octave-statements in my .m-files not too long. When
using an ellipsis however within a disp-statement things go wrong:
disp('First part of a long string of text...
followed by continuation of a long sentence')
How can I achieve this (of course I want the solution to still split
the
phrase over more than one line in the m-file but not necessarily in
the result displayed)
thanks
nukey
try to make the octave-statements in my .m-files not too long. When
using an ellipsis however within a disp-statement things go wrong:
disp('First part of a long string of text...
followed by continuation of a long sentence')
How can I achieve this (of course I want the solution to still split
the
phrase over more than one line in the m-file but not necessarily in
the result displayed)
thanks
nukey