
Graphics, Figures & Tables ⇒ Creating a table
-
- Posts: 3
- Joined: Tue Mar 27, 2012 4:20 pm
Creating a table

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Creating a table
welcome to the board!
sure - what is it, that you tried? What problems did you have?Schutter07 wrote:I tried a whole lot of things but could not get is the way I wanted. Can someone help me?
I guess you don't mean it like "please typeset the complete table from scratch for me", so just show what you already have and we gladly help to improve it.
Here's an article which can help you, also regarding such multicolumn and multirow cells: Creating Tables with LaTeX.
Stefan
-
- Posts: 3
- Joined: Tue Mar 27, 2012 4:20 pm
Re: Creating a table
So basically I don't know how to merge rows like you can do it for column with \multicolumn .
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Creating a table
\multirow
of the package with the same name, have a look at the 
Stefan
-
- Posts: 3
- Joined: Tue Mar 27, 2012 4:20 pm
Re: Creating a table
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Creating a table
\multirow
inside \multicolum
, not the other way round.Stefan