similar to: Problem: Print to PDF using MS Office

Displaying 20 results from an estimated 8000 matches similar to: "Problem: Print to PDF using MS Office"

2018 Mar 30
3
getting all circular arrangements without accounting for order
Dear friends, I would like to get all possible arrangements of n objects listed 1:n on a circle. Now this is easy to do in R. Keep the last spot fixed at n and fill in the rest using permuations(n-1, n-1) from the gtools package. However, what if clockwise or counterclockwise arrangements are the same? I know that half of the above (n - 1)! arrangements are redundant. Is there an easy way to
2012 Feb 01
2
Problem with xtable- rescaling a table
Dear R users, I am new to Latex and I am using the R package xtable to generate tables. I want to produce a table that is very long. in the landscape format, but I would need to rescale the table so that it fits in the page. xtable enables me to have the landscape format, but I cannot rescale it, and there seems to be a problem, if I use scalebox in Latex on my output produced with stable and the
2018 Mar 30
3
getting all circular arrangements without accounting for order
Thanks! Yes, however, this seems a bit wasteful. Just wondering if there are other, more efficient options possible. Best wishes, Ranjan On Thu, 29 Mar 2018 22:20:19 -0400 Boris Steipe <boris.steipe at utoronto.ca> wrote: > If one is equal to the reverse of another, keep only one of the pair. > > B. > > > > > On Mar 29, 2018, at 9:48 PM, Ranjan Maitra
2012 Apr 10
1
Rotating margin text
R 2.14.1 OS X Colleagues, I am making a graphic with two y-axes. I create the label for the right-side axis with: mtext(side=4, line=1, "Some text") The label is rotated 90° counterclockwise. I would prefer that it be rotated 90° clockwise. However, srt is not supported for mtext and las does not offer this option. Is there some other means to rotate the text string? Thanks in
2018 Mar 30
0
getting all circular arrangements without accounting for order
If one is equal to the reverse of another, keep only one of the pair. B. > On Mar 29, 2018, at 9:48 PM, Ranjan Maitra <maitra at email.com> wrote: > > Dear friends, > > I would like to get all possible arrangements of n objects listed 1:n on a circle. > > Now this is easy to do in R. Keep the last spot fixed at n and fill in the rest using permuations(n-1, n-1)
2018 Mar 30
0
getting all circular arrangements without accounting for order
I don't know if this is more efficient than enumerating with distinct directions and weeding... it seems kind of heavyweight to me: ####### library(gtools) directionless_circular_permutations <- function( n ) { v <- seq.int( n-1 ) ix <- combinations( n-1, 2 ) jx <- permutations( n-3, n-3 ) x <- lapply( seq.int( nrow( ix ) ) , function( i ) {
2018 Mar 30
2
getting all circular arrangements without accounting for order
Jeff, I wanted to let you know that your function is faster than generating the directional circular permutations and weeding. Here is the time for n = 10. I compared with just doing the permutations, there is no point in proceeding further with the weeding since it is slower at the start itself. system.time(directionless_circular_permutations(10)) user system elapsed 1.576 0.000
2011 Mar 19
1
Re: Problem: Print to PDF using MS Office
I've downloaded and installed Microsoft's WordView to display .doc and .docx files using Wine. To convert them to .pdf files, I downloaded and installed cups-pdf so I can "print" .pdf files. "PDF" now appears as a printer in WordView running under Wine, but when I "print" to it, nothing shows up in Print Status. "PDF" also shows up in my other
2008 Nov 13
7
Kernel oops when running bonnie++ on btrfs
I wanted to see how btrfs compares to other filesystems so I have been running bonnie++ on it. While the results are good(much faster then ext2) every once in awhile I get a kernel oops. I am testing on xubuntu 8.10 with the 2.6.27-7-686 kernel using the latest git sources. Most of the time the oops happens within 20min of running bonnie++ but sometimes it takes a few hours. This happens with and
2011 Jun 25
3
How to export to pdf in landscape orientation?
Does anybody know how to get a pdf file with landscape orientation?. pdf(file= 'my_file.pdf' ,onefile=T,paper='A4') plot(sin, -pi, 2*pi) dev.off() Thank's in advance Juan A. Hernandez Spain [[alternative HTML version deleted]]
2004 Oct 01
2
MS Access XP and samba print queues
Greetings, We are running samba 3.0.7 with cups 1.1.20 to serve printing to WinXP pro SP1 clients running Microsoft Access 2002 Our users are having problems "Creating reports in design view" in MS Access when the default printer is a samba queue. As soon as you change the default printer to a non samba queue, everything works fine. I've been searching the archives and it
2007 Mar 23
2
landscape pdf
Hello together! How can I plot a landscape letter-format plot? With postscript, I just use the horizontal option and I get what I want, but it seems that the pdf lacks this option. Well, I could do a ps2pdf conversion of the generated ps-file. But is there a way to directly produce landscape pdf-plots with R? Thanks for any help. Greetings, Sebastian
2023 May 13
2
aggregate wind direction data with wind speed required
Dear list users, I have to aggregate wind direction data (wd) using a function that requires also a second input variable, wind speed (ws). This is the function that I need to use: my_fun <- function(wd1, ws1){ u_component <- -ws1*sin(2*pi*wd1/360) v_component <- -ws1*cos(2*pi*wd1/360) mean_u <- mean(u_component, na.rm=T) mean_v <- mean(v_component, na.rm=T) mean_wd
2009 May 30
2
Office 2003 Language Bar
I have just installed Office 2003 in Wine 1.0.1, Ubuntu 8.10 Intrepid 64-bit. Everything seems to be working fine with the install when running the applications; however the Office "Langauge Bar" has popped up on my desktop and I can't get it to go away. In the Windows install, a right click - menu navigation on the bar itself leads to the option to remove. Running in wine the menus
2009 Apr 03
1
How to open a file in MS Office with double-click
I really enjoy MS Office 2003 on wine (Ubuntu Intrepid). I even figured out how to export files as PDF without distortion. There is one thing though I'm not satisfied with: Double-clicking on .doc, .xls. etc.. file starts corresponding office application (Word, Excel) with blank page instead of opening the file. I entered correct path to file but does not work. Of course it?s not a huge
2009 Jul 07
1
MS Trainsimulator broken from 1.1.23 to 25
Hello, my working msts is broken in the last three versions. Last working version is 1.1.22! Now i've got only e black window on start.... How to test? Any suggestions? Last test with a clean wine 1.1.25 in ubuntu intrepid. Regards, Alfredo
2008 Nov 02
4
Fw: Re: What packages ubuntu-xen-server & ubuntu-xen-desktop are up to on intrepid
I have installed Ubuntu Intrepid Server on bare metal and successfully ran:- # apt-get install ubuntu-xen-server.     It installed several packages on system . Now i can see files /boot/xen-3.3.gz, /etc/init.d/xend, /etc/init.d/xendomains, but no xenified kernel gets in. Attempt  to use vmlinuz-2.6.27-7-server, obviously , fails with system panic.    I do remember recompiling  procedure for Xen
2018 Mar 30
0
getting all circular arrangements without accounting for order
New function below is a bit faster due to more efficent memory handling. for-loop FTW! directionless_circular_permutations2 <- function( n ) { n1 <- n - 1L v <- seq.int( n1 ) ix <- combinations( n1, 2L ) jx <- permutations( n-3L, n-3L ) jxrows <- nrow( jx ) jxoffsets <- seq.int( jxrows ) result <- matrix( n, nrow = factorial( n1 )/2L, ncol = n ) k
2008 Nov 01
9
Wine 1.1.7: Sound regression?
I have recently formatted my system in order to install Intrepid Ibex, and I am now using it with Wine 1.1.7. I did a backup of the prefixes of the games I was using in Hardy / Wine up to 1.1.5, and imported them in my new installment. The games work normally, but the sound is crackling all the time for each of them; something which was not happening in my former installment. I have not noticed
2008 Nov 04
2
Repository issue with R 2.8.0 in Ubuntu 8.10
Dear List, I'm not an expert on Linux but I have been using Ubuntu and R sice two years ago. I've just installed Ubuntu Intrepid Ibex (8.10, Kernel: 2.6.27-7-generic) from the scratch and then installed R, following the instruction given on: http://cran.r-project.org/bin/linux/ubuntu/README, and everything worked fine. However, after the installation I realized that the installed