understand Sweave special macros

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16402 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-12-27 12:08:26 +00:00
parent 9cd79c39c7
commit 3bb0f423e3
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-12-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* syntax.default: add macros \Sexpr and \SweaveOpts for the
benefit of Sweave.
2006-12-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (dist_examples_DATA):

View File

@ -725,3 +725,8 @@ xxalignat
% These are not known by LyX but work nevertheless:
empheq
\end{mathenvironments}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Sweave stuff
\Sexpr{}
\SweaveOpts{}

View File

@ -87,6 +87,8 @@ What's new
- Import \l{} and \L{} natively from .tex files (do not create ERT).
- Import correctly Sweave macros from .tex files.
* User Interface:
- Fix slowness with lots of math on Windows (bug 2900).