Beamer Enumerate and ItemizeCustomizing itemize in beamer?Item displayed twice in beamer itemizeSet indent and width to beamer block for nice itemizebeamer: only and itemizeQuestions regarding itemize in Latex BeamerChange beamer itemize symbol and overlayItemize within itemize and reducing indent in beamerbeamer - tiny - itemize - itemize leads to incorrect line spacing (and font size)Different spacing in itemize when using BeamerBeamer theorem inside itemize
Splitting fasta file into smaller files based on header pattern
Does fire aspect on a sword, destroy mob drops?
What will the french man say?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Help with identifying unique aircraft over NE Pennsylvania
What is it called when someone votes for an option that's not their first choice?
Isn't the word "experience" wrongly used in this context?
Nested Dynamic SOQL Query
PTIJ: Which Dr. Seuss books should one obtain?
Air travel with refrigerated insulin
When did hardware antialiasing start being available?
How can a new country break out from a developed country without war?
Would this string work as string?
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
Should a narrator ever describe things based on a characters view instead of fact?
Asserting that Atheism and Theism are both faith based positions
Jem'Hadar, something strange about their life expectancy
Does convergence of polynomials imply that of its coefficients?
How can I query the supported timezones in Apex?
Writing in a Christian voice
How to read string as hex number in bash?
What is the tangent at a sharp point on a curve?
label a part of commutative diagram
Why doesn't the chatan sign the ketubah?
Beamer Enumerate and Itemize
Customizing itemize in beamer?Item displayed twice in beamer itemizeSet indent and width to beamer block for nice itemizebeamer: only and itemizeQuestions regarding itemize in Latex BeamerChange beamer itemize symbol and overlayItemize within itemize and reducing indent in beamerbeamer - tiny - itemize - itemize leads to incorrect line spacing (and font size)Different spacing in itemize when using BeamerBeamer theorem inside itemize
Is it possible to combine these environments? Now I have this code.
beginitemize
item a
item b
enditemize
beamer
|
show 1 more comment
Is it possible to combine these environments? Now I have this code.
beginitemize
item a
item b
enditemize
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 theenumeratepackage, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamerdoes its own stuff with the standard lists, so packages likeenumerateorenumitemwon't preserve thebeamerway 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.
beginitemize
item a
item b
enditemize
beamer
Is it possible to combine these environments? Now I have this code.
beginitemize
item a
item b
enditemize
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 theenumeratepackage, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamerdoes its own stuff with the standard lists, so packages likeenumerateorenumitemwon't preserve thebeamerway 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 theenumeratepackage, which provides many ways to set up your lists.
– Sigur
May 3 '13 at 22:58
@Sigurbeamerdoes its own stuff with the standard lists, so packages likeenumerateorenumitemwon't preserve thebeamerway 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
3 Answers
3
active
oldest
votes
nesting?
if yes, then:
beginitemize
item a
item b
beginenumerate
item b 1
item b 2
item b 3
endenumerate
enditemize
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:

documentclassbeamer
begindocument
frame
beginitemize
item[1.] a
item b
enditemize
enddocument
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
I'm somewhat new to LaTeX and trying to make a presentation for my prelim exam...no big stress or anything. I'm using an overleaf template, and trying to use an enumerated list for a function with roman numerals. My problem is all items after the first are being left justified by a full tab space, not appearing directly beneath the (i) like it should...and in fact, the left justification takes it right over the margin of the page! here's the things at the top for what packages are involved.
This is my first time trying to post on here, if someone can edit it to look better, I promise to read the edits and learn better for next time!
documentclassbeamer
mode<presentation>
usethemeMadrid
usecolorthemedefault
usefontthemedefault
setbeamertemplatenavigation symbols
setbeamertemplatecaption[numbered]
usepackage[english]babel
usepackage[utf8x]inputenc
And my code
setbeamertemplateenumerate item(romanenumi)
beginenumerate
item phi(0,x)=x forall xin X
item phi(t,phi(s,x))=phi(t+s,x), forall s,tinT^+,xin X
endenumerate
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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',
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
nesting?
if yes, then:
beginitemize
item a
item b
beginenumerate
item b 1
item b 2
item b 3
endenumerate
enditemize
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:
beginitemize
item a
item b
beginenumerate
item b 1
item b 2
item b 3
endenumerate
enditemize
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:
beginitemize
item a
item b
beginenumerate
item b 1
item b 2
item b 3
endenumerate
enditemize
nesting?
if yes, then:
beginitemize
item a
item b
beginenumerate
item b 1
item b 2
item b 3
endenumerate
enditemize
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:

documentclassbeamer
begindocument
frame
beginitemize
item[1.] a
item b
enditemize
enddocument
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:

