All Questions
69
questions
1
vote
1
answer
56
views
suppress Listing: # in code blocks with tcolorbox
Hi there I've been recently experimenting with code blocks in LaTex and I had the need to have my code blocks with captions and a label to catch them once clicked on the appropriate link in the ...
3
votes
1
answer
459
views
Remove the table label within "longtblr"
I am trying to figure out how I can remove the table label (i.e. "Table 1.1") within the longtblr environment, that appears automatically even if I do not specify a caption.
\documentclass{...
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]{\...
1
vote
2
answers
205
views
Adding caption and label to an annotated figure with `tikzpicture` [duplicate]
I would like to annotate a figure, so I used tikzpicture inside a figure environment like this
\documentclass[msom,nonblindrev]{informs3}
\usepackage[nodisplayskipstretch]{setspace}
\usepackage{...
0
votes
2
answers
111
views
Not capitalized "Figure" in latex [closed]
I am trying to use "Fig." when naming my figures, I tried so many things but nothing seems to work. Currently I have this:
\usepackage{caption}
\captionsetup{justification=raggedright,...
1
vote
1
answer
434
views
Figure numbering mismatch in caption and in text
I'm having a labelling conflict between figures and tables in Latex.
Document class: https://drive.google.com/file/d/1vDS_jDmvIuVtHzpa_Ms5cz2VgtiWwvdv/view
Here's my current code.
\documentclass[sort&...
1
vote
2
answers
297
views
Is there a way to automatically generate a label and caption for a series of figures?
I have a list of figures which I insert into my document using a "foreach" loop. Is there a way to also generate labels for each of these figures from within the foreach loop? I have the ...
0
votes
0
answers
15
views
How can I mix arabic two counter styles in caption formatting? [duplicate]
I am hoping to mix two counter styles ( arabic numerals and lower case letters) for the caption formatting as shown in the subsequent exemple:
0
votes
1
answer
705
views
Cross reference and caption for Tabularx?
\documentclass[12pt]{article}
\usepackage{float}
\usepackage{tabularx}
\title{Tabularx Test}
\begin{document}
\maketitle
\begin{center}
\begin{tabularx}{100pt}{c|c|c|}
\multicolumn{1}{c}{ } &\...
0
votes
1
answer
210
views
Latex error: Table label is undefined
I generated some tables with Stata for inclusion in my Latex report. However, for two regression tables, no matter what I do, I cannot refer to these tables. I have successfully generated several ...
2
votes
0
answers
138
views
captionsetup works for one table but not the other
I've adjusted my question below:
\documentclass[man]{apa7}
\usepackage{array}
\usepackage{float}
\usepackage[singlelinecheck=false]{caption}
\restylefloat{table}
\renewcommand\thesection{\Alph{...
0
votes
2
answers
1k
views
How to set the label of each sub-figure in its correct position? [duplicate]
I want to insert the label of each sub-figure in its correct position.
Fig1:
Therefore, I want the label of the sub-figures to be the same as the fig.2, and the location of the caption to be the same ...
2
votes
2
answers
103
views
figures: return the figure number rather than the section number when there is no caption
I want to be able to number my figures using the figure counter, not the section number, but am unable to do this without including a caption. Of course a potential (hideous) kludge would be to ...
1
vote
1
answer
281
views
Align 9 figures with labels on the right and bottom
I'm trying to have 9 sub-figures under a single figure.
I would like for it to look something like :
Would appreciate any help in this regard!
(Kindly mention the necessary packages as required as ...
1
vote
1
answer
42
views
Get caption numbers for the individual figure files
I would like to list the caption numbers for the figures of a latex document. My MWE is as follows:
\documentclass{article}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\begin{...