Displaying 1 result from an estimated 1 matches for "witdth".
Did you mean:
width
2009 Mar 20
1
odfWeave : change of text style of output is ignored
Dear list,
The output of my embedded code sections come out in the style "ttBlue" wich
is Times New Roman and Blue when I open document. I would like to change
this to a fixed witdth font, smaller and less blue by using style
definitions in the document, but it really does not affect the output.
I tried including
getStyleDefs() -> styl
styl$ttBlue$fontname <- "Courier"
styl$ttBlue$fontSize <- "9pt"
styl$ttBlue$fontColor <- "#000000"
s...