Fix incompatibility between jss.layout and Sweave (see bug 7555).

Backport of r39188.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39189 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2011-06-22 09:30:57 +00:00
parent f4c2a42599
commit bcb4e90f2a
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,10 @@ Format 35
# Read the definitions from article.layout
Input article.layout
# The commented macro below is enough to prevent Sweave from loading
# Sweave.sty. This is needed because jss.cls already provides
# this package's functionality (see bug 7555).
AddToPreamble
%\usepackage{Sweave}
EndPreamble

View File

@ -134,6 +134,8 @@ What's new
- Fix LaTeX error with Sweave module when the directory where R has
been installed contains a space.
- Fix incompatibility between jss.layout and Sweave (see bug 7555).
* USER INTERFACE
- Fixed crash relating to outliner and mouse movement.