scrlttr2 does not seem to have figures defined?
Package caption Error: No float type 'figure' defined.
So how can I fix that?
Before you argue using figures is pointless in letters:
- Yes, maybe, but I want it.
- In a multi-pages letter about art it may e.g. be actually useful.
- As far as I see I cannot wrap text around images in any other way than with
wrapfig(wrapfigure) – does not this depend onfigure? All guides I can find online recommendwrapfig. How should I wrap around an image otherwise? Even Word can do this easily and it is (also) made for creating letters.
Example code (snippet):
\documentclass[version=last]{scrlttr2}
\usepackage{caption}
\captionsetup{justification=centering}
\usepackage{wrapfig}
Unfortunately your snippet doesn't illustrate the problem you describe.
– Aradnix Sep 01 '20 at 02:54