Displaying 18 results from an estimated 18 matches for "boldobliqu".
Did you mean:
boldoblique
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...m" "Symbol.afm"
$encoding
[1] "default"
attr(,"class")
[1] "Type1Font"
$sans
$family
[1] "Helvetica"
$metrics
[1] "Helvetica.afm" "Helvetica-Bold.afm"
[3] "Helvetica-Oblique.afm" "Helvetica-BoldOblique.afm"
[5] "Symbol.afm"
$encoding
[1] "default"
attr(,"class")
[1] "Type1Font"
$mono
$family
[1] "Courier"
$metrics
[1] "Courier.afm" "Courier-Bold.afm"
[3] "Courier-Oblique.afm" "Courier-Bo...
2002 Dec 11
1
Adding a title to a postscript file
I create lots of postscript files which I view with ghostview. The
beginning of the files all begin something like
%!PS-Adobe-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%DocumentMedia: a4 595 841 0 () ()
%%Title: R Graphics Output
%%Creator: R Software
The consequence is that in ghostview, they are all titled
'R Graphics Output'.
Is it possible to add a title at the time the file is created (say,
defaulting to the name of the file) so...
2008 Jan 24
1
R CMD check and postscript fonts
...not included in PostScript device
'mono' is perfectly fine for my x11 device and
# postscriptFonts()$mono
gives me:
$family
[1] "Courier"
$metrics
[1] "Courier.afm" "Courier-Bold.afm"
[3] "Courier-Oblique.afm" "Courier-BoldOblique.afm"
[5] "Symbol.afm"
$encoding
[1] "default"
attr(,"class")
[1] "Type1Font"
That looks all right to me no? How to remedy this?
Thanks for your patience, Joh
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi,
I need to generate some figure using the Arial font as a requirement for
PLoS.
Following their guidelines, I have converted the windows font files
arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I
try to generate a postcript file, the postcript device does not recognize
the .afm files.
The code I use to test the new font is the following:
2000 Nov 16
1
postscript error
...year 2000
month August
day 15
language R
>
and I have attached the postscript file at the end. (It is small)
Thank you
Ross Darnell
%!PS-Adobe-3.0
%%DocumentFonts: Helvetica Helvetica-Bold Helvetica-Oblique
%%+ Helvetica-BoldOblique Symbol
%%DocumentMedia: a4 595 841 0 ()
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
%%Orientation: Landscape
%%BoundingBox: 18 18 577 824
%%EndComments
%%BeginProlog
/gs { gsave } def
/gr { grestore } def
/bp { gs 595.00 0 translate 90 rotate} def
/ep { showpage gr } def...
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta
Version: 1.9.0.
OS: Windows XP
Submission from: (NULL) (147.231.7.250)
I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics
displayed normally, but copying/saving it only produced an empty file.
Everything works o.k. with R rel. 1.8.1.
Best regards,
Zdenek Valenta
2005 Dec 04
1
font inclusions in pdf files
...-
ZapfDingbats Type 1 no no no 5 0
Helvetica Type 1 no no no 10 0
Helvetica-Bold Type 1 no no no 11 0
Helvetica-Oblique Type 1 no no no 12 0
Helvetica-BoldOblique Type 1 no no no 13 0
Symbol Type 1 no no no 14 0
LucidaBright Type 1 no no no 15 0
LucidaBright-Demi Type 1 no no no 16 0
LucidaBright-Italic...
2009 Aug 12
2
Plotting sigma symbol with unicode and turning into pdf
Paul,
You solution worked out really well when I ran my code in R. However, when I try to turn the plot into a pdf, the unicode string no longer seems to function and instead of the sigma symbol there are just two periods (See example code below).
The following is the code working in the R environment just like I want it to look:
set.seed(1)
Data=rnorm(100,sd=10000)
plot(density(Data))
2002 Mar 25
2
Extreme value distributions (Long.)
...0.05!!! It's driving
me crazy!
cheers,
Rolf Turner
rolf at math.unb.ca
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
%!PS-Adobe-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%DocumentMedia: a4 595 841 0 () ()
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
%%Orientation: Portrait
%%BoundingBox: 18 61 577 781
%%EndComments
%%BeginProlog
/bp { gs gs } def
% begin .ps.prolog
/gs { gsave } def
/gr { grestore } def
/ep { showpage gr g...
2005 Aug 30
0
TeXtext font encoding?
...)
ZapfDingbats Type 1 no no no 5 0
Helvetica Type 1 no no no 11 0
Helvetica-Bold Type 1 no no no 12 0
Helvetica-Oblique Type 1 no no no 13 0
Helvetica-BoldOblique Type 1 no no no 14 0
Symbol Type 1 no no no 15 0
LucidaBright Type 1 no no no 16 0
LucidaBright-Demi Type 1 no no no 17 0
LucidaBright-Italic...
2005 Nov 10
0
Fonts, Plus
...t
ZapfDingbats Type 1 no no no 5 0
Helvetica Type 1 no no no 10 0
Helvetica-Bold Type 1 no no no 11 0
Helvetica-Oblique Type 1 no no no 12 0
Helvetica-BoldOblique Type 1 no no no 13 0
Symbol Type 1 no no no 14 0
CMR10 Type 1 no no no 15 0
CMBX10 Type 1 no no no 16 0
CMTI10...
2013 Mar 23
1
Character change to Unicode format escape character when create a data frame
Hi,
I want to create a data frame including a column containing some special characters, like "ø". when I print that data frame out, the content change to <U+00F8>, and when save the data frame to a txt file, the content keep in that style, but I need it in its original form, anybody can explain?
> x <- data.frame(part = c("målløs", "ny"))
> x
2018 Jan 02
3
Gtkcdlabel + cdlabelgen on CentOS 7 ?
Hi,
I've been using the nifty little application Gtkcdlabel for making CD
and DVD covers since 2005, if I remember correctly. Later versions are
written in Python, and it's a graphical frontend to the cdlabelgen utility.
The application doesn't look very well maintained, since the 1.15
release dates back to 2011. Nevertheless, I've been successfully running
it on Slackware Linux
2006 Oct 16
2
CUPS Problem
...Bookman-Light
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[7] = Bookman-LightItalic
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[8] = Courier
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[9] = Courier-Bold
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[10] = Courier-BoldOblique
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[11] = Courier-Oblique
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[12] = Helvetica
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[13] = Helvetica-Bold
D [15/Oct/2006:14:53:53 -0600] [Job 21] ppd->fonts[14] = Helvetica-BoldObl...
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit
graphical output from R. Searching through the mail archives and reading
documentation isn't helping. Is there or isn't there a working driver for
this purpose. How can I get it? I tried looking at the development version
of the tarballs, but I didn't find anything that looked promising in there.
Also, does
2001 May 31
1
paper size in postscript driver
I have a non-PS printer setup to print under linux using ghostscript as a
filter. This printer has two paper trays, one has letter paper, the other
tabloid size paper. If I print from a program that uses a PPD file to
configure the printer, like StarOffice or The Gimp, I can select the paper
size from a nifty list. If I select letter size, the printer print with
paper from the letter tray. If
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends:
Forgot to include three more data files:
http://www.websher.net/tmp/user.reg
http://www.websher.net/tmp/system.reg
http://www.websher.net/tmp/userdef.reg
Thank you again.
Benjamin
I've been trying for some time to install my copy of Word97 (which I
own, having purchased it directly from Microsoft with my own license
number). I have tried the latest Wine 0.9.14. To do
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...files in a directory (eg C:/ttf2afm/)
4) Open a DOS window (using cmd). Place yourself into the created directory
(using cd). Then type
ttf2afm.exe arial.ttf > arial.afm
ttf2afm.exe arialbd.ttf > arial-Bold.afm
ttf2afm.exe ariali.ttf > arial-Oblique.afm
ttf2afm.exe arialbi.ttf > arial-BoldOblique.afm
5) Now, if you used ttf2afm.exe from MikTex you should open the created afm
files with a text editor (ex Notepad++) and correct the following things:
? Remove the copyright line (or make it start zith comment and get rid of
the (c) copyright symbol )
? At the beginning of 4 of the first lines...