Search found 4 matches

by vbenitocoelho
Tue Jul 15, 2014 11:25 am
Forum: Graphics, Figures & Tables
Topic: Obtain table in Latex from .DAT files through .R and .RNW
Replies: 1
Views: 2863

Obtain table in Latex from .DAT files through .R and .RNW

Hello,

In my job my boss is asking me to obtain automatically from a a .DAT file a table in latex.

I was doing some research on internet and this is what a found:

1st. Obtain a .R file ( I don't know if this .R file is obtained from .DAT, i think so... with package xtable)

2nd. Create a .RNW ...
by vbenitocoelho
Tue Jul 15, 2014 10:45 am
Forum: Graphics, Figures & Tables
Topic: Table layout
Replies: 4
Views: 2559

Re: Table layout

Or to reduce even more the the size of this table....


thank you
by vbenitocoelho
Tue Jul 15, 2014 10:44 am
Forum: Graphics, Figures & Tables
Topic: Table layout
Replies: 4
Views: 2559

Re: Table layout

Is that posible to do it in several pages with this page orientation?

thank you
by vbenitocoelho
Tue Jul 15, 2014 10:28 am
Forum: Graphics, Figures & Tables
Topic: Table layout
Replies: 4
Views: 2559

Table layout

Hello people,

I am really sorry to bother you with this stupid question. I am really new in this.

I have this code and I don't know how to center this table.

\documentclass[10pt,a4paper]{article}


\begin{document}


\begin{table}[htbp]
\centering%
\caption{}
\begin{tabular}{rrrrrrrrrrrr ...