Latex beamer: Remove indent in itemize

The name of the pictureThe name of the pictureThe name of the pictureClash 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









share|improve this question



















  • 1




    Don't try to use the enumitem package with beamer -- they are incompatible.
    – samcarter
    Sep 10 at 22:28














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









share|improve this question



















  • 1




    Don't try to use the enumitem package with beamer -- they are incompatible.
    – samcarter
    Sep 10 at 22:28












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









share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 the enumitem package with beamer -- they are incompatible.
    – samcarter
    Sep 10 at 22:28












  • 1




    Don't try to use the enumitem 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










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


enter image description here






share|improve this answer




















  • 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










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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
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%2f450312%2flatex-beamer-remove-indent-in-itemize%23new-answer', 'question_page');

);

Post as a guest






























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


enter image description here






share|improve this answer




















  • 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














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


enter image description here






share|improve this answer




















  • 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












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


enter image description here






share|improve this answer












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


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










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
















  • 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

















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay