Le 19/02/2011 13:38, Heiko Oberdiek a écrit :
On Sat, Feb 19, 2011 at 12:25:47PM +0100, Paul Isambert wrote:
Le 19/02/2011 12:12, Dirk Laurie a écrit :
The following are not equivalent on my system (texlive, ubuntu lucid):
% excerpt from TeX file This is a paragraph with some lines.
This is another paragraph, separated from the first by a blank line. % end excerpt
% another excerpt \directlua{ text = [[ This is a paragraph with some lines.
This is another paragraph, separated from the first by a blank line. ]] tex.print(text)} % end excerpt
The second excerpt sets as a single paragraph. Which confirms something I'd been suspecting for a while but never really investigated: blank lines aren't turned into \par in \directlua, No, the conversion is done by TeX, \directlua sees the \par then.
Then \directlua{ foo = 1} should be read as "\parfoo=1", and it isn't. Or is there something I'm missing? Paul