search for: textspecial

Displaying 4 results from an estimated 4 matches for "textspecial".

2009 Jan 19
1
patch for textspecial and defaultfont in xfig
Hello, The current xfig device lacks the functionality to set the textspecial flag and use the defaultfont in xfig. This is necessary when you want to export to xfig and use interpreted text (e.g., $ \frac{1}{e}$ gets interpreted by latex). The attached patch adds this functionality. Why would you like to do this? - Use math in labels (e.g., name your variables $r_{xy...
2009 Jan 25
1
Warning for dropped text with devices that don't support clipping (in text attachments)
Hello, Apparently, the mail program doesn't like attachments. Here's the patch and the script again. Sebastian ------- R Script ------- xfig (file = "test .fig",onefile=TRUE,width=6,height=4,textspecial=TRUE,defaultfont=TRUE) barplot(seq(.8,0,-0.15)) legend("topright",legend=c("1234567890"),cex=.7,text.width=.5) dev.off() unlink("test.fig") ------- patch ------- Index: src/main/engine.c =================================================================== --- src/main...
2009 Apr 17
0
R 2.9.0 is released
...) gains an 'invert' argument mimicking 'grep -v/--invert'. o strwrap() now allows a separate prefix for the first line. o grep() has a more efficient sibling grepl() that returns a logical vector. o xfig() has new arguments 'defaultFont' and 'textSpecial' contributed by Sebastian Fischmeister. o parse() and parse_Rd() now point to syntax errors in the reported error context, and include the filename and line and column numbers so smart text editors can jump to the error location. o str(<1d-array&...
2009 Apr 17
0
R 2.9.0 is released
...) gains an 'invert' argument mimicking 'grep -v/--invert'. o strwrap() now allows a separate prefix for the first line. o grep() has a more efficient sibling grepl() that returns a logical vector. o xfig() has new arguments 'defaultFont' and 'textSpecial' contributed by Sebastian Fischmeister. o parse() and parse_Rd() now point to syntax errors in the reported error context, and include the filename and line and column numbers so smart text editors can jump to the error location. o str(<1d-array&...