LyX ⇒ Formatting legends
Formatting legends
I have some formatting issues with my report: I would like that the legends text is smaller than the "normal" text. If I highlight my legend text, chose text style/personalised and make it smaller, it works, but the legend name ("figure x.y") still stays the big size. How can I make the figure name smaller too??
In addition, I wonder if it's possible to make bigger margins for the legend, so that the legend would appear for example 1 cm further in the middle than the normal text.
Hope you understand what I mean, my English is not perfect.
Thank's for your help!!
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
Formatting legends
Code: Select all
\usepackage{caption}
\captionsetup{font=footnotesize}
Regards
Formatting legends
Remains the 2nd problem: does anyone one know if it's possible to move the caption further into the document, for example:
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text
- My graph
- caption caption caption caption caption caption caption
- caption caption caption caption caption caption caption
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text
Thank's for your help!
Formatting legends
Code: Select all
\usepackage{caption}
\captionsetup{font=footnotesize,margin={.25\textwidth,0pt}}

Regards
Formatting legends
\usepackage[margin=30pt, font=normal, labelfont=bf, labelsep=endash]{caption}
I was able to make my caption look like I wanted.
Greetings