Re: [Orgmode] org-export-sweave

2008-09-16 Thread Carsten Dominik
Hi Austin, since you want to include tis code literally into LaTeX, the best is probably to encapsulate it into #+BEGIN_LATEX #+END_LATEX and to try to solve only the local editing issue. Take a look at the function org-edit-src-find-region-and-lang. There is a list of regular exp

[Orgmode] org-export-sweave

2008-09-01 Thread Austin Frank
Hello! Sweave is a preprocessing step that can be applied to LaTeX files that contain code written in the S or R programming languages. Sweave allows authors to embed their statistical analyses in body of their LaTeX articles, enabling what I find to be a very nice style of literate programming.