Le 16/01/2011 20:14, rgh...@lyx.org a écrit :
Author: rgheck
Date: Sun Jan 16 20:14:14 2011
New Revision: 37229
URL: http://www.lyx.org/trac/changeset/37229
Log:
Fix bug #7239, or at least try to do so. We need to output the command
here.
if (style.pass_thru) {
Font const outerfont = text.outerFont(pit);
+ // can we have pass_thru for lists? if so, we need to do the
whole
+ // switch and kaboodle here.
Richard, some kaboodle is needed, if only to handle the case of type
Paragraph, where nothing should be output. Your patch breaks the Chunk
layout from Sweave module. The code could maybe be factored out to avoid
repetition.
JMarc