Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Tabular* problem

  • 27-03-2010 7:08pm
    #1
    Registered Users, Registered Users 2 Posts: 2,734 ✭✭✭


    Hi, Trying to get a table with 7 columns to fit in a pdf. I'm using the tabluar* tag to try and change the text width so it'll fit on the page but it won't typeset with different text widths. Code is below
    \noindent\begin{tabular*}{0.5\textwidth}{@{\extracolsep{\fill}} c c c c c c c}
    
    \textbf{Ambient} & \textbf{Energy$(kV)$} & \textbf{Dose$(cm^{-3})$} & \textbf{Temp$(^{o}C)$} & \textbf{Time$(m)$} & \textbf{Peak Conc$(Divisions)$} & \textbf{Junction Depth$(\mu m)$} \\ 
    
    $Inert$ & $70$ & $1e13$ & $1000$ & $30$ & $17.6$ & $0.435$ \\ 
    $DryO_{2}$ & $70$ & $1e13$ \\ 
    \end{tabular*}
    


Comments

  • Registered Users, Registered Users 2 Posts: 8,452 ✭✭✭Time Magazine


    Firstly, your last row is missing a few items, I think?

    Your best bet is to take the table and multiply its size by 0.75 (or so). To do this, check out the scalebox command.


  • Registered Users, Registered Users 2 Posts: 2,734 ✭✭✭ec18


    the last row is missing a few items, i left it that way until i could get the columns sorted.....That worked though thanks :D


  • Registered Users, Registered Users 2 Posts: 13,104 ✭✭✭✭djpbarry


    For specifying column/table widths, you might find the tabularx package a little easier to work with. I find it quite handy.


Advertisement