search for: textext

Displaying 13 results from an estimated 13 matches for "textext".

Did you mean: testext
2005 Aug 30
0
TeXtext font encoding?
Dear R wizards: Has anyone gotten the TeXtext font encoding to work? If I execute: if (is.null(postscriptFonts()$lucida)) { luafmfiles <- c("/usr/share/texmf/fonts/afm/yandy/lubright/lbr.afm", "/usr/share/texmf/fonts/afm/yandy/lubright/lbd.afm", "/usr/share/texmf/fonts/afm/yan...
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...ot;class") [1] "Type1Font" $ComputerModern $family [1] "ComputerModern" $metrics [1] "CM_regular_10.afm" "CM_boldx_10.afm" "CM_italic_10.afm" [4] "CM_boldx_italic_10.afm" "CM_symbol_10.afm" $encoding [1] "TeXtext.enc" attr(,"class") [1] "Type1Font" $ComputerModernItalic $family [1] "ComputerModernItalic" $metrics [1] "CM_regular_10.afm" "CM_boldx_10.afm" "cmti10.afm" [4] "cmbxti10.afm" "CM_symbol_10.afm" $encodin...
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 R gave an error message, instead of producing corrupt .pdf files. Just a suggestion... Regards, /iaw --- ivo we...
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 way to use an arbitrary postscript font an...
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 i write formulas on the axis or at specific points? Has someone had some effort in exporting plots to pstricks or pictex? kind regards and thank you fo...
2010 Nov 29
1
Troubles in plotting to a postscript file (not to png)
...uce 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 ----------------------------- (it's a 9x9 multiplot) and I close it with ----------------------------- dev.off() ----------------------------- Here are my problems: -) xlab=expression(paste(lambda,"(",~mu,m,")")) : it correctly prints the...
2011 Jan 15
1
Truetype and Opentype font in pdf device
...w 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", rep("Impact.afm", 4), encoding = "TeXtext.enc")) 4. specify the fontfamily in gpar: grid.text('hello grid world', gp=gpar(fontfamily="Impact")) but obviously, it is better if truetype or opentype fonts are directly available without conversion to type1 font. Also, I found that Cairo package can handle truetype or o...
2009 Jul 02
2
Computer Modern
...lwd=2 ) ) setwd("C:\\R_folder\\CMtests") postscript("cm_test.eps", width = 4.0, height = 3.0, horizontal = FALSE, onefile = FALSE, paper = "special", family = "ComputerModern", encoding = "TeXtext.enc") print(testPlot) dev.off() This produces a plot with courier. I am using R 2.9.0 on a windows XP machine. I did manage to produce one plot with CM as the font so I know it's possible with my set up. I can't get back to that. Please help me with the code. Tha...
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 permit the use of translucen...
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
...Type1Font("ComputerModern2", + c("CM_regular_10.afm", "CM_boldx_10.afm", + "cmti10.afm", "cmbxti10.afm", + "CM_symbol_10.afm"), + encoding = "TeXtext.enc") > pdf("test-pdf.pdf", family = CMitalic) > plot(seq(-5,5,1),seq(-5,5,1)) > dev.off() The attached test-pdf.pdf file shows the minus signs are no longer replaced by capital gammas, but are now blanked out. For the record, I noticed this problem several years ago and...
2008 Nov 15
1
PostScript File Dimensions
Hi List, here I go again. Well I need to save plotted objects as .eps using the postscript() function, well I can do that but all resulting object are perfect squared dimensions (x = y). I need a rectangular output something like x = 2y dimension. Is it possible? The I’m new to R and postscript image format! I’m doing this…
2005 Apr 18
1
R-2.1.0 is released
...me" is no longer expanded, but "~" still is. o The regular expression code is now based on that in glibc 2.3.3. It has stricter conformance to POSIX, so metachars such as { } + * may need to be escaped where before they did not (but could have been). o New encoding 'TeXtext.enc' improves the way postscript() works with Computer Modern fonts. o Replacement in a non-existent column of a data frame tries harder to create a column of the correct length and so avoid a corrupt data frame. o For Windows and readline-based history, the saved file size is re-...
2005 Apr 18
1
R-2.1.0 is released
...me" is no longer expanded, but "~" still is. o The regular expression code is now based on that in glibc 2.3.3. It has stricter conformance to POSIX, so metachars such as { } + * may need to be escaped where before they did not (but could have been). o New encoding 'TeXtext.enc' improves the way postscript() works with Computer Modern fonts. o Replacement in a non-existent column of a data frame tries harder to create a column of the correct length and so avoid a corrupt data frame. o For Windows and readline-based history, the saved file size is re-...