Questions tagged [caption]

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.

692 questions
88
votes
10 answers

How to extract closed caption transcript from YouTube video?

Is it possible to extract the closed caption transcript from YouTube videos? We have over 200 webcasts on YouTube and each is at least one hour long. YouTube has closed caption for all videos but it seems users have no way to get it. I tried the URL…
Minghui Yu
  • 1,323
  • 2
  • 20
  • 27
32
votes
5 answers

Make LaTeX table caption same width as table?

It looks bad in my paper if a caption is wider than the table underneath it. How can I make them both align? Right now my code looks like: \begin{table}[th!] \caption{Reference temperature blah…
webjunkie
  • 6,891
  • 7
  • 46
  • 43
31
votes
2 answers

Latex - Inserting a reference in a figure's caption

In Latex, I want to add a reference in the legend of a figure, like: \begin{figure} ... \caption{This is the legend of this figure (reprinted from \cite{something}).} ... \end{figure} but the citation is not allowed to be placed in the the…
Sérgio
  • 1,093
  • 1
  • 9
  • 14
29
votes
5 answers

How to align caption underneath image

I have 9 images in total and three on each row, I have managed to add a caption for one of my images, but failed to do so for the other ones as it just centers everything underneath and not aligned text to rows per image.
Brian Lam
  • 811
  • 3
  • 9
  • 10
27
votes
8 answers

Get OS Version / Friendly Name in C#

I am currently working on a C# project. I want to collect users statistics to better develop the software. I am using the Environment.OS feature of C# but its only showing the OS name as something like Microsoft Windows NT What I want to be able to…
Boardy
  • 35,417
  • 104
  • 256
  • 447
24
votes
6 answers

Image caption width to same as image

How can I make image caption width same as image? Now I have the following code:
This is the caption.
I've tried a lot of things (floating, absolute positioning etc), but if…
Ville
  • 603
  • 1
  • 4
  • 9
24
votes
2 answers

What is the correct way to add caption to an image using html5

I am trying to work out the correct way to display a caption with an image, something like here makes sense jfiddle link but i am also looking at figure and figcaption which appears to serve the purpose better and I prefer ie:
Bradz
  • 271
  • 1
  • 3
  • 6
23
votes
3 answers

Google docs - automated List of tables

Is it possible to add captions to tables in Google docs? I would like to be able to produce an automated list of tables. For example something like this : Any idea ?
giac
  • 4,261
  • 5
  • 30
  • 59
22
votes
4 answers

R Markdown HTML Number Figures

Does anyone know how to number the figures in the captions, for HTML format R Markdown script? For PDF documents, the caption will say something like: Figure X: Some Caption Text However, the equivalent caption for the HTML version will simply…
Nicholas Hamilton
  • 10,044
  • 6
  • 57
  • 88
21
votes
6 answers

How do I vertically center the text in an Excel label's caption?

In Excel 2007, I inserted an ActiveX label onto my worksheet. I right-clicked on it and viewed Properties and managed to change the TextAlign property to 2 (frmTextAlignCenter). This aligns the label caption's text to the center of the label…
MrPatterns
  • 4,184
  • 27
  • 65
  • 85
21
votes
1 answer

Is it possible to get LaTeX to link to the top of a figure rather than to its caption?

In my TeX file I have the following code: \begin{figure}[H] \begin{center} \includegraphics[width=5in]{screens/main.png} \caption{\label{fig:MainScreen} Screenshot of the main screen of TADA.} …
celestialorb
  • 1,901
  • 7
  • 29
  • 50
18
votes
3 answers

bootstrap 4 carousel caption is not visible on small devices

I was practicing bootstrap 4 carousal example given in http://v4-alpha.getbootstrap.com/examples/ . carousal caption is not visible when testing it for mobile or small screen. Any help please.
16
votes
3 answers

Can I label knitr code chunks and outputs and add captions to them?

Is it possible to add labels and references to knitr output other than figures and tables. I know I can use xtable respectively print.xtable to set captions for tables and place them like I would like to. A similar thing can be done to figures. But…
Matt Bannert
  • 27,631
  • 38
  • 141
  • 207
15
votes
4 answers

Change LaTeX caption language

How could I change the default language so that I get something else instead of "Table" or "Figure" before my captions?
Olondon
  • 151
  • 1
  • 1
  • 3
14
votes
5 answers

Setting a negative margin which is a percentage of its height. Pure CSS

I have a series of images, which have different captions. each of these captions needs to appear to float halfway over the bottom of the image. Here is a mockup of how this looks and also how I have structured it in divs. because there needs to be…
ToddPadwick
  • 430
  • 1
  • 6
  • 13
1
2 3
46 47