How can I change the names of my supplementary tables and figures from “Figure S1” to “S1 Figure”?











up vote
2
down vote

favorite
1












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










share|improve this question
























  • 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} Figure with standard LaTeX.
    – Skillmon
    Nov 28 at 18:28










  • 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















up vote
2
down vote

favorite
1












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










share|improve this question
























  • 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} Figure with standard LaTeX.
    – Skillmon
    Nov 28 at 18:28










  • 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













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





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










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 do ref{fig:label} Figure with standard LaTeX.
    – Skillmon
    Nov 28 at 18:28










  • 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


















  • 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} Figure with standard LaTeX.
    – Skillmon
    Nov 28 at 18:28










  • 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
















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















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?