LyX ⇒ how to make word table bold
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
how to make word table bold
Table1
This is table1 caption
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
how to make word table bold
Code: Select all
\usepackage[labelfont=bf, labelsep=newline, justification=raggedright,
singlelinecheck=false]{caption}
Stefan
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
how to make word table bold
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
Code: Select all
\usepackage[labelfont=bf,labelsep=newline,justification=raggedright,singlelinecheck=false,font=small]{caption}
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: how to make word table bold
Stefan
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am
Re: how to make word table bold
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 6433 times
-
- want to modify.png (32.74 KiB) Viewed 6433 times
-
- Posts: 9
- Joined: Wed Jul 18, 2012 1:09 am