Feature Requests
Search the entire project
This project's trackers
This project's forums
This project's news
Projects
People
Documents
Advanced search
Log In
|
New Account
Home
My Page
Projects
xtable
Summary
Forums
Tracker
Lists
News
SCM
R Packages
[#5942] Support for tabu
View Trackers
Feature Requests
Export CSV
Date:
2014-10-04 03:29
Priority:
3
State:
Open
Submitted by:
David Scott (
dscott
)
Assigned to:
Nobody (None)
Product:
None
Operating System:
None
Component:
None
Summary:
Support for tabu
Detailed description
From Fong Chun Chan <fongchun@alumni.ubc.ca>
I was wondering if there are any plans to support the table width options for the longtable environment. Specifically, I am looking at be able to fit the table to the pagewidth.
http://tex.stackexchange.com/questions/110266/set-longtable-to-fit-the-page-width
It would seem that a "to \textwidth" string would need to be added in between the \begin{longtabu} tag and the column tags:
\begin{longtabu} to \textwidth {|X|X|X|}
…
\end{longtabu}
I know that there is a width parameter in the print.xtable() function that can be used to add stuff inbetween, but that seems to wrap it in {} brackets.
Is there any work arounds?
Comments:
No Comments Have Been Posted
Attached Files:
Changes
No Changes Have Been Made to This Item
Thanks to: