Beamer Enumerate and Itemize
Is it possible to combine these environments? Now I have this code.
begin{itemize}
item a
item b
end{itemize}
beamer
|
show 1 more comment
Is it possible to combine these environments? Now I have this code.
begin{itemize}
item a
item b
end{itemize}
beamer
1
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
1
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Nesting these environments
– user29701
May 3 '13 at 22:56
@user29701, I suggest you to read the documentation of theenumerate
package, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamer
does its own stuff with the standard lists, so packages likeenumerate
orenumitem
won't preserve thebeamer
way of doing things.
– Gonzalo Medina
May 4 '13 at 2:50
|
show 1 more comment
Is it possible to combine these environments? Now I have this code.
begin{itemize}
item a
item b
end{itemize}
beamer
Is it possible to combine these environments? Now I have this code.
begin{itemize}
item a
item b
end{itemize}
beamer
beamer
asked May 3 '13 at 22:46
user29701user29701
41226
41226
1
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
1
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Nesting these environments
– user29701
May 3 '13 at 22:56
@user29701, I suggest you to read the documentation of theenumerate
package, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamer
does its own stuff with the standard lists, so packages likeenumerate
orenumitem
won't preserve thebeamer
way of doing things.
– Gonzalo Medina
May 4 '13 at 2:50
|
show 1 more comment
1
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
1
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Nesting these environments
– user29701
May 3 '13 at 22:56
@user29701, I suggest you to read the documentation of theenumerate
package, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamer
does its own stuff with the standard lists, so packages likeenumerate
orenumitem
won't preserve thebeamer
way of doing things.
– Gonzalo Medina
May 4 '13 at 2:50
1
1
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
1
1
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Nesting these environments
– user29701
May 3 '13 at 22:56
Nesting these environments
– user29701
May 3 '13 at 22:56
@user29701, I suggest you to read the documentation of the
enumerate
package, which provides many ways to set up your lists.– Sigur
May 3 '13 at 22:58
@user29701, I suggest you to read the documentation of the
enumerate
package, which provides many ways to set up your lists.– Sigur
May 3 '13 at 22:58
@Sigur
beamer
does its own stuff with the standard lists, so packages like enumerate
or enumitem
won't preserve the beamer
way of doing things.– Gonzalo Medina
May 4 '13 at 2:50
@Sigur
beamer
does its own stuff with the standard lists, so packages like enumerate
or enumitem
won't preserve the beamer
way of doing things.– Gonzalo Medina
May 4 '13 at 2:50
|
show 1 more comment
2 Answers
2
active
oldest
votes
nesting?
if yes, then:
begin{itemize}
item a
item b
begin{enumerate}
item b 1
item b 2
item b 3
end{enumerate}
end{itemize}
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
add a comment |
You can pass options to each item
:
documentclass{beamer}
begin{document}
frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}
end{document}
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
|
show 1 more 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%2f112275%2fbeamer-enumerate-and-itemize%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
nesting?
if yes, then:
begin{itemize}
item a
item b
begin{enumerate}
item b 1
item b 2
item b 3
end{enumerate}
end{itemize}
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
add a comment |
nesting?
if yes, then:
begin{itemize}
item a
item b
begin{enumerate}
item b 1
item b 2
item b 3
end{enumerate}
end{itemize}
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
add a comment |
nesting?
if yes, then:
begin{itemize}
item a
item b
begin{enumerate}
item b 1
item b 2
item b 3
end{enumerate}
end{itemize}
nesting?
if yes, then:
begin{itemize}
item a
item b
begin{enumerate}
item b 1
item b 2
item b 3
end{enumerate}
end{itemize}
answered May 3 '13 at 22:50
mnemonicmnemonic
8282916
8282916
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
add a comment |
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
I try that. Yes, nesting.
– user29701
May 3 '13 at 22:54
2
2
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
I'd better give you +1 as well for making the right guess:-)
– David Carlisle
May 3 '13 at 23:01
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
@DavidCarlisle Thanks for +1. :-)
– mnemonic
May 3 '13 at 23:05
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
That works ........... but I cannot vote up. Tnx
– user29701
May 3 '13 at 23:07
add a comment |
You can pass options to each item
:
documentclass{beamer}
begin{document}
frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}
end{document}
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
|
show 1 more comment
You can pass options to each item
:
documentclass{beamer}
begin{document}
frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}
end{document}
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
|
show 1 more comment
You can pass options to each item
:
documentclass{beamer}
begin{document}
frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}
end{document}
You can pass options to each item
:
documentclass{beamer}
begin{document}
frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}
end{document}
answered May 3 '13 at 22:51
Herr K.Herr K.
14k43483
14k43483
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
|
show 1 more comment
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
cool. have never seen that :-)
– mnemonic
May 3 '13 at 22:52
I did not mean that.
– user29701
May 3 '13 at 22:53
I did not mean that.
– user29701
May 3 '13 at 22:53
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701: Can you be more specific then?
– Herr K.
May 3 '13 at 22:54
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@user29701 how can anyone know what you do mean from a single word "combine" ? Please edit the question.
– David Carlisle
May 3 '13 at 22:55
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
@DavidCarlisle: Thanks for the upvote :) Apparently the OP was looking for nesting the two environments.
– Herr K.
May 3 '13 at 22:57
|
show 1 more 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%2f112275%2fbeamer-enumerate-and-itemize%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
What do you mean by combine? You can nest them.
– Sigur
May 3 '13 at 22:48
1
Combine in what way? Please make a complete document that shows the problem. You can nest enumerate in itemize, or itemize in enumerate or do you mean some other combination?
– David Carlisle
May 3 '13 at 22:48
Nesting these environments
– user29701
May 3 '13 at 22:56
@user29701, I suggest you to read the documentation of the
enumerate
package, which provides many ways to set up your lists.– Sigur
May 3 '13 at 22:58
@Sigur
beamer
does its own stuff with the standard lists, so packages likeenumerate
orenumitem
won't preserve thebeamer
way of doing things.– Gonzalo Medina
May 4 '13 at 2:50