Displaying 13 results from an estimated 13 matches for "nimbussan".
Did you mean:
nimbussanl
2009 Mar 14
1
Problem with figure size when embedding fonts
...a font
family so that the font can be embedded in the encapsulated postscript
file. This is to satisfy a requirement from a journal for electronic
submission of figures. I do the following:
postscript('lowess.eps', onefile=FALSE, pointsize=18, horizontal=FALSE,
family='NimbusSan')
spar(mfrow=c(3,2))
. . .
dev.off()
At this point lowess.eps looks fine. When I run:
embedFonts('lowess.eps') or
embedFonts('lowess.eps', options='-sPAPERSIZE=letter')
the figures are wider and the right panel of the 3x2 matrix of plots
expands past the paper edge....
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
..."Courier"
[7] "Helvetica" "Helvetica-Narrow" "NewCenturySchoolbook"
[10] "Palatino" "Times" "URWGothic"
[13] "URWBookman" "NimbusMon" "NimbusSan"
[16] "URWHelvetica" "NimbusSanCond" "CenturySch"
[19] "URWPalladio" "NimbusRom" "URWTimes"
[22] "ComputerModern" "ComputerModernItalic" "Japan1"
[25] "Japan1...
2007 Nov 18
1
Exporting a plot with the LaTeX font lmodern
Dear All,
I would like to export, as a pdf file, a plot with the LaTeX font
lmodern as the font of my graph. Could somebody please help me?
Thanks in advance,
Paul
2009 Jan 20
1
Problem with cyrillic in postscript
...,
When I plot some graph with cyrillic (namely russian) titles it looks ok,
but after saving this figure as eps file I get damaged title fonts. The
command dev.copy2eps was used in the following manner:
dev.copy2eps("test.eps")
or, for example
dev.copy2eps("test.eps",family='NimbusSan')
What is wrong? I use R 2.6.0 under Windows. Any help will be appreciated.
Regards,
Alexander Nakhabov
[[alternative HTML version deleted]]
2007 Feb 25
0
dev.print and postscript device problem
..."
[7] "Courier" "Helvetica" "Helvetica-Narrow"
[10] "NewCenturySchoolbook" "Palatino" "Times"
[13] "URWGothic" "URWBookman" "NimbusMon"
[16] "NimbusSan" "URWHelvetica" "NimbusSanCond"
[19] "CenturySch" "URWPalladio" "NimbusRom"
[22] "URWTimes" "ComputerModern" "ComputerModernItalic"
[25] "Japan1"...
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
...al++
agree on **not** showing the symbols. **If** there is a bug, the bug would
be in fontconfig, because these ones AFAIK properly delegate on fontconfig,
which is the system-wide component that decides what font substitution
should be made for any given font. However, I see:
$ fc-match Helvetica
NimbusSans-Regular.otf: "Nimbus Sans" "Regular"
which is the right choice. And okular confirms this by showing in a
properties dialog that it is substituting Helvetica with URW's Nimbus Sans
Regular. So why aren't the symbols displayed? My best guess is that this
has something to...
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello.
I'm trying to make some graphics with nationalized labels (pdf for use
in LaTeX document).
On console (displayed on screen) using all looks ok:
----------------------------------------\/
data<-rnorm(100)
hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y',
ylab='Cz?sto?? wyst?powania')
-------------------------------------------/\
But
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...ymbols. **If** there is a
> bug, the bug would be in fontconfig, because these ones AFAIK
> properly delegate on fontconfig, which is the system-wide component
> that decides what font substitution should be made for any given
> font. However, I see:
>
> $ fc-match Helvetica
> NimbusSans-Regular.otf: "Nimbus Sans" "Regular"
>
> which is the right choice. And okular confirms this by showing in a
> properties dialog that it is substituting Helvetica with URW's Nimbus
> Sans Regular. So why aren't the symbols displayed? My best guess is
> t...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...symbols. **If** there is a bug,
> the bug would be in fontconfig, because these ones AFAIK properly
> delegate on fontconfig, which is the system-wide component that decides
> what font substitution should be made for any given font. However, I see:
>
> $ fc-match Helvetica
> NimbusSans-Regular.otf: "Nimbus Sans" "Regular"
>
> which is the right choice. And okular confirms this by showing in a
> properties dialog that it is substituting Helvetica with URW's Nimbus
> Sans Regular. So why aren't the symbols displayed? My best guess is that...
2011 Mar 01
0
unicode&pdf font problem RESOLVED
...cs': dot
>>>> substituted
>>>> for <b1>
>>>>
>>>> And this is despite my system saying the \U0170 and \U0171 are
>>>> present
>>>> in the Helvetica font. Also tried family=URWHelvetica and
>>>> family=NimbusSanand and a bunch of others without success, but my
>>>> last
>>>> best hope after reading the material in help(postscript) in the
>>>> "Families" section had been NimbusSan. There is also information on
>>>> that page regarding encodings th...
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
...a bug,
> > the bug would be in fontconfig, because these ones AFAIK properly
> > delegate on fontconfig, which is the system-wide component that decides
> > what font substitution should be made for any given font. However, I see:
> >
> > $ fc-match Helvetica
> > NimbusSans-Regular.otf: "Nimbus Sans" "Regular"
> >
> > which is the right choice. And okular confirms this by showing in a
> > properties dialog that it is substituting Helvetica with URW's Nimbus
> > Sans Regular. So why aren't the symbols displayed? My b...
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
Hi Martin and Tim,
I also have this bug. Though I think not necessarily with all the same
fonts as Martin.
Using Martin's code:
https://imgur.com/a/ILUoe3H
Fedora 39, Evince 45.0
It's a bug with Evince. I think. I think it's substituting in a font
set that doesn't have all the required symbols. I think it should be
possible to install the required fonts, but I haven't
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...========================
RCS file: /cvs/R/src/library/graphics/man/postscript.Rd,v
retrieving revision 1.3
diff -u -r1.3 postscript.Rd
--- src/library/graphics/man/postscript.Rd 2003/12/12 06:40:52 1.3
+++ src/library/graphics/man/postscript.Rd 2003/12/12 15:44:59
@@ -156,7 +156,7 @@
\code{"NimbusSan"}, \code{"NimbusSanCond"}, \code{"CenturySch"},
\code{"URWPalladio"} and \code{"NimbusRom"} respectively. If your
PostScript device is using URW fonts, you will obtain access to more
- characters and more approriate metrics by using these names....