LyXLeft-justified caption

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
energy382
Posts: 6
Joined: Tue Feb 26, 2013 1:07 pm

Left-justified caption

Post by energy382 »

Hey guys,

I've some problems with the caption of my figures. I want them to be left-justified as the figure number.
I know the caption package, but as I kow (and read in the manual) it's not used to change the direction of the caption, only font and size.

The attached image clarifies the problem.

I use report (KOMA script) as documentclass.

Any help is highly appreciated. ;)

Regards,
Christoph
Attachments
example.pdf
(43.03 KiB) Downloaded 447 times
Last edited by energy382 on Mon Mar 04, 2013 1:02 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Re: Left-justified caption

Post by Stefan Kottwitz »

Hi Christoph,

you forgot to attach the PDF document. Btw. you could also add a LyX document as attachment.

Stefan
LaTeX.org admin
User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Left-justified caption

Post by sommerfee »

energy382 wrote:I know the caption package, but as I kow (and read in the manual) it's not used to change the direction of the caption, only font and size.
This is not true, one can adjust the formatting etc. with the caption package as well.

How did you typeset that particular figure? If have typeset it using the wrapfig package, and if you want to change the format of these captions only, you could give \captionsetup[wrapfigure]{format=plain} a try.
Post Reply