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
13
votes
1 answer
How to draw a custom caption bar like the yahoo messenger 11
As you can see, Y! messenger 11 have used some techniques to draw a beautiful caption bar. Its window's like normal windows in the Win 7 but have a special caption. Is this a glass frame? How can i create one like this??

Kermia
- 4,171
- 13
- 64
- 105
13
votes
2 answers
Width in pixels of a text/caption in Delphi 7
Here is my problem, I want to know actual length of the text in pixels (note that various letters have different length in some fonts). I am going to use this for better column width adjustment in DBGrid.

Tofig Hasanov
- 3,303
- 10
- 51
- 81
12
votes
3 answers
Generic dialog with custom captions for buttons
I know this issue have been up since before (ex. Best way to show customized message dialogs), but I still don't find what I want.
I started like this:
class function TAttracsForm.MessageDlg(const aMsg: string; aDlgType: TMsgDlgType; Buttons:…

Roland Bengtsson
- 5,058
- 9
- 58
- 99
12
votes
1 answer
How to add two figures side by side, and insert captions to each of them?
In Word, I can add two figures side by side, however, when I insert captions to each of them, the figure number doesn't change, both of them have the same figure number. How can I solve this problem?

bing
- 179
- 1
- 1
- 6
12
votes
2 answers
Twitter Bootstrap thumbnail caption to the right
How to make the caption of a Twitter Bootstrap thumbnail be placed to the right of the image instead of below? Preferably in CSS. So far I am just using existing tags as my css knowledge is very limited.
- …

Rutger Karlsson
- 539
- 1
- 5
- 17
10
votes
3 answers
Figure name in caption using RMarkdown
I am writing my first .rmd report using RMarkdown and then I knit it to pdf file. As I write it in my national language, I would like to have figures captions in my language too. The problem is that the default caption format is "Figure 1: My…

Marta Cz-C
- 759
- 1
- 8
- 18
10
votes
1 answer
Borders with captions in WPF
Does anybody know how to get a border in WPF with a caption, i.e. the way web browsers display

Alex Marshall
- 10,162
- 15
- 72
- 117
9
votes
1 answer
Difference between caption, draw, annotate, label while adding text to ImageMagick
I'm trying to add text to an image using ImageMagick. I see multiple examples using draw, label, caption, annotate et al.
What is the difference between the above?
I am able to test the results of the above commands with CLI, however am facing…

Mayuri M.
- 121
- 1
- 2
9
votes
1 answer
YouTube API without user OAuth process
I am trying to fetch captions from YouTube video using YouTube Data API (v3)
https://developers.google.com/youtube/v3/guides/implementation/captions
So, first I tried to retrieve a captions list using this…

MaxHeap
- 1,138
- 2
- 11
- 20
9
votes
1 answer
Double space ENTIRE document in latex
In latex, I want to double space the entire document, including the footnote and the table caption.
I have tried
\usepackage{setspace}
\doublespacing
It works for the main text, but does not work on the table caption.
Does anyone have any idea?…

Kacey
- 137
- 1
- 2
- 9
9
votes
3 answers
Is it semantically correct to use a button in a table caption in HTML5?
I have a matrix of product data.
My goal is to:
display the matrix using HTML5 in a tabular format
display a left-aligned "title" above the data that describes it
display a right-aligned "add" button, vertically aligned with the title, which…

Evan de la Cruz
- 1,966
- 1
- 13
- 17
9
votes
4 answers
Caption above figure using knitr (LaTeX/PDF)
I would like to place the caption above the figure using knitr in texmaker.
I know that this question has already been asked, and I understand that the solution suggested so far is to use:
\begin{figure}
\caption{This is a caption above the figure}…

Serena
- 123
- 1
- 4
8
votes
2 answers
Table and Figure cross-reference officer R
I would like to be able to cross-reference a table or figure in a word document using the officer R package.
I have come across these materials so far but they do not seem to have a…

Jordan Hackett
- 689
- 3
- 11
8
votes
1 answer
text caption not appearing matplotlib
I cannot understand why my text caption does not appear on my plot. I am finding the documentation pretty confusing about the order of placement for the legend and caption labels..
My code is here, I don't know what is wrong. Everything is…

pwprnt
- 521
- 3
- 9
- 27
7
votes
1 answer
Rmarkdown add footnote to figure caption
I would like to include a footnote within a figure caption in an R markdown report rendered to both PDF and HTML (report is based on bookdown/thesisdown/huskydown).
The ideal would be to use text references:
(ref:foo-footnote) Text in the…

mavericks
- 1,005
- 17
- 42