Numbering of subsections The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Wrong subsections numberingNumbering subsections in one section onlyNumbering of subsections using memoirSubsections without numbering in ToC and documentNumbering of subsections and paragraphsNumbering Sections and SubsectionsNumbering sections, subsections etc manuallyNumbering is not displayed for subsectionsMixed section numbering accross subsectionsSections, subsections numbering
Cooking pasta in a water boiler
The variadic template constructor of my class cannot modify my class members, why is that so?
Can the DM override racial traits?
How should I replace vector<uint8_t>::const_iterator in an API?
How does ice melt when immersed in water?
"... to apply for a visa" or "... and applied for a visa"?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
How to delete random line from file using Unix command?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
Can a 1st-level character have an ability score above 18?
Is there a writing software that you can sort scenes like slides in PowerPoint?
how can a perfect fourth interval be considered either consonant or dissonant?
Wall plug outlet change
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Scientific Reports - Significant Figures
Can the prologue be the backstory of your main character?
How can I define good in a religion that claims no moral authority?
Can undead you have reanimated wait inside a portable hole?
Simulating Exploding Dice
How do you keep chess fun when your opponent constantly beats you?
Relations between two reciprocal partial derivatives?
Typeface like Times New Roman but with "tied" percent sign
I could not break this equation. Please help me
Do working physicists consider Newtonian mechanics to be "falsified"?
Numbering of subsections
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Wrong subsections numberingNumbering subsections in one section onlyNumbering of subsections using memoirSubsections without numbering in ToC and documentNumbering of subsections and paragraphsNumbering Sections and SubsectionsNumbering sections, subsections etc manuallyNumbering is not displayed for subsectionsMixed section numbering accross subsectionsSections, subsections numbering
I really need help to change the numbering style of my subsections. Here is how they look like at the moment
I wish to have the following structure instead
- Introduction
2.Numerical Modeling
2.2 Material parameters
and so on, i.e. no letters. Anyone that knows how to change it for sections and subsections? I only know how to do it with chapters.
Additionally, I used the following packages
I used the following packages
documentclass[twocolumn]revtex4
usepackagegraphicx,epsfig
usepackageamsmath
usepackageamsfonts
usepackagefancyhdr
usepackageurl
usepackagehyperref
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I really need help to change the numbering style of my subsections. Here is how they look like at the moment
I wish to have the following structure instead
- Introduction
2.Numerical Modeling
2.2 Material parameters
and so on, i.e. no letters. Anyone that knows how to change it for sections and subsections? I only know how to do it with chapters.
Additionally, I used the following packages
I used the following packages
documentclass[twocolumn]revtex4
usepackagegraphicx,epsfig
usepackageamsmath
usepackageamsfonts
usepackagefancyhdr
usepackageurl
usepackagehyperref
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
2
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
You should userevtex4
(actuallyrevtex4-1
) only for submissions; the same is forelsarticle
.
– egreg
Jul 16 '18 at 21:18
add a comment |
I really need help to change the numbering style of my subsections. Here is how they look like at the moment
I wish to have the following structure instead
- Introduction
2.Numerical Modeling
2.2 Material parameters
and so on, i.e. no letters. Anyone that knows how to change it for sections and subsections? I only know how to do it with chapters.
Additionally, I used the following packages
I used the following packages
documentclass[twocolumn]revtex4
usepackagegraphicx,epsfig
usepackageamsmath
usepackageamsfonts
usepackagefancyhdr
usepackageurl
usepackagehyperref
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
I really need help to change the numbering style of my subsections. Here is how they look like at the moment
I wish to have the following structure instead
- Introduction
2.Numerical Modeling
2.2 Material parameters
and so on, i.e. no letters. Anyone that knows how to change it for sections and subsections? I only know how to do it with chapters.
Additionally, I used the following packages
I used the following packages
documentclass[twocolumn]revtex4
usepackagegraphicx,epsfig
usepackageamsmath
usepackageamsfonts
usepackagefancyhdr
usepackageurl
usepackagehyperref
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
sectioning numbering
edited Jul 17 '18 at 21:19
Kurt
41.1k950164
41.1k950164
asked Jul 16 '18 at 10:09
The_nice_dogeThe_nice_doge
62
62
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
2
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
You should userevtex4
(actuallyrevtex4-1
) only for submissions; the same is forelsarticle
.
– egreg
Jul 16 '18 at 21:18
add a comment |
1
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
2
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
You should userevtex4
(actuallyrevtex4-1
) only for submissions; the same is forelsarticle
.
– egreg
Jul 16 '18 at 21:18
1
1
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
2
2
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
You should use
revtex4
(actually revtex4-1
) only for submissions; the same is for elsarticle
.– egreg
Jul 16 '18 at 21:18
You should use
revtex4
(actually revtex4-1
) only for submissions; the same is for elsarticle
.– egreg
Jul 16 '18 at 21:18
add a comment |
1 Answer
1
active
oldest
votes
I found a solution that worked and I am posting it here so that other people, that has the same issue, can try it. This is the new document class that gave me what I wanted.
documentclass[final,5p,times,twocolumn]elsarticle
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
add a comment |
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',
autoActivateHeartbeat: false,
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
);
);
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%2f441825%2fnumbering-of-subsections%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found a solution that worked and I am posting it here so that other people, that has the same issue, can try it. This is the new document class that gave me what I wanted.
documentclass[final,5p,times,twocolumn]elsarticle
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
add a comment |
I found a solution that worked and I am posting it here so that other people, that has the same issue, can try it. This is the new document class that gave me what I wanted.
documentclass[final,5p,times,twocolumn]elsarticle
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
add a comment |
I found a solution that worked and I am posting it here so that other people, that has the same issue, can try it. This is the new document class that gave me what I wanted.
documentclass[final,5p,times,twocolumn]elsarticle
I found a solution that worked and I am posting it here so that other people, that has the same issue, can try it. This is the new document class that gave me what I wanted.
documentclass[final,5p,times,twocolumn]elsarticle
edited Jul 17 '18 at 21:19
Kurt
41.1k950164
41.1k950164
answered Jul 16 '18 at 19:31
The_nice_dogeThe_nice_doge
62
62
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
add a comment |
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
1
1
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
Generally, you shouldn't be picking your document class based on how you want the sections to be numbered, because much more than just that will be changed. Pick the document class that best fits the job you want (if you don't know, article would be a good start). Then you can start tweaking it from there.
– Teepeemm
Jul 16 '18 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 '18 at 19:53
add a comment |
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.
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%2f441825%2fnumbering-of-subsections%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
1
That's not how the headings look in the standard classes, so that makes me think you already load a package or class that modifies the headings. A MWE would help us to help you better.
– moewe
Jul 16 '18 at 10:11
2
Actually, adding a minimal working example is essential if you want help. At the moment we have no idea what document class etc you are using. Please add the smallest amount of compliable code necessary to produce the image that you have above.
– Andrew
Jul 16 '18 at 10:23
In addition to the requests for a MWE, your "Material Parameters" subsection appears to be the first subsection in section 2, but you label it as subsection 2.2, rather than 2.1. Do you mean 2.1, or do you also want to alter the default numbering?
– preferred_anon
Jul 16 '18 at 11:22
You should use
revtex4
(actuallyrevtex4-1
) only for submissions; the same is forelsarticle
.– egreg
Jul 16 '18 at 21:18