search for: tablestyle

Displaying 7 results from an estimated 7 matches for "tablestyle".

2009 Nov 04
1
odfweave table styles
Hello List, Does anyone have examples of custom formatting of tables in odfweave? I know there is an example of this in the formatting.odt file that comes with the package, but running that through odfweave gives the following error: Error: chunk 13 (label=showTableStyles) Error in names(x) <- value : 'names' attribute [1] must be the same length as the vector [0] What I am really trying to do is replicate this part which highlights one row <<modTableStyles>>= bigState <- which.max(tableData[, "Area"]) tableStyles$text[bigSta...
2013 Apr 11
3
odfWeave: Some questions about potential formatting options
Hello All, Learning to use the odfWeave package. I really like the package. It has good documentation, makes some very nice looking tables, and seems to have lots of options for customizing output. There are a few things I'd like to do that 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
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* <teste, results=xml>>= x <- matrix(rnorm(6), nc=2) xst <- tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ and I get this error: *OUTPUT error:* Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep = rep("", : all matrices must have the same d...
2007 Jun 05
1
odfTable
...g the function odfTable: partCols <- gsub(?\\.?, ? ?, names(partenaires)) odfTable(partenaires, useRowNames = FALSE, colnames=partCols) it's working as I have a table in my output file. I would like to know how to change the background color for the header cells. I assuming i have to use tableStyles, but I don't understand how. Does someone have an idea to help me? Thank you, Laurence Amilhat. -- ==================================================================== = Laurence Amilhat INRA Toulouse 31326 Castanet-Tolosan = = Tel: 33 5 61 28 53 34 Email: laurence.amilhat a...
2010 Jun 07
2
Removal of "CentOS Errata" from Newsletter 1004
...06/07/2010 09:00 AM, noreply at centos.org wrote: > The following page has been changed by GeerdDietgerHoffmann: > http://wiki.centos.org/Newsletter/1004?action=diff&rev2=11&rev1=10 > > ------------------------------------------------------------------------------ > - ||<tablestyle="float: right;">[[ImageLink(TimothyLee/TimothyLee96.png,TimothyLee,alt=Timothy Lee,width=48)]]|| > - == CentOS Errata == > - ''This section highlights the most severe security updates for each supported CentOS release, whilst providing a summary and short links to the ref...
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
2006 Nov 24
2
odfTable: how to escape <
Dear All, I'm appreciating odfWeave as a nice reporting tool, but I had some pain in producing tables with odfTable command where the first column began with < or > such as in age class heading, for example: <35 35-39 40-49 50-50 >60 In this case, to avoid a content.xml error, I had to change <35 in less than 35 and > 60 in over 60. Anyone knows how to escape those