How can I change the names of my supplementary tables and figures from “Figure S1” to “S1 Figure”?
up vote
2
down vote
favorite
I've been writing a paper in LaTeX which includes supplementary information, containing supplementary tables and figures.
I used this command:
newcommand{beginsupplement}{%
setcounter{table}{0}
renewcommand{thetable}{Sarabic{table}}%
setcounter{figure}{0}
renewcommand{thefigure}{Sarabic{figure}}%
}
The result is that all the tables and figures are referenced in the text as "Figure S1", "Table S2", etc.
Because of the journal requirements, I've to reference to them as "S1 Figure", "S2 Table", etc.
How can I do it?
Thanks
EDIT: I am referencing all the citations in the paper through the autoref{} command. I also have another request from the journal editors: I should use this new notation ("S1 Fig.", "S2 Table", ) also in the captions of the figures and of the tables themselves.
I have to change the caption from Figure S1 from "Figure S1" to "S1 Fig.".
I have to change the caption from Table S2 from "Table S2" to "S2 Table".
How can I do it? Thanks
cross-referencing
add a comment |
up vote
2
down vote
favorite
I've been writing a paper in LaTeX which includes supplementary information, containing supplementary tables and figures.
I used this command:
newcommand{beginsupplement}{%
setcounter{table}{0}
renewcommand{thetable}{Sarabic{table}}%
setcounter{figure}{0}
renewcommand{thefigure}{Sarabic{figure}}%
}
The result is that all the tables and figures are referenced in the text as "Figure S1", "Table S2", etc.
Because of the journal requirements, I've to reference to them as "S1 Figure", "S2 Table", etc.
How can I do it?
Thanks
EDIT: I am referencing all the citations in the paper through the autoref{} command. I also have another request from the journal editors: I should use this new notation ("S1 Fig.", "S2 Table", ) also in the captions of the figures and of the tables themselves.
I have to change the caption from Figure S1 from "Figure S1" to "S1 Fig.".
I have to change the caption from Table S2 from "Table S2" to "S2 Table".
How can I do it? Thanks
cross-referencing
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
1
You could just doref{fig:label} Figurewith standard LaTeX.
– Skillmon
Nov 28 at 18:28
Are you usingautoref?
– Werner
Nov 28 at 18:40
You might do that with thecaptionpackage. TheDeclareCaptionLabelFormatcommand would be helpful (§ 4 in the documentation, Own Enhancements).
– Bernard
Nov 28 at 23:54
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I've been writing a paper in LaTeX which includes supplementary information, containing supplementary tables and figures.
I used this command:
newcommand{beginsupplement}{%
setcounter{table}{0}
renewcommand{thetable}{Sarabic{table}}%
setcounter{figure}{0}
renewcommand{thefigure}{Sarabic{figure}}%
}
The result is that all the tables and figures are referenced in the text as "Figure S1", "Table S2", etc.
Because of the journal requirements, I've to reference to them as "S1 Figure", "S2 Table", etc.
How can I do it?
Thanks
EDIT: I am referencing all the citations in the paper through the autoref{} command. I also have another request from the journal editors: I should use this new notation ("S1 Fig.", "S2 Table", ) also in the captions of the figures and of the tables themselves.
I have to change the caption from Figure S1 from "Figure S1" to "S1 Fig.".
I have to change the caption from Table S2 from "Table S2" to "S2 Table".
How can I do it? Thanks
cross-referencing
I've been writing a paper in LaTeX which includes supplementary information, containing supplementary tables and figures.
I used this command:
newcommand{beginsupplement}{%
setcounter{table}{0}
renewcommand{thetable}{Sarabic{table}}%
setcounter{figure}{0}
renewcommand{thefigure}{Sarabic{figure}}%
}
The result is that all the tables and figures are referenced in the text as "Figure S1", "Table S2", etc.
Because of the journal requirements, I've to reference to them as "S1 Figure", "S2 Table", etc.
How can I do it?
Thanks
EDIT: I am referencing all the citations in the paper through the autoref{} command. I also have another request from the journal editors: I should use this new notation ("S1 Fig.", "S2 Table", ) also in the captions of the figures and of the tables themselves.
I have to change the caption from Figure S1 from "Figure S1" to "S1 Fig.".
I have to change the caption from Table S2 from "Table S2" to "S2 Table".
How can I do it? Thanks
cross-referencing
cross-referencing
edited Nov 29 at 21:54
asked Nov 28 at 18:14
DavideChicco.it
3592413
3592413
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
1
You could just doref{fig:label} Figurewith standard LaTeX.
– Skillmon
Nov 28 at 18:28
Are you usingautoref?
– Werner
Nov 28 at 18:40
You might do that with thecaptionpackage. TheDeclareCaptionLabelFormatcommand would be helpful (§ 4 in the documentation, Own Enhancements).
– Bernard
Nov 28 at 23:54
add a comment |
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
1
You could just doref{fig:label} Figurewith standard LaTeX.
– Skillmon
Nov 28 at 18:28
Are you usingautoref?
– Werner
Nov 28 at 18:40
You might do that with thecaptionpackage. TheDeclareCaptionLabelFormatcommand would be helpful (§ 4 in the documentation, Own Enhancements).
– Bernard
Nov 28 at 23:54
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
1
1
You could just do
ref{fig:label} Figure with standard LaTeX.– Skillmon
Nov 28 at 18:28
You could just do
ref{fig:label} Figure with standard LaTeX.– Skillmon
Nov 28 at 18:28
Are you using
autoref?– Werner
Nov 28 at 18:40
Are you using
autoref?– Werner
Nov 28 at 18:40
You might do that with the
caption package. The DeclareCaptionLabelFormat command would be helpful (§ 4 in the documentation, Own Enhancements).– Bernard
Nov 28 at 23:54
You might do that with the
caption package. The DeclareCaptionLabelFormat command would be helpful (§ 4 in the documentation, Own Enhancements).– Bernard
Nov 28 at 23:54
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462227%2fhow-can-i-change-the-names-of-my-supplementary-tables-and-figures-from-figure-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please tell us how you create cross-references in the body of the document.
– Mico
Nov 28 at 18:23
1
You could just do
ref{fig:label} Figurewith standard LaTeX.– Skillmon
Nov 28 at 18:28
Are you using
autoref?– Werner
Nov 28 at 18:40
You might do that with the
captionpackage. TheDeclareCaptionLabelFormatcommand would be helpful (§ 4 in the documentation, Own Enhancements).– Bernard
Nov 28 at 23:54