Displaying 1 result from an estimated 1 matches for "odfstylegen".
2006 Dec 23
1
bug in odfWeave
Hi,
I think there is a minor bug in odfWeave. In the function odfStyleGen,
the following line has an extra "=":
if(length(grep("italic", thisStyle$fontType)))
fontText <- c(fontText, tagattr("fo:font-style=", "italic"))
This is creating an error if some text needs to be formatted as italic,
since t...