[R] odfWeave : change of text style of output is ignored
Max Kuhn
mxkuhn at gmail.com
Fri Mar 20 17:06:06 CET 2009
Did you do this within the document, or prior to running odfWeave?
Also, please provide the output of sessionInfo() after starting odfWeave.
Max
On Fri, Mar 20, 2009 at 11:03 AM, Fredrik Karlsson <dargosch at gmail.com> wrote:
> 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"
> setStyleDefs(styl)
>
> at the beginning of the document, but the output is still blue, not fixed
> width and still 10pt.
>
> Any ideas on how to get this to work?
>
> /Fredrik
>
> --
> "Life is like a trumpet - if you don't put anything into it, you don't get
> anything out of it."
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Max
More information about the R-help
mailing list