Displaying 20 results from an estimated 1000 matches similar to: "Aw: Re: Re: rsync not copy all information for font file"
2014 Dec 18
0
Aw: Re: Re: rsync not copy all information for font file
ls -la Source folder
----------------------------********----------------------------------
root at ---:/BKP_SC//FONT# ls -la
totale 2808
drwxr-sr-x 1 nobody 65533 944 giu 30 2010 .
drwxr-sr-x 1 nobody 65533 1440 mar 18 2014 ..
-rw-r--r-- 1 nobody 65533 12292 apr 20 2012 :2eDS_Store
drwxr-sr-x 1 nobody 65533 880 giu 30 2010 .AppleDouble
-rw-r--r-- 1 nobody 65533 0 mar 5 2010
2014 Dec 15
2
rsync not copy all information for font file
Hi Bryan,
thanks for your kind reply but it happend only with some fonts not all font file, (email with attachment is under verification by admin, so i resend this without attachment file) here i attach 2 screenshot one original folder and second backup folder, you can notice that the font .otf, .ttf, .dfont have no problem in rsync it copied as it is but the font that not show extension (Font
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
Yes I think I can.
The original compile line was:
llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../../
extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT -fopenmp -
DVT_OMP -O2 -MT vtfilter-vt_tracefilter.o -MD -MP -MF .deps/vtfilter-
vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.o `test -f
'vt_tracefilter.cc' || echo './'`vt_tracefilter.cc
I
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
Hi,
I was wondering whether or not MPI-libraries are expected to work with
llvm-gcc?
I tried to compile openmpi-1.3 using the llvm-gcc4.2-2.5-x86-darwin9
distribution on my MacBook Pro running OS 10.5.6.
Installation using the gcc (gcc version 4.0.1 (Apple Inc. build 5490))
worked well.
But for the llvm-gcc I get the following error message (during the
make):
> ....
> Making all
2008 Jun 25
1
avoid using Dingbats symbols for points()
Hi,
I came across with a tiny problem.
E.g.:
pdf()
plot(1:5)
points(2, 3, cex=10, pch=21, bg="grey", lwd=0.3)
points(2, 4, cex=1, pch=21, bg="grey", lwd=0.3)
dev.off()
If I execute this I'll get a nice PDF. Fine.
But I want to edit this PDF with let's say by using Adobe Illustrator.
If I try to open it Illustrator shows up an error message:
Missing Type 1 fonts
2013 Sep 05
0
Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for control at bugs.debian.org:
> # Thursday 5 September 20:03:17 UTC 2013
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: ndpi
> tags 721551 + pending
Bug #721551 [wnpp] ITP: ndpi -- extensible deep packet inspection library
Added tag(s) pending.
> # Source package in
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
HI I?aki,?
That's interesting.?
I may be wrong but I think it's the Symbol font that's got the
substitution bug, not Helvetica.?
? fc-match "Symbol"
StandardSymbolsPS.t1: "Standard Symbols PS" "Regular"
Is what I get, but then in the Evince properties it's telling me that
it's substituting Symbol with "Noto Sans Regular", despite the
2011 Sep 14
0
pdf font example
Dear R Users---
[Because I struggled with this for a while, I decided to post it into
r-help for the benefit of others, where google search will pick it up.
thanks to everyone who made these facilities available.]
The task is to use your own opentype otf fonts in an R-created pdf
file using the pdf device (not with the [excellent] CairoPDF device,
if only because it does not have colorspace
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
Martin, I wouldn't rule out an R issue yet. Fonts are... tricky. So I'm
cc'ing Paul Murrell here.
I tried several viewers here and I see the following: Chrome, Firefox and
Libreoffice Draw show the symbols; however, evince, okular and xournal++
agree on **not** showing the symbols. **If** there is a bug, the bug would
be in fontconfig, because these ones AFAIK properly delegate on
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
Hi
I don't think this is an R issue (it is separate from the Cairo Symbol
font problem).
For PDF output, R actually relies on the Symbol font having the Adobe
Symbol Encoding (Appendix D of the PDF Reference
https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf)
and just outputs the font as "Symbol", which relies on it being one of
the Standard
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
I see. Peter, you are right about the font that causes the issue. Paul,
thanks for your insights. I'll bring this to the Fedora font experts to see
if we can arrive at a more permanent fix. I'll report back with any
conclusion.
@Martin: Meanwhile, at least you have options. One is to embed the fonts,
either as Peter suggested or using cairo_pdf instead. Alternatively, Peter
also has shown
2010 Sep 22
0
[LLVMdev] r114523 (convert the last 4 X86ISD...) breaks clang
I will take a look in the next couple hours. Feel free to revert it in the meantime, thanks!
-Chris
On Sep 22, 2010, at 1:53 AM, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:
> Hello,
>
> After commit r114523, I start to get crash when compiling with clang (Release+Asserts) for i386:
> (I know I should fill a bug report instead of posting here, but I don't get
2015 Jun 18
0
C7: EPEL conflicts with Base and ElRepo?
On Thu, Jun 18, 2015 at 10:04:04PM +0100, Marko Vojinovic wrote:
>
> Hi everyone,
>
> This just came to my attention --- I have CentOS 7 installed on one
> machine, and have configured elrepo and epel as additional
> repositories. When I turned on the yum-priorities package (and set up
> priorities in the order base&updates < elrepo < epel), it turns out
> that
2010 Sep 22
2
[LLVMdev] r114523 (convert the last 4 X86ISD...) breaks clang
Hello,
After commit r114523, I start to get crash when compiling with clang (Release+Asserts) for i386:
(I know I should fill a bug report instead of posting here, but I don't get much time right now).
Trying to compile the following simple code, clang asserts.
---------- round.c --------
#include <math.h>
float test() { return llround(1); }
--------------------
[MacPro:~/Desktop]
2015 Jun 18
4
C7: EPEL conflicts with Base and ElRepo?
Hi everyone,
This just came to my attention --- I have CentOS 7 installed on one
machine, and have configured elrepo and epel as additional
repositories. When I turned on the yum-priorities package (and set up
priorities in the order base&updates < elrepo < epel), it turns out
that there are 65 conflicting packages between base and epel, and
additional 5 between elrepo and epel (there
2014 Dec 10
2
A tun/tap driver for an i386 OS X
Hello everyone!
I have a PowerMac running 10.6.8 and I'd love to get it connected to my
VPN. However, even by compiling tuntaposx by hand on the said MacPro, I
see that the kernel module is apparently built for x86_64 systems:
macintosh MacOS ?? pwd
/Library/Extensions/tun.kext/Contents/MacOS
macintosh MacOS ?? file tun
tun: Mach-O 64-bit kext bundle x86_64
Because YES! The system is
2013 Apr 03
1
Pre-LUG 2013 Party Announcement
LUG 2013 is being held in San Diego this year, April 15-19.
Intel and Aeon Computing are co-sponsoring a Pre-LUG party that first Monday night, Apr 15th. Beer and Lustre, a great combination! We''ll be in the Omni Hotel, the same location as LUG itself, up on the 10th floor, catching up with old Lustre friends and hopefully make some new ones. Please join us! For more information, email
2013 Apr 03
1
Pre-LUG 2013 Party Announcement
LUG 2013 is being held in San Diego this year, April 15-19.
Intel and Aeon Computing are co-sponsoring a Pre-LUG party that first Monday night, Apr 15th. Beer and Lustre, a great combination! We''ll be in the Omni Hotel, the same location as LUG itself, up on the 10th floor, catching up with old Lustre friends and hopefully make some new ones. Please join us! For more information, email
2008 Mar 14
0
several servers, one xp box
i'm setting up some older boxes i have for repetitive processing
of files sent from an xp box. the older boxes are linux and set
up running mandriva 2007.1 spring, each with samba 3.0.24
server running. i also have a macpro in this small network. the
macpro has no problem logging in to all of the samba boxes at
the same time. xp (home) can only see one at a time though.
if i turn on the xp box
2014 Dec 10
0
A tun/tap driver for an i386 OS X
Hello everyone!
I have a PowerMac running 10.6.8 and I'd love to get it connected to my
VPN. However, even by compiling tuntaposx by hand on the said MacPro, I
see that the kernel module is apparently built for x86_64 systems:
macintosh MacOS ?? pwd
/Library/Extensions/tun.kext/Contents/MacOS
macintosh MacOS ?? file tun
tun: Mach-O 64-bit kext bundle x86_64
Because YES! The system is