search for: distil

Displaying 20 results from an estimated 215 matches for "distil".

Did you mean: distill
2009 Jan 19
1
R bug or ghostscript bug or my bug?
Dear R developers: The following R program produces a pdf file that does not survive ghostscript distillation correctly. The undistilled version is at http://welch.econ.brown.edu/temp/try.PDF while the distilled version is at http://welch.econ.brown.edu/temp/try.pdf . When previewed, the points are wrong in the distilled .pdf version, but only in one of the two points invokations (huh?) . The prog...
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
...x <- seq(-2, 2, length=100) postscript("c:/x2.eps", height=3, width=4, horizontal=FALSE, onefile=FALSE, paper="special") plot(x, dnorm(x), type="l") dev.off() By LaTeX PDF, I am referring to the dvips->ghostscript pathway, but x2.eps also rotates when distilled into PDF outside LaTeX. I have tried ghostscript and acrobat, placed on a page or cropped, so the problem does not seem to be confounded with particular PDF distillation software. I'm aware of the pdf() device in R, but EPS files are a widely used format to share scientific graphics, often...
2009 Jan 22
15
OT? File order on CentOS/Samba server
I hope someone familiar with the way Linux processes files can enlighten me on the following: I recently replaced an old Windows 2000 server with a new machine running CentOS 5.2. It uses Samba 3.2.7 to serve a network of Windows XP clients. We are a newspaper. We use Acrobat Distiller to batch-convert a folder of single-page PostScript files (for print) to a multipage PDF file (for electronic distribution). Running on a workstation, Distiller watches the folder on a Samba share and does the conversion, automatically creating bookmarks, indexes and other information. On t...
2009 Jan 22
15
OT? File order on CentOS/Samba server
I hope someone familiar with the way Linux processes files can enlighten me on the following: I recently replaced an old Windows 2000 server with a new machine running CentOS 5.2. It uses Samba 3.2.7 to serve a network of Windows XP clients. We are a newspaper. We use Acrobat Distiller to batch-convert a folder of single-page PostScript files (for print) to a multipage PDF file (for electronic distribution). Running on a workstation, Distiller watches the folder on a Samba share and does the conversion, automatically creating bookmarks, indexes and other information. On t...
2003 Mar 28
8
Printing with CUPS and PDF
Trying to get one Samba server to serve several printers through CUPS and host a virtual PDF "printer" at the same time. I've gotten them working separately, but not together, and I think I know why. In the smb.conf man page under "print command": "With printing = cups, and if SAMBA is compiled against libcups, any manually set print command will be ignored."
2007 Jan 10
1
RC15 problems with dovecot-shared and umask distilled
I recently posted about problems I've been having with dovecot-shared and umask in RC15 (using Solaris 9). I've now been able to distill what I'm experiencing into these two separate points: 1. dovecot-uidlist and message files never inherit the dovecot-shared group 2. With umask=0007 these files are created with mode 600 instead of 660: dovecot-uidlist, dovecot.index, dovecot.index.log, messages files (cur,tmp,new a...
2004 Nov 22
1
Files not appearing on Samba mount.
...e files appear fine on the Windows box and can be seen with no problem. If you go to this directory on the Samba mount on the Linux box you cannot see the files unless you create a file with a letter at the beginning of the alpabet (see below). The directory listing is like this : [aainternal@distill VFSRegion]$ ls -la total 0 [aainternal@distill VFSRegion]$ Until you create a file with a name at the front of the Alphabet. [aainternal@distill VFSRegion]$ touch Aardvark [aainternal@distill VFSRegion]$ ls -la | more total 16299 drwxrwxrwx 1 root root 4096 Nov 22 10:12 . drwxrwxrwx 1 root...
2011 Apr 26
1
Distilling down a small set of useful system data
I would like people's opinion on getting a useful small set of system data. I really don't want it to exceed 12 strings of 80 characters. -hpa
2005 Aug 22
2
pdf font embedding --- again
...igures. I first reread the discussion in this mailing list about (eps) font embedding earlier this year. This was ultimately not very helpful. First, I do not know how to instruct my embedding program to include the fonts that R figures want. Second, I already start with the pdf device, so distilling eps files is not a good option--and it would seem a bit crazy to first use the wrong output device (postscript), then ship my files over to a windows machine somewhere that has distiller installed, run distiller by hand, then ftp them back to my linux machine---just for getting the fonts em...
2004 Apr 03
2
a fix for rotated PDF graphs
...E, paper="special", width=8, height=8, horizontal=FALSE, pointsize=12) get rotated when I convert them to pdf using epstopdf. Both ghostview and acroread display them rotated, so I don't think it's an actual acroread bug. I am using R 1.8.1. The solution is to "distill" the files using eps2eps, part of ghostscript on my Debian box. Here is an example Makefile I use for this: ---- cut here ---- EPS2EPS=eps2eps EPSTOPDF=epstopdf all: graph1.pdf graph2.pdf %.pdf: %.raweps $(EPS2EPS) $< $*.eps $(EPSTOPDF) $*.eps ---- cut here ---- So I h...
2000 Nov 30
1
Landscape problems with ps2pdf
R Users, I have created a multipage PostScript file using the postscript() function with horizontal = TRUE to produce my plots in landscape. I intended to convert that entire file to PDF using ps2pdf to have the plots available for a presentation. Unfortunately, the resulting PDF document is rotated -90 degrees. I have found dozens of references to this kind of problem with ps2pdf online, but
2003 May 30
12
pdf printer
Hi, I created a PDFPrinter as per http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2 I have another question, do I need to add a Color Laser Printer Driver in W2K to the PDF share to generate color PDF in Windows? Regards, Norman
2016 Mar 23
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
No need to apologize this thread surely deserved some answers :) From my perspective this project sounds doable. I would expect the register allocation parts to be not too hard: I imagine this being just distilling a new clobber regmask after allocating a function. I would expect the challenging (or annoying) part to get a machine module pass (or a similar mechanism to influence the order in which functions are processed) and a callgraph in the backend. So this might end up being more pass manager / infra...
2001 Nov 14
1
pdf driver (PR#1169)
...FE PRINTER ERROR" on a HP 5000 N LaserJet printer when printed from Acrobat Reader. The following other tests do not cause printer errors: (1) printing R2pdf.pdf from Acrobat Reader to a HP 8000 DN LaserJet; (2) creating a postscript file [R2eps.eps] in R, then converting to pdf with Acrobat Distiller [R2distill.pdf] and printing to the HP 5000; (3) creating a postscript file, then converting to pdf with Adobe Framemaker [R2maker.pdf] and printing to the HP 5000. The other curiousity that emerged from this is that the pdf files from both distiller and framemaker rotated the plot. _...
2010 Jun 02
5
Programmatically counting RSpec tests?
If I have an object `obj` that is a SpecTask, and subsequently invoke it, is there a way to programmatically determine the number of tests that were successful, failed, and pending as a result of running that SpecTask? -- John Feminella Principal Consultant, Distilled Brilliance
2016 Mar 23
5
Open Project : Inter-procedural Register Allocation [GSoC 2016]
...PM, Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > No need to apologize this thread surely deserved some answers :) > > From my perspective this project sounds doable. I would expect the register allocation parts to be not too hard: I imagine this being just distilling a new clobber regmask after allocating a function. I would expect the challenging (or annoying) part to get a machine module pass (or a similar mechanism to influence the order in which functions are processed) and a callgraph in the backend. I have a very tiny patch that wrap the backend in a...
2009 May 21
0
CentOS5 Desktops authenticating to 389 Directory Server
...ser I know has full rights using these entries in /etc/openldap/ldap.conf there was no change. BINDDN cn=admin,dc=scms,dc=waikato,dc=ac,dc=nz BINDPW LDAPt3st I can query these users from a desktop that I want to use the LDAP server as an authentication source. Using * ldapsearch -x -H ldap://distilled.scms.waikato.ac.nz -b dc=scms,dc=waikato,dc=ac,dc=nz uid=LDilks* # extended LDIF # # LDAPv3 # base <dc=scms,dc=waikato,dc=ac,dc=nz> with scope subtree # filter: uid=LDilks # requesting: ALL # # LDilks, People, scms.waikato.ac.nz dn: uid=LDilks,ou=People, dc=scms, dc=waikato, dc=ac, dc=nz...
2007 Jun 12
4
advice on new failures with 0.5.0
Hi all, We just updated to the latest version of Mocha and now we''re seeing a lot of odd test failures. If this isn''t the appropriate place for a question like this, please let me know. Say I have code like this in a controller: DataMonitor.toggle_notification! And I mock it like this: DataMonitor.any_instance.stubs(:toggle_notification!) This would work fine with Mocha
2005 Dec 04
1
font inclusions in pdf files
...15 0 LucidaBright-Demi Type 1 no no no 16 0 LucidaBright-Italic Type 1 no no no 17 0 LucidaCalligraphy-Italic Type 1 no no no 18 0 LucidaBright Type 1 no no no 19 0 distill from testincfonts.pdf into testincfonts.pdf.pdf to see what is really used: # pdffonts testincfonts.pdf.pdf name type emb sub uni object ID ------------------------------------ ------------ --- --- --- --------- KWYJNC+LucidaBright Type 1C...
2013 Jun 08
1
splitting a string column into multiple columns faster
Hello! I have a column in my data frame that I have to split: I have to distill the numbers from the text. Below is my example and my solution. x<-data.frame(x=c("aaa1_bbb1_ccc3","aaa2_bbb3_ccc2","aaa3_bbb2_ccc1")) x library(stringr) out<-as.data.frame(str_split_fixed(x$x,"aaa",2)) out2<-as.data.frame(str_split_fixed(out$V2,&q...