OdfWeave and MS Word

I use odfWeave for reproducible research purposes. I found that it works well in MS Office 2007 using .odt files generated in Word, but the commands \Sexpr{}almost always fail. I suspect Word is processing the underlying XML in a weird way, but I'm curious if anyone has seen this problem and figured out how to make it work.

Thank,

Bill

+3
source share
2 answers

Do not use odfCat? For instance:

> odfCat(mean(runif(100)))
<text:p text:style-name="ArialNormal">0.4411</text:p>

Also see this post may be related. Anyway, good luck!

+2
source

. ( content.xml .odt), LibreOffice \Sexpr{...}, odfWeave().

- \Sexpr{...} ( ) LibreOffice Writer " ". \Sexpr{...}, !

0

All Articles