caption Questions

1

Solved

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 her...
Canoness asked 29/5, 2017 at 20:42

2

Solved

I need to find what is the Font.Color , Font.Size and Font.Name of Inno Setup WizardForm.Caption to get its (It is a String) Extent Point using GetTextExtentPoint32. Please let me know how can I ...
Osy asked 3/10, 2016 at 12:12

2

Solved

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): ...
Belaud asked 6/8, 2013 at 19:56

1

Solved

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 u...
Solder asked 17/5, 2016 at 14:2

1

I have been trying to make a 2 to 3-line figure caption below the combined plots using the following script: library(grid) library(gridExtra) library(ggplot2) g1 <- ggplotGrob(pl) #pl is my pl...
Claresta asked 15/3, 2016 at 1:21

2

First of all I would like to thank Sir Baptiste for helping me improve my R script by adding a caption at the bottom left the of the combined plots using gtable/textGrob as shown below: library(gr...
Idiocy asked 11/3, 2016 at 9:21

3

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 tha...
Lecythus asked 8/7, 2015 at 11:52

2

Solved

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 li...
Christiansen asked 3/8, 2012 at 15:17

1

This is a follow-up to a question I posted earlier (How to center LaTeX xtable output in full text width). I realize that my MWE from this previous post was incomplete. In an effort to make it as m...
Annapurna asked 29/7, 2015 at 19:57

2

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 ...
Sikang asked 7/3, 2014 at 7:49

1

Solved

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 ...
Gasolier asked 6/11, 2014 at 22:23

1

Solved

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...
Doodlesack asked 5/10, 2014 at 1:24

2

Solved

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...
Cannot asked 20/12, 2010 at 7:44

3

Solved

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 ...
Hypoplasia asked 15/1, 2013 at 20:59

4

Turning a caption into a link doesn't work in Lightbox 2.51 downloaded from here Here is the code: <a href="images/examples/image-1.jpg" rel="lightbox" title="<a target='_self' href='h...
Persevere asked 20/6, 2012 at 12:45

1

Solved

Good day. Code: <table class="table table-hover table-bordered"> <caption class="pull-right">Pays</caption> <thead> What class in bootstrap.css would align text in <c...
Supply asked 9/2, 2013 at 10:4

5

Solved

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 b...
Brevet asked 23/7, 2010 at 21:34

1

Solved

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...
Bulimia asked 8/11, 2011 at 20:44

1

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 spa...
Gauldin asked 9/5, 2010 at 12:27

1

Solved

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.} ...
Parkway asked 14/7, 2011 at 14:51

1

I want to display featured image caption in a paragraph only if it exists. I am trying the following without luck: <?php if (the_post_thumbnail_caption()) { echo '<p class="wp-caption-text"...
Sliver asked 1/6, 2011 at 6:5

2

Solved

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...
Toweling asked 12/3, 2011 at 17:26

1

Solved

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 & ...
Finalism asked 17/1, 2011 at 15:46

1

Solved

Does anybody know how to get a border in WPF with a caption, i.e. the way web browsers display <fieldset> tags ? Is there an easy way, like setting a property, or am I going to have to make a...
Submaxillary asked 11/12, 2009 at 18:26

2

Solved

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 ...
Scoliosis asked 14/10, 2009 at 7:13

© 2022 - 2025 — McMap. All rights reserved.