Displaying 8 results from an estimated 8 matches for "pdfil".
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
...olution
anyway, given that embedding the fonts is probably more cross-
platform/viewer friendly:
You can embed the fonts if you have Ghostscript installed (I think it
comes with Fedora already(?) if not then:?
sudo dnf install ghostscript
)
You can then use the embedFonts() function in R:
(pdfil <- paste0("plotmath-example_R",
with(R.version, paste0(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, outfi...
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
...so quite few other Linux distributions, and
>> *not* a bug in R; hence I am asking for help/hints here.
>>
>> A very simple example:
>>
>> -------------------------------------------------------------------------------
>>
>> (pdfil <- paste0("plotmath-example_R",
>> with(R.version, paste0(major, sub("[.]", "", minor))), ".pdf"))
>> ## "plomath-example_R433.pdf"
>>
>> pdf(pdfil)
>> example(plotmath); mtext(R.version.string)...
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
...ore cross-
> platform/viewer friendly:
>
>
> You can embed the fonts if you have Ghostscript installed (I think it
> comes with Fedora already(?) if not then:
>
> sudo dnf install ghostscript
>
> )
>
>
> You can then use the embedFonts() function in R:
>
> (pdfil <- paste0("plotmath-example_R",
> with(R.version, paste0(major, sub("[.]", "", minor))),
> ".pdf"))
>
> pdf(pdfil)
> example(plotmath); mtext(R.version.string)
> dev.off()
>
> # Use embedFonts to embed the fonts in...
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
...persist fixing it.
It *is* a bug in evince, the standard pdf viewer on Fedora and
IIUC also quite few other Linux distributions, and
*not* a bug in R; hence I am asking for help/hints here.
A very simple example:
-------------------------------------------------------------------------------
(pdfil <- paste0("plotmath-example_R",
with(R.version, paste0(major, sub("[.]", "", minor))), ".pdf"))
## "plomath-example_R433.pdf"
pdf(pdfil)
example(plotmath); mtext(R.version.string)
dev.off()
if(interactive())
system(paste(&q...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...bed the fonts if you have Ghostscript installed (I think
> > it
> > comes with Fedora already(?) if not then:?
> >
> > sudo dnf install ghostscript
> >
> > )
> >
> >
> > You can then use the embedFonts() function in R:
> >
> > (pdfil <- paste0("plotmath-example_R",
> > ? ? ? ? ? ? ? ? ?with(R.version, paste0(major, sub("[.]", "",
> > minor))),
> > ".pdf"))
> >
> > pdf(pdfil)
> > example(plotmath); mtext(R.version.string)
> > dev.off()
> >...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...friendly:
>
>
> You can embed the fonts if you have Ghostscript installed (I think it
> comes with Fedora already(?) if not then:
>
> sudo dnf install ghostscript
>
> )
>
>
> You can then use the embedFonts() function in R:
>
> (pdfil <- paste0("plotmath-example_R",
> ? ? ? ? ? ? ? ? ?with(R.version, paste0(major, sub("[.]", "", minor))),
> ".pdf"))
>
> pdf(pdfil)
> example(plotmath); mtext(R.version.string)
> dev.off()
>
> # Use embedF...
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
...ince, the standard pdf viewer on Fedora and
> IIUC also quite few other Linux distributions, and
> *not* a bug in R; hence I am asking for help/hints here.
>
> A very simple example:
>
> -------------------------------------------------------------------------------
>
> (pdfil <- paste0("plotmath-example_R",
> with(R.version, paste0(major, sub("[.]", "", minor))), ".pdf"))
> ## "plomath-example_R433.pdf"
>
> pdf(pdfil)
> example(plotmath); mtext(R.version.string)
> dev.off()
>
&g...
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
...the fonts if you have Ghostscript installed (I think it
> > comes with Fedora already(?) if not then:
> >
> > sudo dnf install ghostscript
> >
> > )
> >
> >
> > You can then use the embedFonts() function in R:
> >
> > (pdfil <- paste0("plotmath-example_R",
> > with(R.version, paste0(major, sub("[.]", "",
> minor))),
> > ".pdf"))
> >
> > pdf(pdfil)
> > example(plotmath); mtext(R.version.string)
> > dev...