search for: odfcat

Displaying 8 results from an estimated 8 matches for "odfcat".

Did you mean: oddcast
2011 Sep 15
1
odfWeave: Combining multiple output statements in a function
What is the correct way to combine multiple calls to odfCat, odfItemize, odfTable etc. inside a function? As an example lets say I have a function that needs to write two paragraphs of text and a list to the resulting odf-document (the real function has much more complex logic, but I don't think thats relevant). My first guess would be: exampl...
2010 Jan 06
2
problem with odfWeave
Hello, I have encountered problems using odfdWeave. I actually have the same error message as was reported in this message ( http://tolstoy.newcastle.edu.au/R/e6/help/09/01/0872.html), but I don't quite understand the answer made by Max Kuhn ("You need to cat the results using odfCAt, otherwise you are just writing the output with no XML around it."). What I am supposed to do exactly ? What I'm trying to do is writing values I have computed earlier in the cells of a table in an ODT file. I'm very grateful in advance for any help... [[alternative HTML version de...
2013 Apr 11
3
odfWeave: Some questions about potential formatting options
...don't seem to be covered in the documentation though. So I'm not sure if they're possible or not. Here's a list of some things I'd like to be able to do: 1. Make titles generated by odfTableCaption/odfFigureCaption bold 2. Add footnotes to tables (using something other than odfCat) 3. Control the width of columns 4. Control the alignment of columns (first column left and centered otherwise) Is it possible to do any or all of these things using odfWeave? Thanks, Paul
2008 Nov 26
1
odfWeave and XML... on a Mac
I'm trying out odfWeave in a Mac environment and getting some odd behavior. Having figured out that the code snippets only work if they're in certain fonts, I was able to get R to run a test document through and produce an output document. After running it, though, I get a warning message: Warning message: In file.remove("styles_2.xml") : cannot remove file
2010 Apr 28
1
Errors when trying to open odfWeave documents
Hello I tried the odfWeave package today, by running the formatting.odt and example.odt files that are included with the package. They both ran fine, but when I try to open them in my OpenOffice (OpenOffice 3.1.1 on Kubuntu 9.10) I get an error "Format error discovered in the file in sub-document content.xml at 1293,124(row,col)." I also tried to open them in MS Word 2003 (Windows
2009 Jan 11
1
Problem using odfWeave
Hi everybody, I don't get odfWeave to run properly. My odt file is as a simple as: ------------------------ Some text. <<echo=FALSE>>= print(1:10) @ ----------------------- The output I get ist the following: ----------------------------------- > odfWeave("roffice.odt", "rofficeOUT.odt") Copying roffice.odt Setting wd to
2010 Mar 05
2
Sweave and optional document sections
Dear R and Sweave users, Is there a way to have optional sections in a Sweave-generated report document, complete with section header(s), text and code chunks? In other words, I'd like for my report to include or omit certain sections based on the data itself. For example, If I examine the input dataset early on in the report and set a variable has_daily_data = TRUE, then I'd like to
2010 Dec 11
5
(S|odf)weave : how to intersperse (\LaTeX{}|odf) comments in source code ? Delayed R evaluation ?
Dear list, Inspired by the original Knuth tools, and for paedaogical reasons, I wish to produce a document presenting some source code with interspersed comments in the source (see Knuth's books rendering TeX and metafont sources to see what I mean). I seemed to remember that a code chunk could be defined piecewise, like in Comments... <<Chunk1, eval=FALSE, echo=TRUE>>=