documentclassbeamer
begindocument
frame
beginitemize
item[1.] a
item b
enditemize
enddocument
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:

documentclassbeamer
begindocument
frame
beginitemize
item[1.] a
item b
enditemize
enddocument
You can pass options to each item:

documentclassbeamer
begindocument
frame
beginitemize
item[1.] a
item b
enditemize
enddocument
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
I'm somewhat new to LaTeX and trying to make a presentation for my prelim exam...no big stress or anything. I'm using an overleaf template, and trying to use an enumerated list for a function with roman numerals. My problem is all items after the first are being left justified by a full tab space, not appearing directly beneath the (i) like it should...and in fact, the left justification takes it right over the margin of the page! here's the things at the top for what packages are involved.
This is my first time trying to post on here, if someone can edit it to look better, I promise to read the edits and learn better for next time!
documentclassbeamer
mode<presentation>
usethemeMadrid
usecolorthemedefault
usefontthemedefault
setbeamertemplatenavigation symbols
setbeamertemplatecaption[numbered]
usepackage[english]babel
usepackage[utf8x]inputenc
And my code
setbeamertemplateenumerate item(romanenumi)
beginenumerate
item phi(0,x)=x forall xin X
item phi(t,phi(s,x))=phi(t+s,x), forall s,tinT^+,xin X
endenumerate
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm somewhat new to LaTeX and trying to make a presentation for my prelim exam...no big stress or anything. I'm using an overleaf template, and trying to use an enumerated list for a function with roman numerals. My problem is all items after the first are being left justified by a full tab space, not appearing directly beneath the (i) like it should...and in fact, the left justification takes it right over the margin of the page! here's the things at the top for what packages are involved.
This is my first time trying to post on here, if someone can edit it to look better, I promise to read the edits and learn better for next time!
documentclassbeamer
mode<presentation>
usethemeMadrid
usecolorthemedefault
usefontthemedefault
setbeamertemplatenavigation symbols
setbeamertemplatecaption[numbered]
usepackage[english]babel
usepackage[utf8x]inputenc
And my code
setbeamertemplateenumerate item(romanenumi)
beginenumerate
item phi(0,x)=x forall xin X
item phi(t,phi(s,x))=phi(t+s,x), forall s,tinT^+,xin X
endenumerate
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm somewhat new to LaTeX and trying to make a presentation for my prelim exam...no big stress or anything. I'm using an overleaf template, and trying to use an enumerated list for a function with roman numerals. My problem is all items after the first are being left justified by a full tab space, not appearing directly beneath the (i) like it should...and in fact, the left justification takes it right over the margin of the page! here's the things at the top for what packages are involved.
This is my first time trying to post on here, if someone can edit it to look better, I promise to read the edits and learn better for next time!
documentclassbeamer
mode<presentation>
usethemeMadrid
usecolorthemedefault
usefontthemedefault
setbeamertemplatenavigation symbols
setbeamertemplatecaption[numbered]
usepackage[english]babel
usepackage[utf8x]inputenc
And my code
setbeamertemplateenumerate item(romanenumi)
beginenumerate
item phi(0,x)=x forall xin X
item phi(t,phi(s,x))=phi(t+s,x), forall s,tinT^+,xin X
endenumerate
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm somewhat new to LaTeX and trying to make a presentation for my prelim exam...no big stress or anything. I'm using an overleaf template, and trying to use an enumerated list for a function with roman numerals. My problem is all items after the first are being left justified by a full tab space, not appearing directly beneath the (i) like it should...and in fact, the left justification takes it right over the margin of the page! here's the things at the top for what packages are involved.
This is my first time trying to post on here, if someone can edit it to look better, I promise to read the edits and learn better for next time!
documentclassbeamer
mode<presentation>
usethemeMadrid
usecolorthemedefault
usefontthemedefault
setbeamertemplatenavigation symbols
setbeamertemplatecaption[numbered]
usepackage[english]babel
usepackage[utf8x]inputenc
And my code
setbeamertemplateenumerate item(romanenumi)
beginenumerate
item phi(0,x)=x forall xin X
item phi(t,phi(s,x))=phi(t+s,x), forall s,tinT^+,xin X
endenumerate
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 3 mins ago
Sebastiano
11k42164
11k42164
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 7 mins ago
AlanAlan
1011
1011
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
enumeratepackage, which provides many ways to set up your lists.– Sigur
May 3 '13 at 22:58
@Sigur
beamerdoes its own stuff with the standard lists, so packages likeenumerateorenumitemwon't preserve thebeamerway of doing things.– Gonzalo Medina
May 4 '13 at 2:50