Skip to main content

All Questions

0 votes
1 answer
38 views

Figure with three captions and I only want one of them to appear in the list of figures

I have a figure that occupies three pages. It is made up of subfigures. The caption of the three figures must be the same. This is an example: Note that each figure appears in a different page. As ...
scd's user avatar
  • 774
3 votes
1 answer
332 views

Remove subfigures from list of figures when using tabularray package

I am using the code below to create a figure with multiple subfigures which looks like this: However, when I make the list of figures it also includes entries for the subfigures, which I don't want. ...
beh99's user avatar
  • 63
1 vote
2 answers
195 views

Automatic subcaption listing

Imagine I have the following figure \begin{figure}[H] \begin{minipage}{0.45\linewidth} \begin{subfigure}[b]{\textwidth} \centering \includegraphics[width=.7\linewidth]{example-image} \...
sam wolfe's user avatar
  • 257
2 votes
1 answer
180 views

\caption* command causes wrong reference in List of Figures for subfigures

I have created a custom \source command which places a second caption under a figure using the \caption* command (see Xavi's answer on this post). Also I have enabled the list option of the subcaption ...
marv's user avatar
  • 2,329
2 votes
2 answers
792 views

Display short title and long title (both) in a caption with subcaption

I am trying to use the tweak provided in Display short title and long title (both) in a caption? together with the subcaption package. Unfortunatelly it breaks: \documentclass{scrartcl} \usepackage{...
BR123's user avatar
  • 317
1 vote
1 answer
174 views

Achieving captioning with align blocks

I have code like this: \begin{align} c_{i,p} = \frac{c_{i,p}}{IQR(c_{i})}\label{eq:1}\\ c_{i,p} = \frac{c_{i,p})}{Median(c_{i})}\label{eq:1}\\ c_{i,p} = \frac{c_{i,p})}{MAD(c_{i})}\label{eq:...
Dhruv Ghulati's user avatar
5 votes
2 answers
660 views

strange caption numbers in cross-references and list-of-figures

I am trying to fit a large figure containing four subfigures into my document. The whole thing is close to a page break, so I decided to split the figure via \ContinuedFloat. So just in case the ...
fortunecookies's user avatar
5 votes
2 answers
2k views

Source of Image in List of Figures

I need to have my sources, for example from image files, in my list of figures. \documentclass[10pt,a4paper]{article} \usepackage[list=true]{subcaption} \usepackage{graphicx} \usepackage{tocloft} \...
Severin's user avatar
  • 183
10 votes
1 answer
508 views

subcaption: remove page number from lof

I use the caption and subcaption package as shown in the example below: \documentclass{article} \usepackage{caption} \usepackage{subcaption} \captionsetup[subfigure]{list=true} \begin{document} \...
Jonas's user avatar
  • 641