Quantcast

xtable for latex: setting some values globally

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

xtable for latex: setting some values globally

stefan.duke@gmail.com
Dear All,
a quick xtable question. I do have quite a bunch of tables in my latex
document which I produce with xtable. That works fine so far.

But I wonder is it possible set some values such as "environement",
"caption.placement", or "size" globally so that it applies for table
unless otherwise specified?


If anybody has quick fix, that would be helpful.
Thanks and best,
Stefan

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xtable for latex: setting some values globally

Hadley Wickham-2
> If anybody has quick fix, that would be helpful.

Write your own function that wraps xtable...

Hadley


--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xtable for latex: setting some values globally

stefan.duke@gmail.com
fair enough!
I was just hoping there was some free lunch...
thanks and best from Rotterdam,
Stefan

On Wed, Jun 23, 2010 at 4:26 PM, Hadley Wickham <[hidden email]> wrote:

>> If anybody has quick fix, that would be helpful.
>
> Write your own function that wraps xtable...
>
> Hadley
>
>
> --
> Assistant Professor / Dobelman Family Junior Chair
> Department of Statistics / Rice University
> http://had.co.nz/
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...