search for: winansi

Displaying 20 results from an estimated 21 matches for "winansi".

2008 Jul 06
2
Issue with postscript figures using WinAnsi encoding
Hi there, I've hit a bump in writing postscript files with special characters in the WinAnsi encoding on a windows machine. Here's some sample code: ########################################### postscript(file = "test.eps", encoding="WinAnsi.enc", width = 3, height = 5.5, onefile = TRUE, horizontal=FALSE, family = "sans", title = "testfig&qu...
2007 May 21
0
[OT/R+MikTeX] WinAnsi.enc fonts not found by ghostscript by default [solved]
...ion 2.5.2574]: yap, respectively GhostScript/GSView (versions 8.54/4.7 resp.) threw errors. In fact, I realized this was just the same problem as reported in http://tolstoy.newcastle.edu.au/R/help/06/06/28858.html Apparently, by default, GhostScript did not find the corresponding fonts from WinAnsi.enc . --------------- Solution with MikTeX: Copy the R afm-directory [in my setup to be found in $R_HOME/library/grDevices] into a TDS-compliant own texmf root directory (see MikTeX 2.5 help, chapter 6),i.e.; [myroot]/fonts/afm/[R] where [myroot] is (one of) your own texmf root directory...
2018 Mar 02
5
evince
We have some small networks with connectivity to the Internet through firewall routers.? The smallest has one Windows 7 system and three Linux systems including both CentOS 6 and CentOS 7 machines.? The Windows 7 systems have full Adobe packages that are updated regularly and are trouble free. On the Linux systems, evince has been our go to product for viewing and printing .pdf documents.? This
2005 Mar 09
3
Decimal point as a comma in postcript and pdf graphics
...system is: OS: Debian Unstable R-Version: 2.0.1 System locale: de_DE at euro Could someone, please, help me out or at least point me to the right documentation. I'm just lost at the moment. Ronny PS: The problem of displaying the German umlauts, I have already solved: I have to use the WinAnsi.enc as the default encoding file. Which is odd in my opinion.
2006 Jun 09
1
Postscript output encoding on Windows
With R 2.3.1 on Windows, I've noticed that it defaults to the "WinAsci.enc" encoding, which throws up an error when viewed with the default install of GhostScript/GSView (versions 8.51/4.7 respectively). I didn't have this problem prior to upgrading to 2.3.1 as I can view all my old PS graphs and they don't have the WinAsci encoding. I've got around this problem by
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 o...
2003 Mar 24
1
writing to file with encodings (PR#2674)
...uot;,"\371","\372","\373","\374","\375","\376","\377" # 370-377 ) zz <- file("out_isolatin1.txt", "wt", encoding=ISOLatin1) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_winansi.txt", "wt", encoding=WinAnsi) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_macroman.txt", "wt", encoding=MacRoman) cat(ascii,file = zz, sep=" ") close(zz) zz <- file("out_native.txt", "wt", encoding=...
2006 Sep 19
4
How to draw a per mille symbol?
Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. This should give the correct character: plot(1:10, ylab = "\u2030") but all I get is '"S'. I'm running linux (FC5) and have fonts installed that have the correct character (viewed in the Gnome character map at least).
2006 May 17
1
Non-ASCII chars in R code
...9;ve added code to R CMD check in R-devel to warn about such usage. In the examples I have investigated the usages have been - messages in a non-English language, typically French. - startup messages with people's names. - use of characters that I can only guess are intended to be in the WinAnsi encoding, e.g. a copyright symbol. The only reason I have not made this an error is that people might want to produce packages for a known locale, e.g. a student class, but perhaps it should be an error for packages submitted to CRAN. I do not believe there is much we can do about this: message...
2001 Sep 06
1
East European
Dear List, There has just been this question (as well as the answer to it) in the S list: > I would like to put some text in plots... but in french. How can I > write accented letters? > I suppose that there is a possibility similar as the one which > works in LaTeX, isn't it? What about R (for Windows and in East European languages)? Specifically, how can I give a title like
2003 Mar 17
0
file encoding
Hello, Is file("out.txt", open="wt", encoding=ISOLatin1) (resp: MacRoman, WinAnsi) broken/unimplemented ? I am trying: zz <- file("out.txt", open="wt", encoding=ISOLatin1) cat(ASCII,file = zz, sep="\n") close(zz) on R162 for MacOs (carbon). Thanks. -- ------------------------------------------------------------------------------ Jean-Pierre M...
2002 Mar 15
1
Non-english fonts in plots
Hello to all I've got a question concerning use of fonts while making plots in R. I wanted to know if it is possible for me to use polish letters in functions like text() title() etc. Looked up characters, which can be obtained via Hershey(), but there are none of them. I made plots using postscript(), pdf() or png() device to export them to MSWord or LaTeX. Windows ANSI CE #dec codes of
2011 Jan 21
1
Windows script editor and locale
Maybe I'm just overlooking something, but I can't figure out how to set/change the locale of a file loaded into the built-in script editor on Windows. The generic issue is that if I make a teaching script on a Mac, save it to a USB stick, and open it in the script editor in a classroom, then special Danish characters in the comments come out as two-byte sequences, which are pretty
2024 Mar 11
1
evince not showing "greek" and "math" in *.pdf plots
...embedded.pdf name type encoding emb sub uni object ID ---------------------- -------- -------- --- --- --- ------ --- KHEPSB+Helvetica Type 1C Custom yes yes no 10 0 WNPVSJ+Symbol Type 1C Custom yes yes no 12 0 MQBKOK+Helvetica-Bold Type 1C WinAnsi yes yes no 20 0 Original: ? pdffonts plotmath-example_R432.pdf name type encoding emb sub uni object ID ---------------------- -------- -------- --- --- --- ------ --- Helvetica Type 1 Custom no no no 16 0 Helvetica-Bold Type 1 Cus...
2006 Feb 20
1
Plots: displaying mathematical symbols in specific fonts
Dear SavioRs, I am doing some research where characters in different microsoft fonts serve as experimental stimuli. Hence, in plot labels, I would like to display the characters in specific microsoft fonts. I have figured out how to display letters and numbers, but I am having trouble with symbols such as capital delta. Before I go further, I am using R 2.2.1 on Windows XP with everything
2024 Mar 11
2
evince not showing "greek" and "math" in *.pdf plots
...type encoding emb sub uni object ID > ---------------------- -------- -------- --- --- --- ------ --- > KHEPSB+Helvetica Type 1C Custom yes yes no 10 0 > WNPVSJ+Symbol Type 1C Custom yes yes no 12 0 > MQBKOK+Helvetica-Bold Type 1C WinAnsi yes yes no 20 0 > > > Original: > > ? pdffonts plotmath-example_R432.pdf > name type encoding emb sub uni object ID > ---------------------- -------- -------- --- --- --- ------ --- > Helvetica Type 1 Custom no no no 16...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...? ? ?encoding emb sub uni object ID > > ---------------------- -------- -------- --- --- --- ------ --- > > KHEPSB+Helvetica? ? ? ?Type 1C? Custom? ?yes yes no? ? ? 10? ?0 > > WNPVSJ+Symbol? ? ? ? ? Type 1C? Custom? ?yes yes no? ? ? 12? ?0 > > MQBKOK+Helvetica-Bold? Type 1C? WinAnsi? yes yes no? ? ? 20? ?0 > > > > > > Original: > > > > ? pdffonts plotmath-example_R432.pdf > > name? ? ? ? ? ? ? ? ? ?type? ? ?encoding emb sub uni object ID > > ---------------------- -------- -------- --- --- --- ------ --- > > Helvetica? ? ? ? ?...
2024 Mar 12
1
evince not showing "greek" and "math" in *.pdf plots
...type? ? ?encoding emb sub uni object ID > ---------------------- -------- -------- --- --- --- ------ --- > KHEPSB+Helvetica? ? ? ?Type 1C? Custom? ?yes yes no? ? ? 10? ?0 > WNPVSJ+Symbol? ? ? ? ? Type 1C? Custom? ?yes yes no? ? ? 12? ?0 > MQBKOK+Helvetica-Bold? Type 1C? WinAnsi? yes yes no? ? ? 20? ?0 > > > Original: > > ? pdffonts plotmath-example_R432.pdf > name? ? ? ? ? ? ? ? ? ?type? ? ?encoding emb sub uni object ID > ---------------------- -------- -------- --- --- --- ------ --- > Helvetica? ? ? ? ? ? ? Type 1? ?Custom...
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
...b sub uni object ID > > ---------------------- -------- -------- --- --- --- ------ --- > > KHEPSB+Helvetica Type 1C Custom yes yes no 10 0 > > WNPVSJ+Symbol Type 1C Custom yes yes no 12 0 > > MQBKOK+Helvetica-Bold Type 1C WinAnsi yes yes no 20 0 > > > > > > Original: > > > > ? pdffonts plotmath-example_R432.pdf > > name type encoding emb sub uni object ID > > ---------------------- -------- -------- --- --- --- ------ --- > > H...
2006 May 22
4
Sys.setlocale upsets windows graphics device (PR#8887)
Full_Name: Edward McNeil Version: 2.3.0 OS: Widows XP Submission from: (NULL) (203.170.234.5) Type the following: > Sys.setlocale("LC_ALL","C") > hist(1:10) CRASH