I want to make a table where I group the rows, such as:
Males \\
Paul \\
Rob \\
Females \\
Anne \\
How do I produce these indents or spaces?
General ⇒ Table: indent row
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Table: indent row
Hi,
you could use latex commands for inserting horizontal space like \hspace, \quad, ... it could be an alternative to use \multicolumn for males/females and simple cells for the other.
Stefan
you could use latex commands for inserting horizontal space like \hspace, \quad, ... it could be an alternative to use \multicolumn for males/females and simple cells for the other.
Stefan