Figure numbers being written as 11 instead of 1.1 [closed]












0















I'm trying to figure out why on earth this style has equations divided by chapter 1.2, 1.3, 1.4 ... 3.5, 3.6 etc..



But it labels figures as 12 13 14, 35 36 instead...



Like, where did my little period go, and how do I get it back?










share|improve this question













closed as unclear what you're asking by egreg, Andrew Swann, Stefan Pinnow, dexteritas, samcarter Feb 1 at 9:48


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

    – David Carlisle
    Jan 31 at 21:11








  • 2





    @DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

    – Ulrike Fischer
    Jan 31 at 21:13











  • @UlrikeFischer as I wrote? :-)

    – David Carlisle
    Jan 31 at 21:14











  • Which document class are you using?

    – Mico
    Jan 31 at 21:15
















0















I'm trying to figure out why on earth this style has equations divided by chapter 1.2, 1.3, 1.4 ... 3.5, 3.6 etc..



But it labels figures as 12 13 14, 35 36 instead...



Like, where did my little period go, and how do I get it back?










share|improve this question













closed as unclear what you're asking by egreg, Andrew Swann, Stefan Pinnow, dexteritas, samcarter Feb 1 at 9:48


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.



















  • renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

    – David Carlisle
    Jan 31 at 21:11








  • 2





    @DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

    – Ulrike Fischer
    Jan 31 at 21:13











  • @UlrikeFischer as I wrote? :-)

    – David Carlisle
    Jan 31 at 21:14











  • Which document class are you using?

    – Mico
    Jan 31 at 21:15














0












0








0








I'm trying to figure out why on earth this style has equations divided by chapter 1.2, 1.3, 1.4 ... 3.5, 3.6 etc..



But it labels figures as 12 13 14, 35 36 instead...



Like, where did my little period go, and how do I get it back?










share|improve this question














I'm trying to figure out why on earth this style has equations divided by chapter 1.2, 1.3, 1.4 ... 3.5, 3.6 etc..



But it labels figures as 12 13 14, 35 36 instead...



Like, where did my little period go, and how do I get it back?







table-of-contents






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 31 at 21:09









Connor SkehanConnor Skehan

91




91




closed as unclear what you're asking by egreg, Andrew Swann, Stefan Pinnow, dexteritas, samcarter Feb 1 at 9:48


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as unclear what you're asking by egreg, Andrew Swann, Stefan Pinnow, dexteritas, samcarter Feb 1 at 9:48


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.















  • renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

    – David Carlisle
    Jan 31 at 21:11








  • 2





    @DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

    – Ulrike Fischer
    Jan 31 at 21:13











  • @UlrikeFischer as I wrote? :-)

    – David Carlisle
    Jan 31 at 21:14











  • Which document class are you using?

    – Mico
    Jan 31 at 21:15



















  • renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

    – David Carlisle
    Jan 31 at 21:11








  • 2





    @DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

    – Ulrike Fischer
    Jan 31 at 21:13











  • @UlrikeFischer as I wrote? :-)

    – David Carlisle
    Jan 31 at 21:14











  • Which document class are you using?

    – Mico
    Jan 31 at 21:15

















renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

– David Carlisle
Jan 31 at 21:11







renewcommandthefigure{thechapter.arabic{figure}} (presumably some code you have not shown has a similar command without the .)

– David Carlisle
Jan 31 at 21:11






2




2





@DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

– Ulrike Fischer
Jan 31 at 21:13





@DavidCarlisle you mean renewcommandthefigure{thechapter.arabic{figure}}

– Ulrike Fischer
Jan 31 at 21:13













@UlrikeFischer as I wrote? :-)

– David Carlisle
Jan 31 at 21:14





@UlrikeFischer as I wrote? :-)

– David Carlisle
Jan 31 at 21:14













Which document class are you using?

– Mico
Jan 31 at 21:15





Which document class are you using?

– Mico
Jan 31 at 21:15










1 Answer
1






active

oldest

votes


















0














Solved: I put this in the preamble and it fixed it. It was an issue with the new memoire type...



makeatletter
renewcommand{counterwithin}{@ifstar{@csinstar}{@csin}}
makeatother





share|improve this answer


























  • I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

    – Peter Wilson
    Feb 1 at 19:33


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Solved: I put this in the preamble and it fixed it. It was an issue with the new memoire type...



makeatletter
renewcommand{counterwithin}{@ifstar{@csinstar}{@csin}}
makeatother





share|improve this answer


























  • I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

    – Peter Wilson
    Feb 1 at 19:33
















0














Solved: I put this in the preamble and it fixed it. It was an issue with the new memoire type...



makeatletter
renewcommand{counterwithin}{@ifstar{@csinstar}{@csin}}
makeatother





share|improve this answer


























  • I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

    – Peter Wilson
    Feb 1 at 19:33














0












0








0







Solved: I put this in the preamble and it fixed it. It was an issue with the new memoire type...



makeatletter
renewcommand{counterwithin}{@ifstar{@csinstar}{@csin}}
makeatother





share|improve this answer















Solved: I put this in the preamble and it fixed it. It was an issue with the new memoire type...



makeatletter
renewcommand{counterwithin}{@ifstar{@csinstar}{@csin}}
makeatother






share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 31 at 21:35









Phelype Oleinik

22.7k54482




22.7k54482










answered Jan 31 at 21:34









Connor SkehanConnor Skehan

91




91













  • I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

    – Peter Wilson
    Feb 1 at 19:33



















  • I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

    – Peter Wilson
    Feb 1 at 19:33

















I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

– Peter Wilson
Feb 1 at 19:33





I don't see how this fixed anything. It might have been clearer if you had provided an MWE. As it is it seems to me to be a non-answer to an incomplete question. (GOM)

– Peter Wilson
Feb 1 at 19:33



Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?