mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
f4c2a42599
commit
bcb4e90f2a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user