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
New contributor
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
New contributor
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
2 days ago
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
New contributor
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
New contributor
New contributor
edited 2 days ago
samcarter
75.1k786241
75.1k786241
New contributor
asked 2 days ago
Jaran
233
233
New contributor
New contributor
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
2 days ago
add a comment |Â
1
Don't try to use theenumitem
package with beamer -- they are incompatible.
â samcarter
2 days ago
1
1
Don't try to use the
enumitem
package with beamer -- they are incompatible.â samcarter
2 days ago
Don't try to use the
enumitem
package with beamer -- they are incompatible.â samcarter
2 days ago
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
yesterday
@Jaran You're welcome!
â samcarter
yesterday
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
yesterday
@Jaran You're welcome!
â samcarter
yesterday
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
yesterday
@Jaran You're welcome!
â samcarter
yesterday
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 2 days ago
samcarter
75.1k786241
75.1k786241
This is exactly what I am looking for, thanks very much!
â Jaran
yesterday
@Jaran You're welcome!
â samcarter
yesterday
add a comment |Â
This is exactly what I am looking for, thanks very much!
â Jaran
yesterday
@Jaran You're welcome!
â samcarter
yesterday
This is exactly what I am looking for, thanks very much!
â Jaran
yesterday
This is exactly what I am looking for, thanks very much!
â Jaran
yesterday
@Jaran You're welcome!
â samcarter
yesterday
@Jaran You're welcome!
â samcarter
yesterday
add a comment |Â
Jaran is a new contributor. Be nice, and check out our Code of Conduct.
Jaran is a new contributor. Be nice, and check out our Code of Conduct.
Jaran is a new contributor. Be nice, and check out our Code of Conduct.
Jaran is a new contributor. Be nice, and check out our Code of Conduct.
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
2 days ago