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









New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    Don't try to use the enumitem package with beamer -- they are incompatible.
    – samcarter
    2 days ago














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









New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    Don't try to use the enumitem package with beamer -- they are incompatible.
    – samcarter
    2 days ago












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









New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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









New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









samcarter

75.1k786241




75.1k786241






New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Jaran

233




233




New contributor




Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    Don't try to use the enumitem package with beamer -- they are incompatible.
    – samcarter
    2 days ago












  • 1




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










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
    yesterday










  • @Jaran You're welcome!
    – samcarter
    yesterday










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



);






Jaran is a new contributor. Be nice, and check out our Code of Conduct.









 

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
    yesterday










  • @Jaran You're welcome!
    – samcarter
    yesterday














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
    yesterday










  • @Jaran You're welcome!
    – samcarter
    yesterday












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
















  • 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










Jaran is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















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.













 


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













































































Comments

Popular posts from this blog

Long meetings (6-7 hours a day): Being “babysat” by supervisor

Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

Confectionery