#Changing the width of the caption of a figure
1 messages · Page 1 of 1 (latest)
If you want to do it for all figures, you can use a show rule. If it should only be applied to a single figure, you will need to scope the figure together with the show rule (or create a custom function for that):
#{
[0m[35mshow[0m figure.[0m[3m[34mcaption[0m: block.[0m[3m[34mwith[0m(width: [0m[33m75%[0m)
[0m[3m[34mfigure[0m([0m[3m[34mimage[0m([0m[36m..[0m.), caption: [[0m[36m...[0m])
}