LyX / LaTeX equation numbering within section
up vote
0
down vote
favorite
I use LyX 2.3.1-1 and MiKTeX 2.9
In LyX: Document -> Settings -> Modules, then select "Number Equations by Section".
But in this case, if a chapter does not have any section, there is a "0" in the equation numbers.
May I ask you guys that how to delete this "0"?
For instance, Chapter 1 Introduction, which does not contain any section. The equations in this chapter are numbered like 1.0.1 and 1.0.5.
How to remove those zeros, so that the equation numbers are 1.1 and 1.5?
Thank you very much !!
usepackage{amsmath}
numberwithin{equation}{section}
chapter{Introduction}
begin{equation}
epsilon_{t}=x_{t}+beta y_{t}label{eq:1.0.1}
end{equation}
equations numbering lyx
add a comment |
up vote
0
down vote
favorite
I use LyX 2.3.1-1 and MiKTeX 2.9
In LyX: Document -> Settings -> Modules, then select "Number Equations by Section".
But in this case, if a chapter does not have any section, there is a "0" in the equation numbers.
May I ask you guys that how to delete this "0"?
For instance, Chapter 1 Introduction, which does not contain any section. The equations in this chapter are numbered like 1.0.1 and 1.0.5.
How to remove those zeros, so that the equation numbers are 1.1 and 1.5?
Thank you very much !!
usepackage{amsmath}
numberwithin{equation}{section}
chapter{Introduction}
begin{equation}
epsilon_{t}=x_{t}+beta y_{t}label{eq:1.0.1}
end{equation}
equations numbering lyx
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Locally, redefinenumberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).
– Bernard
Dec 3 at 0:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use LyX 2.3.1-1 and MiKTeX 2.9
In LyX: Document -> Settings -> Modules, then select "Number Equations by Section".
But in this case, if a chapter does not have any section, there is a "0" in the equation numbers.
May I ask you guys that how to delete this "0"?
For instance, Chapter 1 Introduction, which does not contain any section. The equations in this chapter are numbered like 1.0.1 and 1.0.5.
How to remove those zeros, so that the equation numbers are 1.1 and 1.5?
Thank you very much !!
usepackage{amsmath}
numberwithin{equation}{section}
chapter{Introduction}
begin{equation}
epsilon_{t}=x_{t}+beta y_{t}label{eq:1.0.1}
end{equation}
equations numbering lyx
I use LyX 2.3.1-1 and MiKTeX 2.9
In LyX: Document -> Settings -> Modules, then select "Number Equations by Section".
But in this case, if a chapter does not have any section, there is a "0" in the equation numbers.
May I ask you guys that how to delete this "0"?
For instance, Chapter 1 Introduction, which does not contain any section. The equations in this chapter are numbered like 1.0.1 and 1.0.5.
How to remove those zeros, so that the equation numbers are 1.1 and 1.5?
Thank you very much !!
usepackage{amsmath}
numberwithin{equation}{section}
chapter{Introduction}
begin{equation}
epsilon_{t}=x_{t}+beta y_{t}label{eq:1.0.1}
end{equation}
equations numbering lyx
equations numbering lyx
edited Dec 3 at 0:28
asked Dec 2 at 23:56
Lithium
62
62
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Locally, redefinenumberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).
– Bernard
Dec 3 at 0:31
add a comment |
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Locally, redefinenumberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).
– Bernard
Dec 3 at 0:31
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Locally, redefine
numberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).– Bernard
Dec 3 at 0:31
Locally, redefine
numberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).– Bernard
Dec 3 at 0:31
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%2f462884%2flyx-latex-equation-numbering-within-section%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
Anyone knows how to solve this issue?
– Lithium
Dec 3 at 0:29
Locally, redefine
numberwithin{equation}{chapter}
(make a group, so it has no consequence for the rest of the document).– Bernard
Dec 3 at 0:31