Displaying 20 results from an estimated 100 matches similar to: "TeXtext font encoding?"
2005 Dec 04
1
font inclusions in pdf files
I am stumbling into external font issues here and there. I presume using
external lucida fonts is fairly rare, so I am more likely to stumble onto
issues here. (of course, I often think I have stumbled onto bugs/features
that are not.) So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <-
2005 Aug 22
2
pdf font embedding --- again
dear R wizards--- I would like to do some book-on-demand printing at a
popular printer named lulu, but lulu requires inclusion even of the
basic postscript fonts. Interestingly, my book itself does not need
the 14 base acrobat fonts, only the embedded R figures do. Of course,
I really would like to get pdftex to embed the fonts, but how to do
this is not obvious either. [This method seems
2005 Dec 05
0
R-devel Digest, Vol 34, Issue 5
actually, I can confirm now that gs AFPL 8.53 is the "culprit" here on #2,
copied below again (though it is not a bug but a feature, albeit one you
need to know about.) the -dSAFER switch, which appears in later versions of
AFPL gs, not only eliminates renamefile and deletefile (manpage), but
seemingly also allows only fonts in the GS_LIB path to be used
export
2005 Sep 01
0
transparency?
dear R wizards:
I am getting to play more and more with fun fonts (irony warning). I
now know that I can safely use my TeXtext encoding with the postscript
device, but not with the pdf device. Unfortunately, I believe that the
postscript device does not support translucent colors---or is there a
version parameter (like the version="1.4" that I need with the pdf
device) that would
2006 Oct 16
2
CUPS Problem
The Highlights:
-CentOS 4.4 & CUPS
-HPLIP Installed
-Running as server, no GUI.
-Can print from command-line no problem.
-Printing from Windows XP via Samba puts job in the correct queue, job is processed but not parsed or rendered. The job is removed from the queue, but never prints. (I've RTFM and google'd it, no avail...) Help??
When printing from commandline (eg. cat file
2014 Jun 04
1
Renegotiate SIP audio codec after call is up
<div style="font:14px/1.5 'Lucida Grande', '微软雅黑';color:#333;"><p style="line-height: 1.5; margin: 0px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif !important;">Hi All,</p><p style="line-height: 1.5; margin: 0px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif
2015 Dec 30
0
账户登陆地异常调整通知
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7601.18667"></HEAD>
<BODY>
<DIV><BR></DIV>
<DIV>
<DIV>
<DIV>
<TABLE border=0 cellSpacing=0
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
I'm running Ubuntu 9.04. I could use some advice about fonts in
postscript devices.
> sessionInfo()
R version 2.9.0 (2009-04-17)
i486-pc-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C
attached base
2005 Mar 01
2
more info about missing fonts in centos 4
redhat did apply the opendesktop patch to build the iso8859-1 fonts, but
then they forgot to rebuild the fonts-xorg package to pick them up. they
have done some magic with how that happens such that you have to build the
full xorg-x11 with a special %define set, and then go rpm2cpio stuff and
tar that and blah blah blah. i am trying to work through this and i have
whined at redhat again.
and
2005 Aug 30
1
Font Encodings --- some work, some don't
Dear R wizards: I believe some more font encoding info. some of the
font encodings work, others do not: IsoLatin1, MacRoman, WinAnsi, and
PDFDoc seem fine. AdobeStd, AdobeSym, ISOLatin2, ISOLatin9, and
TeXtext seem broken, in that the resulting output file is silently
corrupt. The font encoding error does not appear in the postscript
device driver, and it works fine. It would be nice if
2005 Nov 07
1
pdf device and TeXencoding?
Dear R wizards:
[a] I believe that the pdf device does not yet fully support TeXencoding. (under R-2.2.0, the pdf file created with Textext as font encoding still dies when post-processed by ghostscript.) are there any workarounds, or are there utilities that would allow a TeXencoded font to be re-encoded/converted into ISOLatin, perhaps, which R could then handle beautifully?
[b] is there a
2007 Dec 09
1
R + LaTeX formula
Hi,
what is actually the best method to include R-plots into LaTeX documents?
At the moment i use
postscript("myplot.eps", width = 12.0, height = 9.0, horizontal = FALSE,
onefile = TRUE, paper = "special",encoding = "TeXtext.enc")
plot(foo,bar)
dev.off()
But it is a bit unhandy to scale later and its difficult to get nice
formula in the plots.
And how should
2010 Nov 29
1
Troubles in plotting to a postscript file (not to png)
Dear R users,
I am trying to produce some plots in a postscript file, but I am
experiencing some issues. I open the device with
-----------------------------
setPS()
postscript (file='gs_mcmc_dust.ps',width=5*3,height=5*3,horizontal =
FALSE, paper = "special",family =
"ComputerModern",encoding="TeXtext.enc")#, onefile = FALSE
-----------------------------
2011 Jan 15
1
Truetype and Opentype font in pdf device
Deal all,
I want to know if truetype or opentype fonts are available in pdf
device (i.e., pdf() or dev.copy2pdf()), and if so, how to do it?
Now I can do as followings:
1. convert ttf to afm using ttf2afm, e.g.: $ ttf2afm Impact.ttf > Impact.afm
2. put the afm file in $R_HOME/library/grDevices/afm
3. register a new type1 font: pdfFonts(Impact=Type1Font("Impact",
2009 Jul 02
2
Computer Modern
I am trying to use computer modern fonts in postscript files for a latex
document. Ultimately I want to automate this through sweave. I've read the
documentation ans have tried the following code to use lattice to produce a
graph using computer modern:
library(lattice)
library(grid)
testPlot=(
xyplot(seq(1:10) ~ seq(1:10),
main="one to ten",
2011 Feb 19
0
Lucida Sans Full Font
Here is an version of Lucida Sans called Lucida Sans Full.
It is only in regular, so you may want to increase the size of the
degree and the ring accent.
2011 May 13
2
Popup window
How can I insert (:popup => true) into code below?
<%= link_to "Source_#{i}", link.url , :style => "color:#0096FF;font-
family:''LucidaGrande'',''Lucida Grande'',''Lucida Sans Unicode'',sans-
serif; font-size: 11px; text-decoration: none; margin-right: 10px;" if
link.show? %>
--
You received this message because you
2002 Jul 01
1
request information about a problem with an ARIMA function
2001 Apr 27
3
cant run wine at all dammit
i used to be able to run wine perfectly, before i reinstalled debian (long story)
now ive tried compiling the winehq.com CVS source, the transgaming CVS
source, and the latest official release, but whenever i run ANYTHING at
all, before it even gets a chance to start up, it kills X, and drops me
back to teh console.
this is the only output it gives:
Building font metrics. This may take some
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
When I use the postscript with the ComputerModernItalic family, minus signs are not properly displayed, but are changed into capital gammas. The attached test-postscript.pdf file illustrates the problem, which I created starting with the following R code:
> postscript("test-postscript.eps", family = "ComputerModernItalic")
> plot(seq(-5,5,1),seq(-5,5,1))
> dev.off()