Results 1 to 5 of 5

Thread: Latex Table

  1. #1
    Join Date
    Aug 2007
    Location
    SriLanka
    Beans
    385
    Distro
    Ubuntu 12.04 Precise Pangolin

    Latex Table

    I want to add table into a report but it is longer than one page so how can I add it.

  2. #2
    Join Date
    Mar 2007
    Beans
    313

    Re: Latex Table

    Check out the longtable package. Works great.

  3. #3
    Join Date
    Aug 2007
    Location
    SriLanka
    Beans
    385
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Latex Table

    I used that one in compilation gave error massage can't find longalable how can i do it please help...

  4. #4

    Re: Latex Table

    put

    Code:
    \usepackage{longtable}
    into the preamble, if that doesn't work you could also do:

    Code:
    sudo apt-get install texlive-full
    im dyslexic, please don't comment on my spelling
    blender 3d artist, visit my portfolio
    Quad-Ren, Open source, resolution independent 2D graphics engine
    Screen space is a precious resource, don't waste it

  5. #5
    Join Date
    Apr 2005
    Location
    Montreal
    Beans
    51
    Distro
    Ubuntu 6.10 Edgy

    Re: Latex Table

    Quote Originally Posted by xadder View Post
    Check out the longtable package. Works great.
    Thanks for point me to that package. I don't need it now, but I know it will come in handy sometime down the line!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •