Information and discussion about graphics, figures & tables in LaTeX documents.
Wooldridge1
Posts: 20 Joined: Wed Oct 19, 2016 9:21 am
Post
by Wooldridge1 » Wed Oct 19, 2016 9:42 am
Hello,
I would like to have a broken line under the first row of my table. Like this:
I hope you can help me.
Greetings & many thanks in advance!
NEW: TikZ book now 40% off at Amazon.com for a short time.
Stefan Kottwitz
Site Admin
Posts: 10345 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Oct 19, 2016 3:53 pm
Hello,
I would use the
booktabs package and the
\cmidrule
command. It can shorten a line but also putting lines just along a single column, as you seem to want.
Stefan
LaTeX.org admin
Wooldridge1
Posts: 20 Joined: Wed Oct 19, 2016 9:21 am
Post
by Wooldridge1 » Wed Oct 19, 2016 6:37 pm
I have problem with this.
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
I use the package
booktabs
.
I hope someone can help me.
Greetings and many thanks in advance.
Wooldridge1
Posts: 20 Joined: Wed Oct 19, 2016 9:21 am
Post
by Wooldridge1 » Sat Oct 22, 2016 11:02 am
Unfortunately I have not reached my target. I hope you can help me.
rais
Posts: 419 Joined: Sun Nov 16, 2014 8:51 pm
Post
by rais » Sat Oct 22, 2016 1:28 pm
well, you just have to split your
\cmidrule
into one for each column and trim them separately, if I understood you correctly.
Code: Select all
Code, edit and compile here:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
KR
Rainer
Wooldridge1
Posts: 20 Joined: Wed Oct 19, 2016 9:21 am
Post
by Wooldridge1 » Wed Oct 26, 2016 12:57 pm
Now I try to create a more complex table wit broken lines.
Code: Select all
Code, edit and compile here:
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run LaTeX here
I want that the multicolums are underlined with a broken line. However, I cannot create such a table. I hope you can help me
Thank you very much and best regards,
Wooly
Last edited by
cgnieder on Wed Oct 26, 2016 6:12 pm, edited 1 time in total.
Johannes_B
Site Moderator
Posts: 4182 Joined: Thu Nov 01, 2012 4:08 pm
Post
by Johannes_B » Thu Oct 27, 2016 5:58 pm
Your table does not have any content.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Wooldridge1
Posts: 20 Joined: Wed Oct 19, 2016 9:21 am
Post
by Wooldridge1 » Thu Oct 27, 2016 8:41 pm
That's true. I will paste the content later ... the calculations are not done. :/
I still look for help.
rais
Posts: 419 Joined: Sun Nov 16, 2014 8:51 pm
Post
by rais » Fri Oct 28, 2016 12:07 am
Your new table doesn't contain any \cmidrule
.
KR
Rainer