I want to prompt some messages to my console. I used
\message{Hi out there!}
Now i want some more Text but with an linebreak.
\message{Hello World %some line break here
Salut monde
}
Well i scanned the TeXbook for and tried many things but without result. I would welcome any (related) comments.
BTW I want that to work with pdf(la)tex as well.
Hello World^^JSalut monde, when I tested it. But pdfTeX doesn't require it - it breaks the line even without that setting. – Stefan Kottwitz Dec 05 '10 at 14:01\showthe\newlinechar. With pdflatex this should show 10, the character code of^^J. With e.g. pdftex, this gives -1, i.e. no new-line character. – Bruno Le Floch Feb 07 '11 at 10:16