LyX ⇒ how to make word table bold
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
how to make word table bold
I want to make word table bold and put caption below word table, also i want both word table and caption to be most left justified with left border of table , like this
Table1
This is table1 caption
Table1
This is table1 caption
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
how to make word table bold
You could load the caption package with the desired settings. For this, add to your document preamble:
Open it via the LyX main menu, Document / Settings / LaTeX preamble:
Stefan
Code: Select all
\usepackage[labelfont=bf, labelsep=newline, justification=raggedright,
singlelinecheck=false]{caption}
Stefan
LaTeX.org admin
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
how to make word table bold
Thanks it works but i still have some problems
I want size of word Table1 be small as caption
also there is a big space like a new line between caption text and table top frame
is there any solution for that??
I want size of word Table1 be small as caption
also there is a big space like a new line between caption text and table top frame
is there any solution for that??
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
how to make word table bold
I tried this
but stil word Table1 are bigger thatn caption text
Code: Select all
\usepackage[labelfont=bf,labelsep=newline,justification=raggedright,singlelinecheck=false,font=small]{caption}
Last edited by cgnieder on Tue Aug 28, 2012 3:24 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: how to make word table bold
Perhaps post a small working example, because the solution may depend for example on the class which your LyX document bases on. With a standard document, my solution works as expected. I know, that for example with KOMA classes it can be different, since they have a different caption handling.
Stefan
Stefan
LaTeX.org admin
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
Re: how to make word table bold
I want table to be like picture wanted.png to be like the other
also i want to ask if i can make table bigger like the other attached table, I see that table take the full width of the page while mine is small width
what i can do?
also i want to ask if i can make table bigger like the other attached table, I see that table take the full width of the page while mine is small width
what i can do?
- Attachments
-
- wanted.png (29.69 KiB) Viewed 6504 times
-
- want to modify.png (32.74 KiB) Viewed 6504 times
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
Re: how to make word table bold
I use elsarticle class with 2 column document but i made span columns so table will span over 2column document