I'm looking to potentially use multiple figure environments, so that one set of figures can be referenced and numbered as usual (e.g. Figure 1, Figure 2 etc) but also allow for an additional set of numbered figures such as schemes (Scheme 1, Scheme 2 etc..).
The desired result is something like in this manuscript where chemical diagrams are labelled separately as Schemes to the rest of the figures: https://api.research-repository.uwa.edu.au/ws/portalfiles/portal/142280159/manuscript.pdf
EDIT: I have been able to utilise multiple environments inside of LaTeX to have both he Figure & Scheme labelling / numbering to be separate (using \usepackage{chemstyle}) but it would be great to try and have a similar functionality available for the HTML output as well.
I'm looking to potentially use multiple figure environments, so that one set of figures can be referenced and numbered as usual (e.g. Figure 1, Figure 2 etc) but also allow for an additional set of numbered figures such as schemes (Scheme 1, Scheme 2 etc..).
The desired result is something like in this manuscript where chemical diagrams are labelled separately as Schemes to the rest of the figures: https://api.research-repository.uwa.edu.au/ws/portalfiles/portal/142280159/manuscript.pdf
EDIT: I have been able to utilise multiple environments inside of LaTeX to have both he Figure & Scheme labelling / numbering to be separate (using
\usepackage{chemstyle}) but it would be great to try and have a similar functionality available for the HTML output as well.