How to make a numbered list which start numbering from number of title?
up vote
1
down vote
favorite
I need to make like this:
As seen in the picture, the number of each new title also increases by one.
I found a similar example, but this is slightly different:
stackoverflow.com/q/2007627
lists enumerate
add a comment |
up vote
1
down vote
favorite
I need to make like this:
As seen in the picture, the number of each new title also increases by one.
I found a similar example, but this is slightly different:
stackoverflow.com/q/2007627
lists enumerate
1
Using theenumitem
package, I would saybegin{enumerate}[label={thesection.alph*,]}
, or more convenient, withsetlist[enumerate,2]{label*={alph*.}}
for the 2nd level
– Christian Hupfer
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
It should have beenbegin{enumerate}[label={thesection.arabic*,}]
, of course, usingarabic*
instead ofalph
.
– Christian Hupfer
2 days ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to make like this:
As seen in the picture, the number of each new title also increases by one.
I found a similar example, but this is slightly different:
stackoverflow.com/q/2007627
lists enumerate
I need to make like this:
As seen in the picture, the number of each new title also increases by one.
I found a similar example, but this is slightly different:
stackoverflow.com/q/2007627
lists enumerate
lists enumerate
asked 2 days ago
ERAFY
586
586
1
Using theenumitem
package, I would saybegin{enumerate}[label={thesection.alph*,]}
, or more convenient, withsetlist[enumerate,2]{label*={alph*.}}
for the 2nd level
– Christian Hupfer
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
It should have beenbegin{enumerate}[label={thesection.arabic*,}]
, of course, usingarabic*
instead ofalph
.
– Christian Hupfer
2 days ago
add a comment |
1
Using theenumitem
package, I would saybegin{enumerate}[label={thesection.alph*,]}
, or more convenient, withsetlist[enumerate,2]{label*={alph*.}}
for the 2nd level
– Christian Hupfer
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
It should have beenbegin{enumerate}[label={thesection.arabic*,}]
, of course, usingarabic*
instead ofalph
.
– Christian Hupfer
2 days ago
1
1
Using the
enumitem
package, I would say begin{enumerate}[label={thesection.alph*,]}
, or more convenient, with setlist[enumerate,2]{label*={alph*.}}
for the 2nd level– Christian Hupfer
2 days ago
Using the
enumitem
package, I would say begin{enumerate}[label={thesection.alph*,]}
, or more convenient, with setlist[enumerate,2]{label*={alph*.}}
for the 2nd level– Christian Hupfer
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
It should have been
begin{enumerate}[label={thesection.arabic*,}]
, of course, using arabic*
instead of alph
.– Christian Hupfer
2 days ago
It should have been
begin{enumerate}[label={thesection.arabic*,}]
, of course, using arabic*
instead of alph
.– Christian Hupfer
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Solution:
renewcommandthesection{arabic{section}} % Optional. Removing the chapter number from the section number.
section{First title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
section{Second title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Solution:
renewcommandthesection{arabic{section}} % Optional. Removing the chapter number from the section number.
section{First title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
section{Second title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
add a comment |
up vote
1
down vote
Solution:
renewcommandthesection{arabic{section}} % Optional. Removing the chapter number from the section number.
section{First title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
section{Second title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
add a comment |
up vote
1
down vote
up vote
1
down vote
Solution:
renewcommandthesection{arabic{section}} % Optional. Removing the chapter number from the section number.
section{First title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
section{Second title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
Solution:
renewcommandthesection{arabic{section}} % Optional. Removing the chapter number from the section number.
section{First title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
section{Second title}
begin{enumerate}[label={thesection.arabic*.}]
item First topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
item Second topic:
begin{enumerate}[label*=arabic*.]
item First Subtopic;
item Second Subtopic;
item Third Subtopic.
end{enumerate}
end{enumerate}
answered 2 days ago
ERAFY
586
586
add a comment |
add a comment |
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%2f460495%2fhow-to-make-a-numbered-list-which-start-numbering-from-number-of-title%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
Using the
enumitem
package, I would saybegin{enumerate}[label={thesection.alph*,]}
, or more convenient, withsetlist[enumerate,2]{label*={alph*.}}
for the 2nd level– Christian Hupfer
2 days ago
Thank you! It helped me.
– ERAFY
2 days ago
It should have been
begin{enumerate}[label={thesection.arabic*,}]
, of course, usingarabic*
instead ofalph
.– Christian Hupfer
2 days ago