Skip to content
Back to formatted view

Raw Message

Message-ID: <6731304c0903200906y3e071a0ftf7badd1cd5d2b5b5@mail.gmail.com>
Date: 2009-03-20T16:06:06Z
From: Max Kuhn
Subject: odfWeave : change of text style of output is ignored
In-Reply-To: <376e97ec0903200803h65f42a56p44533d18450322e@mail.gmail.com>

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