All Questions
9
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 ...
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. ...
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}
\...
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 ...
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{...
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:...
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 ...
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}
\...
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}
\...