similar to: odfWeave : change of text style of output is ignored

Displaying 20 results from an estimated 300 matches similar to: "odfWeave : change of text style of output is ignored"

2006 Dec 22
1
odfWeave problem
Hi, I'm trying to customize some formating for a table using odfWeave. I'm having some trouble getting the formatting to work. I've defined the following format defns: origStyleDefs <- getStyleDefs() StyleDefs=origStyleDefs StyleDefs$ArialLeftBold$parentStyleName='' StyleDefs$ArialLeftBold$type='Paragraph' StyleDefs$ArialLeftBold$textAlign='left'
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
2010 Feb 09
1
odfTable: table width and alignment
Dear R and odfWeave users, I am trying to figure out how to control table width and alignment on the page for a table generated by odfTable. Based on reading odfWeave documentation (including formattingOut.odt), here is how I manipulate the styles: st = getStyleDefs() # modify the table style tab = getStyles()$table st[[tab]]$align = "center" # seems to have no effect
2007 Jun 05
1
odfTable
Hello, I am using the odfWeave packages; I draw a table using 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
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary should be available shortly. This version requires base R version 2.3.1 or greater. Changes from the last version include - Non-English character sets are handled better. For example, Chinese characters can be included in R code. See the file "testCases.odt" in the examples directory for an example - Image
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary should be available shortly. This version requires base R version 2.3.1 or greater. Changes from the last version include - Non-English character sets are handled better. For example, Chinese characters can be included in R code. See the file "testCases.odt" in the examples directory for an example - Image
2004 Sep 22
1
S4 methods and polymorophism
Hello R Power Users, There is a rather large introduction you may skip to go directly to my question about S4 classes. I am working on some toy code to help me get in through S4 classes. Doing this homework, I have some questions about S4 classes. I have carefully read available help and some additional material such as Robert Gentleman's slides and special attention to "Programming
2012 Dec 26
2
dovecot crashing?
Happy holidays! I am experiencing an issue when trying to check my mail using IMAP. with Dovecot I have tried checking my mail using a full GUI client (Thunderbird) and telnet. Both times I get disconnected before all of my messages can be downloaded and I see an error in my mail log. Here are the details: [root at cust19-1-prod-domain userqa]# dovecot --version 2.0.9 [root at
2013 Nov 28
0
[Bug 58378] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378 --- Comment #13 from torsten.stocklossa at gmail.com --- Hi, same here after updating to Ubuntu 12.04.3 Kernel 3.8.0-33-generic lspci -nnvv says: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86M [GeForce 8400M G] [10de:0428] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Fujitsu Limited. Device [10cf:1422] Control:
2011 Apr 12
0
No subject
a phone system, and plug it into a SIP Adapter like the PAP2T. Never done it myself, so I can't recommend a suitable intercom. Hopefully s= omeone else can. Dan Journo Kesher Communications (UK) Business Phone Systems<http://www.keshercommunications.com/> | Hosted PBX<h= ttp://www.keshercommunications.com/hostedpbx.html>
2011 Jan 03
0
Font '?' cannot be found when running .NET apps
Hi, I've installed wine-1.3.9 on Fedora 13 x64. I've installed the i686 version due to the issues with x64 Wine and .NET. When I try to run a .NET WinForms application, I get the error: Font '?' cannot be found. This occurs even with a simple test application which just puts up a form with two buttons on it. I have installed corefonts and dotnet20, and drive_c/windows/fonts
2009 Jul 20
0
No subject
Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Executing [1000 at ext-meetme:7] Read("DAHDI/2-1", "PIN|enter-conf-pin-number||||") in new stack Jan 19 10:00:29 VERBOSE [7177] logger.c: -- Playing 'enter-conf-pin-number' (language 'en') Jan 19 10:00:43 VERBOSE [7177] logger.c: -- USER ENTERED 'THE PIN NUMBER' Jan 19 10:00:43 VERBOSE [7177] logger.c: --
2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
Dear all, Further to my previous message I now made a one-line convencience function to export your currently active graphics window/plot to either Word or Powerpoint in Office-native vector-based DrawingML format using either export2ppt(file="plot.pptx") or export2doc(file="plot.docx") : see
2007 Sep 12
0
Email Classified Send Over 100000-Pakistani BIZ Email Addresses
Monthly! Sender: "Email Classified Now 1st time in Pakistan!" <emailclassifiedpkhcq at gmail.com> Mime-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0177DE59_0.557487C2" Date: Wed, 12 Sep 2007 15:53:57 -0700 Message-ID: <20070912225357234.4DDD53B34D2F1795 at Tahir_3f> X-Priority: 1 (Highest)
2004 Aug 06
3
Liveice & Icecast...help
Yes, I downloaded the aumix utility and am using it now. Set line in to %50 then %25 and to record but still the same thing. I'm streaming from the line in on the sound card which is being fed from a portable radio nearby. I get the distortion whether I have the audio fed into 'line in' or not. Matt -----Original Message----- From: owner-icecast@xiph.org
2006 Aug 16
1
Specifying Path Model in SEM for CFA
I'm using specify.model for the sem package. I can't figure out how to represent the residual errors for the observed variables for a CFA model. (Once I get this working I need to add some further constraints.) Here is what I've tried: model.sa <- specify.model() F1 -> X1,l11, NA F1 -> X2,l21, NA F1 -> X3,l31, NA F1 -> X4,l41, NA F1 -> X5, NA, 0.20
2013 Apr 16
1
Path Diagram
Hi All, Apologies if this has been answered somewhere else, but I have been searching for an answer all day and not been able to find one. I am trying to plot a path diagram for a CFA I have run, I have installed Rgraphviz and run the following: pathDiagram(cfa, min.rank='item1, item2, item3, item4, item5, item6, item7, item8, item9, item10, item11, item12', max.rank='SMP,
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a more-or-less stable base of Centos-5.2. I asked for packages in this, but got no answers. So now I've built them and will let you try them if you want. I used the source packages from Fedora 8 and 9. I wanted TexLive because many of us have jumped ship to Ubuntu Linux 8.04 and it does offer TexLive, and the compatability
2006 Jun 12
2
Pdf::Witer question
Does anyone knows how to embed Type1 font with PDF::Writer? I read manual, tried everything but nothing seems to work (The font ''FontName'' contains a bad /BBox error on PDF). any help or hint would be really appreciated, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab:
2009 Jul 20
0
No subject
at least once a week I receive such an attack coming from a different ip. I will read the articles. Thanks again to everyone. Regards, Rodrigo Lang. 2010/6/29 Kenny Watson <kwatson at geniusgroupltd.com> > Hi, you can use fail2ban >