All Questions
Tagged with captions subcaption
302
questions
0
votes
0
answers
24
views
Standard way of subfigure labelling
When I use the APS template (such as revtex4-2), it provides only default figure styles but not subfigure styles. If I add subfigures into one figure, they would be labeled on the bottom of each ...
0
votes
1
answer
17
views
Place caption next to subfigure and don't advance the figure counter
Based on the comments on this question, I am trying to put a caption next to a subfigure below another subfigure. This is the code I currently have:
\documentclass{book}
\usepackage{caption}
\...
2
votes
2
answers
67
views
Align pictures vertically at bottom in mosaic grid using subcaptionbox
I'm trying to align four pictures (not necessarily the same height, but close) vertically as follows, where I want the caption (b)-(d) to be aligned at the bottom. How do I achieve this using the ...
0
votes
1
answer
40
views
concatenating subcaptions without newlines or self-references
The subcaption package is helpful for automatic numbering of the panels of multi-panel figures. However, it is non-standard, in many journals, to divide the panel-specific captions among separate ...
0
votes
1
answer
45
views
How to achieve the layout of figure with vertical and horizonal placement?
I want to achieve the following layout of combined figures.
The requirement is below:
use the package such subcaption to arrange the figures
Align both the top and the bottom line of the Left Big ...
2
votes
2
answers
59
views
Subfigure customization
I have the following code to display multiple images:
\begin{figure}[H]
\centering
\begin{subfigure}[h]{0.35\textwidth}
\centering
\includegraphics[width=\textwidth]{real_time1....
1
vote
1
answer
21
views
how to make the caption showup without caption text in `lstlisting` environment?
I found that only the non-empty caption text make the caption appear in outputed file, even a sapce character \ . Here's an example:
\documentclass{article}
\usepackage{listings}
\lstset{
language=...
0
votes
0
answers
20
views
Is there a way to nummerate each subcaptionbox?
I am starting to give up to my hopes, but I want to give it one last try:
Is there a way to nummerate each subcaptionbox? My code has the following build up:
\begin{figure}
\centering
\begin{...
1
vote
2
answers
30
views
How to get captions to appear when wrapping 2 environments into one using the `subtable` environment?
I have a MWE below which is intended to wrap 2 environments into the table environment using subtable. The first is a regular table created using tabular. The other is an array. It mostly works as ...
1
vote
1
answer
95
views
Table caption is not showing
I have the following issue in overleaf: I'm using the CAIM_sciendo_open_article_BY4 class, and the caption in the table
\begin{table}[H]
\centering
\caption{Physical parameters of polypropylene}
\...
2
votes
1
answer
58
views
How to add subcaption the the subfigure
I need to add sub caption for the image how can do that?
\begin{figure}[!htb]
\centering
\minipage{0.32\textwidth}
\includegraphics[width=\linewidth]{im1.PNG}
\endminipage\hfill
\minipage{0.29\...
0
votes
1
answer
344
views
How to overlap subfigure with caption
Consider the following
\documentclass{article}
\usepackage{subcaption}
\usepackage{graphicx}
\begin{document}
\begin{figure*}[htpb]
\centering
\begin{minipage}{0.3\linewidth}
\begin{subfigure}[t]...
0
votes
0
answers
57
views
Is there any conflict here? \subfloat cannot use \label!
I want to put 3 subplots in latex using subfloat, I refer to the example and write as follows, the picture can be displayed normally.
\begin{figure*}[!t]
\centering
\subfloat[caption fig1a]{\...
0
votes
1
answer
88
views
caption below long table with specific spacing
I have to add caption below the long table and with 12pt empty space before and after the table caption. Help me in this regard.
\documentclass[10pt, a4paper, oneside]{article}
\usepackage[hidelinks]{...
0
votes
2
answers
359
views
Multiple horizontally aligned subfigures
I am having a little bit of trouble trying to display multiple figures aligned horizontally in a same row, I am using the following LaTeX commands, and I obtain the following misplaced figure:
\...