When I have a table, where one row has the same content as above, is there a representation for that in latex?
In Germany we sometimes use ------- " -------- to say that the line here is the same as above.
So instead of having this:
| title | description |
| Bla | no description |
| Blubb | no description |
| Blop | no description |
| Blip | no description |
Have something like this:
| title | description |
| Bla | no description |
| Blubb | ---------"---------- |
| Blop | ---------"---------- |
| Blip | ---------"---------- |
Maybe not with the dashed line, but a straight line. Is there a command for that or any other way to say that one line is above the other, without writing "see above"?
Forgot to mention:
I use the longtable environment. My column types are {c|lp{4cm}p{4cm}}

description? – Werner Jul 13 '12 at 20:56