Beamer Enumerate and Itemize












-3















Is it possible to combine these environments? Now I have this code.



begin{itemize}
item a
item b
end{itemize}









share|improve this question


















  • 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 like enumerate or enumitem won't preserve the beamer way of doing things.

    – Gonzalo Medina
    May 4 '13 at 2:50
















-3















Is it possible to combine these environments? Now I have this code.



begin{itemize}
item a
item b
end{itemize}









share|improve this question


















  • 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 like enumerate or enumitem won't preserve the beamer way of doing things.

    – Gonzalo Medina
    May 4 '13 at 2:50














-3












-3








-3








Is it possible to combine these environments? Now I have this code.



begin{itemize}
item a
item b
end{itemize}









share|improve this question














Is it possible to combine these environments? Now I have this code.



begin{itemize}
item a
item b
end{itemize}






beamer






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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














  • 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 like enumerate or enumitem won't preserve the beamer 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










2 Answers
2






active

oldest

votes


















11














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}





share|improve this answer
























  • 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



















9














You can pass options to each item:



enter image description here



documentclass{beamer}

begin{document}

frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}

end{document}





share|improve this answer
























  • 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











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
});


}
});














draft saved

draft discarded


















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









11














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}





share|improve this answer
























  • 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
















11














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}





share|improve this answer
























  • 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














11












11








11







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}





share|improve this answer













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}






share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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











9














You can pass options to each item:



enter image description here



documentclass{beamer}

begin{document}

frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}

end{document}





share|improve this answer
























  • 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
















9














You can pass options to each item:



enter image description here



documentclass{beamer}

begin{document}

frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}

end{document}





share|improve this answer
























  • 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














9












9








9







You can pass options to each item:



enter image description here



documentclass{beamer}

begin{document}

frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}

end{document}





share|improve this answer













You can pass options to each item:



enter image description here



documentclass{beamer}

begin{document}

frame{
begin{itemize}
item[1.] a
item b
end{itemize}
}

end{document}






share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks