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
7
votes
2 answers

How can you remove (or hide) the caption bar in jqgrid?

I see you can add a top caption bar and put a title by using this code: jQuery('#grid').setCaption("Title"); Is there anyway, if I have already set a title, to remove the caption bar? I tried this but it just removes the text (doesn't remove the…
leora
  • 188,729
  • 360
  • 878
  • 1,366
7
votes
2 answers

How to show HLS embedded captions on Exoplayer

how do I enable and also select different subtitles that are embedded in a Vimeo video in HLS format using Exoplayer, ExoMedia or another player? In iOS this same video already presents the option of subtitles natively but in Android I cannot find…
Zontag
  • 147
  • 2
  • 7
7
votes
1 answer

Skip numeration figure and table caption

How to make a table and figure caption without any automatic numeration? For example: \begin{table} \begin{tabular}{ll} \textbf{Name} & \textbf{Description} \\ Foo & bar \\ Foo & bar \end{tabular} \caption{Nice Table…
potapuff
  • 1,839
  • 4
  • 18
  • 36
7
votes
1 answer

How to place caption (figure / table) into margin?

I write thesis and need to put a lot of small pictures into it. I also need to use captions (with labels) for better navigation and referring to these pictures. In the same time I want to spare space and put captions beside (next to) pictures, in…
Vít Baisa
  • 71
  • 1
  • 2
7
votes
1 answer

xtable adding a title on top and a caption under the table

I want to put a caption title on the xtable in a Rnw document. Here's the code. Unfortunately, I'm not able to add a caption under the table. I've tried the \caption{} function, but it won't print the PDF. I've seen R: xtable caption (or comment),…
M. Beausoleil
  • 3,141
  • 6
  • 29
  • 61
7
votes
1 answer

add caption to image on new whatsapp ver 2.11.399 (android)

Friends, On android "whatsapp messenger" version 2.11.399 (Sep 30, 2014) it is possible to add a caption (textual decription) to a shared image. I share image via intent as follows: Intent share = new…
robert
  • 93
  • 1
  • 6
7
votes
3 answers

Prevent paragraph from increasing the width of a floated parent

I often find myself using code blocks for inline article images like the following: ...article text.

Potentially long image…

Sandwich
  • 475
  • 1
  • 8
  • 16
7
votes
1 answer

How align text in table to the left?

Good day. Code: What class in bootstrap.css would align text in
Pays to the left? If may give me link on full description format text in…
Leo Loki
  • 2,457
  • 6
  • 24
  • 29
6
votes
2 answers

Sphinx toctree directive: How to hide the caption from being displayed?

If I have the following in index.rst: This Section ------------ .. toctree:: :caption: This Section :maxdepth: 1 this_section/intro this_section/body this_section/outro Then "This Section" would show up twice in the generated HTML…
xuhdev
  • 8,018
  • 2
  • 41
  • 69
6
votes
3 answers

Caption for TTabControl

I'm looking for a way of implementing a sort of inset caption before a set of tabs, something like this: The tab set is not supposed to be multi-line, will only be horizontal and laid out at the top. However it should be correctly scrollable when…
Andriy M
  • 76,112
  • 17
  • 94
  • 154
6
votes
2 answers

Customize colorbox caption (long caption and position of it)

Please see this link for example. How can add a long caption under popup? For example, adding 3 lines like this: we can add one line to title of tag and I tried to change this style #cboxTitle { position: absolute; bottom: -25px; left:…
user3250818
  • 239
  • 3
  • 16
6
votes
2 answers

Adapt the size of a form to its title text in C#

Is there a way to adapt the size of a form to the size of its title / caption text? For example, official C# Message Box forms will adjust to the size of its title text (Note the lorem ipsum): Other forms will not adjust their size to that of their…
Cydrick Trudel
  • 9,957
  • 8
  • 41
  • 63
6
votes
4 answers

turning caption into a link doesn't work in Lightbox 2.51

Turning a caption into a link doesn't work in Lightbox 2.51 downloaded from here Here is the code:
user860644
5
votes
1 answer

Latex: warning with caption

I'm using the following settings on Overleaf: \documentclass[% aip, jmp,% amsmath,amssymb, %preprint,% reprint,% nofootinbib, nobibnotes, %author-year,% %author-numerical,% 10pt ]{revtex4-2} \usepackage{graphicx}% Include figure…
Dario
  • 271
  • 3
  • 15
5
votes
0 answers

How to add Multiple text(captions) to a video using Python-Moviepy?

For some cases we need to append captions to a video.In my case I was working with a problem related to video-description (captioning) This python code helps to add captions to a video.I was wondering if someone need a solution feel free to…
Sumathi J
  • 180
  • 1
  • 7
1 2
3
46 47