search for: latext

Displaying 3 results from an estimated 3 matches for "latext".

Did you mean: latest
2009 Dec 04
1
latex.table for table with character and numeric columns
Hallo, I have a dataset with one or two columns with character data and the rest with numeric data. Using latex.table from the quantreg package produced a table, but I cannot set the decimals. For instance: --- > x<-data.frame(Name=c("Jan","Piet","Jan"), V=c(1,2.991,3)) > latex.table(as.matrix(x),file="x",caption="x") >
2010 Jun 02
1
rsync 3.0.7 network errors on MS-Windows
I am experiencing intermittent network failures on rsync 3.0.7 built using cygwin for Windows-XP (SP2). I am using GCC v4.4.2 and the latext version of cygwin. The rsync error long indicates things like: rsync: writefd_unbuffered failed to write 4092 bytes to socket [generator]: Connection reset by peer (104)rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(1530...
2004 Dec 11
2
Paths for Shell Scripts called from R
...given directory. I want to call latexall from within R using the SYSTEM command after I've created all my table.tex files. Later, the .pdfs of these tables are read into the document using the includegraphics command (The reason I'm creating tables this way is for two reasons: 1. xtable and latextable are limited, especially when one is producing complicated tables with \multicolumn headings and \raisebox commands that make the tables look nice; and 2. I've found that precompiling tables and then inputing them into a .tex file using the \includegraphics command takes much of the headache...