search for: prepress

Displaying 20 results from an estimated 24 matches for "prepress".

2005 Aug 05
2
Finding the UID of samba users
Hi Folks: I am in the process of moving all of our users over to our new Samba File server which runs FC3. In order to properly secure the home folders, I need to chown them to the UID of the individual user, and chgrp them to the domain users group. I know the GID for the domain users, so no problem there. Is there a way to find a list of the UID for all the users. I know that I can do it
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
...ste0(major, sub("[.]", "", minor))), ".pdf")) pdf(pdfil) example(plotmath); mtext(R.version.string) dev.off() # Use embedFonts to embed the fonts in the PDF embedFonts(file = pdfil, outfile = paste0("embedded-example", pdfil), options = "-dPDFSETTINGS=/prepress") if(interactive()) { system(paste("evince", paste0("embedded-example", pdfil), "&")) } Or you can do it in the terminal: gs -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite - dEmbedAllFonts=true -sOutputFile=plotmath-example-output_embedde...
2006 Oct 10
3
eps embedded fonts again
Dear friends, I am sorry, I again rise that boring question about font embedding in EPS figure. I found some discussions on this topic but there were no strait solution. The publisher (AIP) demands submission of separate EPS file for each figure with all fonts embedded in it (even the standard 14 Adobe fonts). As I understand the R does not do this embedding. It inserts only comments what font
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
...t;, minor))), > ".pdf")) > > pdf(pdfil) > example(plotmath); mtext(R.version.string) > dev.off() > > # Use embedFonts to embed the fonts in the PDF > embedFonts(file = pdfil, outfile = paste0("embedded-example", pdfil), > options = "-dPDFSETTINGS=/prepress") > > > if(interactive()) { > system(paste("evince", paste0("embedded-example", pdfil), "&")) > } > > > > Or you can do it in the terminal: > > > gs -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite - > dEmbed...
2003 Dec 11
1
Network Disconnection problems - Please Help
...users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-printer] copy = pdf-generator comment = PDF Generator - Print quality (only valid users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-prepress] copy = pdf-generator comment = PDF Generator - PrePress quality (only valid users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [files] path = /files sync always = yes delete readonly = yes writeable = yes...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...; > pdf(pdfil) > > example(plotmath); mtext(R.version.string) > > dev.off() > > > > # Use embedFonts to embed the fonts in the PDF > > embedFonts(file = pdfil, outfile = paste0("embedded-example", > > pdfil), > > options = "-dPDFSETTINGS=/prepress") > > > > > > if(interactive()) { > > ? system(paste("evince", paste0("embedded-example", pdfil), "&")) > > } > > > > > > > > Or you can do it in the terminal: > > > > > > gs -dNOPA...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...pdf")) > > pdf(pdfil) > example(plotmath); mtext(R.version.string) > dev.off() > > # Use embedFonts to embed the fonts in the PDF > embedFonts(file = pdfil, outfile = paste0("embedded-example", pdfil), > options = "-dPDFSETTINGS=/prepress") > > > if(interactive()) { > ? system(paste("evince", paste0("embedded-example", pdfil), "&")) > } > > > > Or you can do it in the terminal: > > > gs -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sD...
2000 Aug 19
1
Exporting graphics to PS or EPS
...ow-res bit image so that you can view the image on screen during editing. For a description of EPSF and various other vector and bitmap formats, see the Encyclopedia of Graphics File Formats from O'Reilly at http://www.oreilly.com/catalog/gffcd/ PDF was developed in the mid-90s as an editable prepress exchange version of PostScript. (That's why it's going to be the native graphics format for Mac OS X). A pretty good discussion of how it works can be found online at http://www.seyboldseminars.com/News/Front/PDFday.html An added benefit of PDF over EPSF is that there is a free viewer prog...
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
...f(pdfil) > > example(plotmath); mtext(R.version.string) > > dev.off() > > > > # Use embedFonts to embed the fonts in the PDF > > embedFonts(file = pdfil, outfile = paste0("embedded-example", pdfil), > > options = "-dPDFSETTINGS=/prepress") > > > > > > if(interactive()) { > > system(paste("evince", paste0("embedded-example", pdfil), "&")) > > } > > > > > > > > Or you can do it in the terminal: > > > > > >...
2006 Jan 11
8
Enterprise Rails Apps
Is there a place I can get a list of "enterprise" Rails applications? Apparently, even though I''ve looked at the wiki and cited the examples there, there are some at my organization who still can''t find proof that Rails is usable in an enterprise setting. Would you fine folks be able to tell me about some large-scale projects that could be classified as
2019 Apr 20
3
User mapping/login issue
I have been a bit divorced from Samba for a while and am stumped by a recently seen issue. My Samba server (V4.8.3) is Centos 7 and the remote clients are windoze boxes at the other end of a VPN (OpenVPN). At some point in "recent" history, access to shares on the Centos server started to fail with password failures. The reason seems to be associated with user mapping. (See log fragment
2007 Apr 13
1
Embedding Fonts in eps Files - Required by Publisher
...he eps files that R produces don't pass its tests. How can I force the fonts (just default fonts) to be embedded. embedFonts seems to only embed unusual fonts, not the default ones that are used in a simple eps generated by using "postscript". I've tried: ps2pdf14 -dPDFSETTINGS=/prepress bland-altman_v2.eps bland-altman_v2.pdf pdftops -eps bland-alman_v2.pdf bland-altman_v2_embed.eps but the box size is wrong and I don't know how to correct it - if I correct the bounding box in bland-altman_v2_embed.eps, the size is correct but not all of the figure shows. The reference I foun...
2011 Sep 14
0
pdf font example
...ot;")) ? pdf(file = paste(pdfbasename,".PDF", sep=""), family=berasans, ...) } pdf.end <- function(verbose =1) { ? dev.off() ? embedfonts( options("pdf.current") ) } embedfonts <- function( fname ) { ? commandline <- paste( "ps2pdf14 -DPDFSETTINGS=/prepress -sFONTPATH=", absolute.path.to.font.files, sep="") ? stopifnot(system( paste(commandline, paste(fname, ".PDF", sep=""), paste(fname, ".pdf", sep="") ) ) ==0 ) ? options( pdf.current= NULL ) } # and a test pdf.start("test-berasans")...
1999 Sep 17
1
No samba server in 'network neighborhood'
...On the same network there another two samba 2.0.13 servers based on SunOS 5. This servers are visible at the clients. Any tips to solve this problem will be greatly appreciated! Benjamin ---smb.conf--- # Global parameters workgroup=WORKGROUP security=SHARE netbios name = prepress interfaces = 192.168.1.245/255.255.255.0 keepalive = 30 deadtime = 30 guest account = nobody # wins support = Yes # wins server = 192.168.1.253 [cdrom] comment = Linux CD-ROM path = /cdrom browseable = yes locking = No...
2001 Oct 31
2
Samba And Macintosh(netatalk)
Hello, Anyone out there running a production network supporting PC and Macintosh clients using samba and netatalk. we are currently using NT 4.0 with AppleTalk-IP software. Sharing the same files with the Macs and the pc is a must. I read someplace that samba 2.2.2 supports Appletalk. Is this true? Thanks, Joe
2019 Apr 23
3
User mapping/login issue
...command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-printer] copy = pdf-generator comment = PDF Generator - Print quality (only valid users) print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-prepress] copy = pdf-generator comment = PDF Generator - PrePress quality (only valid users) print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & # This one is useful for people to share files [tmp] comment = Temporary file space path = /tmp...
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
>>>>> Tim Taylor >>>>> on Mon, 11 Mar 2024 11:42:35 +0000 writes: > Hi Martin > Probably not the answer you're looking for but on the latest Fedora 39 (workstation edition) both locally, and on a freshly installed VM (with just R-core installed), all fonts render correctly for me in evince. > $ evince --version > GNOME Document
2003 Dec 15
0
Samba disconnect problem
...users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-printer] copy = pdf-generator comment = PDF Generator - Print quality (only valid users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & [pdf-prepress] copy = pdf-generator comment = PDF Generator - PrePress quality (only valid users) print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S & # This one is useful for people to share files ;[tmp] ; comment = Temporary file space ; path = /tmp ; read on...
2019 Apr 25
4
User mapping/login issue
On 24/04/19 19:51, L.P.H. van Belle wrote: > Hai, > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Rowland Penny via samba >> Verzonden: woensdag 24 april 2019 12:13 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] User mapping/login issue >> >> On Wed, 24 Apr 2019 11:38:58 +0200
2000 Aug 20
0
Fwd: Re: Exporting graphics to PS or EPS
...Adobe. > The critical point about EPSF is that it bans some of the PS operators, and > unfortunately R (up to and including 1.1.1) got that slightly wrong. What > you are describing is DSC-conformance, and R does manage that. > > > PDF was developed in the mid-90s as an editable prepress exchange > version of PostScript. (That's why it's going to be the native > graphics format for Mac OS X). A pretty good discussion of how it > works can be found online at > > <a href="http://www.seyboldseminars.com/News/Front/PDFday.html">http://www.sey...