Hello,
I'm having trouble getting my document in this format :
1. bla bla ...
2. balbla..
image 1
(caption)
3. blablabla...
image 2
(caption)
Can anyone tell me please how can I get images with caption inside an itemize list? And which packages do I have to install ?
Thanks
Text Formatting ⇒ Figures with Caption in a List
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figures with Caption in a List
The caption package provides thealsegober wrote:[…] Can anyone tell me please how can I get images with caption inside an itemize list? And which packages do I have to install? […]
\captionof
command for figures with captions outside a float environment like {figure}
.Remarks:
- The classes from KOMA-Script have this command built-in.
- The capt-of package provides the same command (which is its only purpose).
- A Forum Search will for sure yield some ready-to-use solutions.
- The "Similar Topics" section at the bottom of this page might list some other useful threads (only when logged in).
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Figures with Caption in a List
I know that, but the problem is that I can't insert images with caption inside a list. I've installed the package caption by the way.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figures with Caption in a List
And which kind of help do you expect now with only this squishy and inadequate problem description? What have you tried so far? Kindly prepare a self-contained and minimal example that clearly shows the difficulties with inserting images along with corresponding errors from the log file (*.log).alsegober wrote:I know that, but the problem is that I can't insert images with caption inside a list. […]
And you did have a look at the examples in its manual? The package manual can be accessed quite easy via command line.alsegober wrote:[…] I've installed the package caption by the way.
Code: Select all
texdoc caption
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10