A title text that is optically separated from the main text of an article. Language-independent concept, occurs in languages as HTML, LaTeX and Markdown.
Questions tagged [caption]
692 questions
5
votes
2 answers
In an Excel UserForm, how do I update a label's caption?
I created my first modeless UserForm in Excel and put an ActiveX label on it. How do I set the caption of the label so that it displays whatever is in Sheet1.Range("A1"), and updates itself when the value in cell A1 changes?
Basically, I want the…

MrPatterns
- 4,184
- 27
- 65
- 85
5
votes
1 answer
Delphi: MainMenu and ToolBar. Alternative of CoolBar
I use a Toolbar as a MainMenu!
I embed a MainMenu into a ToolBar. But the text of the MainMenu (button's captions) is not in the center of ToolButtons.
I have:
I need:
I create a ToolBar, 4 ToolButtons and assign each menu for each button. Or I…

maxfax
- 4,281
- 12
- 74
- 120
5
votes
1 answer
Caption numbering not in sequential order when citing the captions with captioner in Rmarkdown
I am using captioner (https://cran.r-project.org/web/packages/captioner/vignettes/using_captioner.html) to create table captions in Rmarkdown - the main reason is because I am using huxtable for conditional formatting and exporting to word. This is…

Ricecakes
- 681
- 1
- 5
- 13
5
votes
2 answers
MediaRecorder, captions, and subtitles
Is it possible to use MediaRecorder to mux a WebVTT track (or any other kind of track for captions and subtitles) into the output stream along with the audio and video tracks?
WebM supports a WebVTT track. There is a W3C doc from 2012 that briefly…

Brad
- 159,648
- 54
- 349
- 530
5
votes
3 answers
Latex: How to make listings subfloats use listing counters, TOC, etc
I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure.
\newcommand{\listbylist}[6][showlines=true]{
\begin{figure}
\subfloat[ ]{
\lstinputlisting[showlines=true,#1]{#2} …

Paul Biggar
- 27,579
- 21
- 99
- 152
4
votes
1 answer
delphi group box caption color change
I m using BDS 2006 and would like to know if u can change the color of Group-box and radio group captions with XPmanifest present in the Project(because it is Always blue in color).

Shirish11
- 1,587
- 5
- 17
- 39
4
votes
1 answer
Give a single figure multiple captions in rmarkdown pdf_book output
I am writing my thesis with bookdown. I want to include a List of Figures, but I don't want to include the whole of each figure's caption. My thought was to give each figure one caption that appears in the lof and a second caption that doesn't. I…

Mark Davies
- 787
- 5
- 18
4
votes
2 answers
Cross reference and caption not working in Rmd file
Can anyone help me understand how to write my header so that the figure caption and cross reference works?
I am practicing making captions and cross references to a simple plot in my Rmd file. I understand that to do so, I should add to my header:…

chase171
- 51
- 1
- 3
4
votes
1 answer
Bookdown caption in knitr include_graphics
I am writing a report with Bookdown and I am interested in reproducing a series of pictures horizontally with one single caption which describes them all. If I dont define the fig.cap I get the pictures correct as follows:
```{r, out.width =…

BAlpine
- 111
- 3
- 14
4
votes
6 answers
how make youtube subtitles selectable?
when activating youtube subtitles, if you try to select a word in the caption of subtitles witch identified in the DOM by id="caption-window-1" , the first thing noticed is that : it is not selectable, so to make it selectable, i run this script…

Jolo
- 41
- 2
4
votes
1 answer
Get header/caption centered above 2-column table
I've temporarily inherited the responsibility to look after the website front end to our project as our web maintainer has just left and there isn't a replacement yet (and I'm a summer student anyway, so I'm off soon too...). I'm not very…

Stephen
- 6,027
- 4
- 37
- 55
4
votes
1 answer
Position figcaption vertically centered and next to image?
I have an image and a caption within a figure tag. I was wondering how I can get the figcaption positioned next to the img and vertically centered, like the image attached.
Here's a jsfiddle I set up.
Thank you!

kenhimself
- 267
- 4
- 14
4
votes
1 answer
Put table captions on top when knitting Word .doc with R markdown
Table captions are positioned below the table when using R markdown to knit a Word document in RStudio. I need the table captions above the table.
I have tried the kable() and pander() functions without success.
A solution using xtable() when…

user2553813
- 91
- 7
4
votes
2 answers
Change color of caption text in toctree
Is there a way to change the color of captions on a sphinx webpage? I'm using the :caption: directive with toctree, but the caption comes out almost the same color as the sidebar. For reference here is the link to the page with the hard to see…

Syntactic Fructose
- 18,936
- 23
- 91
- 177
4
votes
4 answers
Drawing a box around a table and its associated caption
I have a table in HTML which has an associated caption. I want to draw a box around these collectively (a single box around the tabular part and the caption),
caption {
border: 2px solid #eeeeee;
}
table {
border: 4px solid…

Brian Diggs
- 57,757
- 13
- 166
- 188