Numbering of subsections
up vote
0
down vote
favorite
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}
usepackage{graphicx,epsfig}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{fancyhdr}
usepackage{url}
usepackage{hyperref}
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
bumped to the homepage by Community♦ 12 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 |
up vote
0
down vote
favorite
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}
usepackage{graphicx,epsfig}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{fancyhdr}
usepackage{url}
usepackage{hyperref}
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
bumped to the homepage by Community♦ 12 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 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 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 at 11:22
You should userevtex4(actuallyrevtex4-1) only for submissions; the same is forelsarticle.
– egreg
Jul 16 at 21:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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}
usepackage{graphicx,epsfig}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{fancyhdr}
usepackage{url}
usepackage{hyperref}
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}
usepackage{graphicx,epsfig}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{fancyhdr}
usepackage{url}
usepackage{hyperref}
hypersetup{hidelinks, ... here I have the url colors
sectioning numbering
sectioning numbering
edited Jul 17 at 21:19
Kurt
34.7k846157
34.7k846157
asked Jul 16 at 10:09
The_nice_doge
62
62
bumped to the homepage by Community♦ 12 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♦ 12 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 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 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 at 11:22
You should userevtex4(actuallyrevtex4-1) only for submissions; the same is forelsarticle.
– egreg
Jul 16 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 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 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 at 11:22
You should userevtex4(actuallyrevtex4-1) only for submissions; the same is forelsarticle.
– egreg
Jul 16 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 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 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 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 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 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 at 11:22
You should use
revtex4 (actually revtex4-1) only for submissions; the same is for elsarticle.– egreg
Jul 16 at 21:18
You should use
revtex4 (actually revtex4-1) only for submissions; the same is for elsarticle.– egreg
Jul 16 at 21:18
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 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',
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
up vote
0
down vote
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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 at 19:53
add a comment |
up vote
0
down vote
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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 at 19:53
add a comment |
up vote
0
down vote
up vote
0
down vote
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 at 21:19
Kurt
34.7k846157
34.7k846157
answered Jul 16 at 19:31
The_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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 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 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 at 19:46
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 at 19:53
You're correct, I am still learning Latex. Thanks!
– The_nice_doge
Jul 16 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.
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%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 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 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 at 11:22
You should use
revtex4(actuallyrevtex4-1) only for submissions; the same is forelsarticle.– egreg
Jul 16 at 21:18