figure numbering S3, S4, S6, ...
Dear list, I am compiling some figures as supplementary material and would like to have figure captions follow the convention: Figure S3 Figure S4 Figure S5 ... and I need that the numbering starts with S3 instead of S1. How can I achieve this? Minimal example: \setuppapersize[A6] \setupexternalfigures[location=default] \setupcaptions[way=bytext] \placefigure {Cow} {\externalfigure[cow][width=2cm]} \placefigure {Another Cow} {\externalfigure[cow][width=2cm]}
On Thu, 2017-07-13 at 09:54 +0200, Thomas Möbius wrote:
Dear list,
I am compiling some figures as supplementary material and would like to have figure captions follow the convention:
Figure S3 Figure S4 Figure S5 ...
and I need that the numbering starts with S3 instead of S1.
How can I achieve this?
\setuppapersize[A6] \setupexternalfigures[location=default] \setupfloatcaption [figure] [way=bytext,numberstarter={S}] \setcounter[figure][2] \starttext \startplacefigure[title={Cow}] \externalfigure[cow][width=2cm] \stopplacefigure \startplacefigure[title={Another Cow}] \externalfigure[cow][width=2cm] \stopplacefigure \stoptext
Minimal example:
\setuppapersize[A6] \setupexternalfigures[location=default]
\setupcaptions[way=bytext]
\placefigure {Cow} {\externalfigure[cow][width=2cm]}
\placefigure {Another Cow} {\externalfigure[cow][width=2cm]} ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Henri Menke
-
Thomas Möbius