Latex beamer: Remove indent in itemize
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
I'm using the beamer class and would like to remove the indentation created for items in the itemize environment.
I have tried the following solutions:
- the enumitem usepackage - just loading it removes all bullet points entirely
- setlengthitemindent-1em before the item. It only removes the indentation of the first line of an item, but if the item is multi-lined, the other lines are still indented.
This is my MWE:
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
beginitemize
%setlengthitemindent-1em
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
beamer itemize
add a comment |Â
up vote
4
down vote
favorite
I'm using the beamer class and would like to remove the indentation created for items in the itemize environment.
I have tried the following solutions:
- the enumitem usepackage - just loading it removes all bullet points entirely
- setlengthitemindent-1em before the item. It only removes the indentation of the first line of an item, but if the item is multi-lined, the other lines are still indented.
This is my MWE:
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
beginitemize
%setlengthitemindent-1em
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
beamer itemize
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
Sep 10 at 22:28
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I'm using the beamer class and would like to remove the indentation created for items in the itemize environment.
I have tried the following solutions:
- the enumitem usepackage - just loading it removes all bullet points entirely
- setlengthitemindent-1em before the item. It only removes the indentation of the first line of an item, but if the item is multi-lined, the other lines are still indented.
This is my MWE:
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
beginitemize
%setlengthitemindent-1em
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
beamer itemize
I'm using the beamer class and would like to remove the indentation created for items in the itemize environment.
I have tried the following solutions:
- the enumitem usepackage - just loading it removes all bullet points entirely
- setlengthitemindent-1em before the item. It only removes the indentation of the first line of an item, but if the item is multi-lined, the other lines are still indented.
This is my MWE:
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
beginitemize
%setlengthitemindent-1em
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
beamer itemize
beamer itemize
edited Sep 10 at 22:26
samcarter
76.6k786244
76.6k786244
asked Sep 10 at 21:48
Jaran
233
233
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
Sep 10 at 22:28
add a comment |Â
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
Sep 10 at 22:28
1
1
Don't try to use the
enumitem
package with beamer -- they are incompatible.â samcarter
Sep 10 at 22:28
Don't try to use the
enumitem
package with beamer -- they are incompatible.â samcarter
Sep 10 at 22:28
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
Is this the layout you are looking for?
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
settowidthleftmarginiusebeamertemplateitemize item
addtolengthleftmarginilabelsep
beginitemize
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
Is this the layout you are looking for?
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
settowidthleftmarginiusebeamertemplateitemize item
addtolengthleftmarginilabelsep
beginitemize
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
add a comment |Â
up vote
5
down vote
accepted
Is this the layout you are looking for?
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
settowidthleftmarginiusebeamertemplateitemize item
addtolengthleftmarginilabelsep
beginitemize
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
Is this the layout you are looking for?
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
settowidthleftmarginiusebeamertemplateitemize item
addtolengthleftmarginilabelsep
beginitemize
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
Is this the layout you are looking for?
documentclassbeamer
usepackage[utf8]inputenc
begindocument
beginframeFrame Title
Some text
settowidthleftmarginiusebeamertemplateitemize item
addtolengthleftmarginilabelsep
beginitemize
item first item
item this is a second item which is longer and should hopefully go over more than one line
enditemize
endframe
enddocument
answered Sep 10 at 22:22
samcarter
76.6k786244
76.6k786244
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
add a comment |Â
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
This is exactly what I am looking for, thanks very much!
â Jaran
Sep 11 at 6:59
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
@Jaran You're welcome!
â samcarter
Sep 11 at 8:14
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f450312%2flatex-beamer-remove-indent-in-itemize%23new-answer', 'question_page');
);
Post as a guest
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
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
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
1
Don't try to use the
enumitem
package with beamer -- they are incompatible.â samcarter
Sep 10 at 22:28