Some of my MO answers have figures in them. How do I add captions and tags to them?
$\begingroup$ $\endgroup$
5 - 1$\begingroup$ How do you make those figures? If it's an external image file, just add the caption there. $\endgroup$Asaf Karagila– Asaf Karagila Mod2019-04-21 14:51:18 +00:00Commented Apr 21, 2019 at 14:51
- $\begingroup$ I wrote a caption but it did not come out right. See the 6th picture (from ttop to bottom) in this answer mathoverflow.net/questions/328497/… $\endgroup$Liviu Nicolaescu– Liviu Nicolaescu2019-04-21 14:53:58 +00:00Commented Apr 21, 2019 at 14:53
- 3$\begingroup$ Those captions are not captions that appear below your figure. Those are meant as alternative text for screen readers or so. $\endgroup$Asaf Karagila– Asaf Karagila Mod2019-04-21 15:03:49 +00:00Commented Apr 21, 2019 at 15:03
- 2$\begingroup$ This rather old feature request is a bit related: Add Image Captions. The answer posted there basically explains that MarkDown has no predefined way to do that. $\endgroup$Martin Sleziak– Martin Sleziak2019-04-21 17:52:53 +00:00Commented Apr 21, 2019 at 17:52
- 1$\begingroup$ What do you mean by "tags" exactly? $\endgroup$Federico Poloni– Federico Poloni2019-04-22 19:01:36 +00:00Commented Apr 22, 2019 at 19:01
Add a comment |
1 Answer
$\begingroup$
Random vectors in a disk: MSE post.
$\endgroup$
One way to approximate a figure caption is to add this immediately after your image:
<br /> <sup> Figure caption here. </sup> <br /> The br breaks to a new line. The  's tab in horizontally. The sup's make the tex smaller (superscript). For example:
Random vectors in a disk: MSE post.