Enumerate not using the correct number format










7















I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use beginenumerate[1.] so that it will print 1., 2., etc. instead of the numbers with the circles around them. But, after the reinstallation, it is doing the circles, even for the exact same files where it was okay before even with TeXshop on a Mac.



My example code:



documentclass[12pt]beamer


%PACKAGES
usepackagemultimedia,pdfpages,mathtools,enumerate
usepackageempheq
geometrypaperwidth=7.5in,paperheight=10.5in
usepackageamsmath
usepackage[normalem]ulem
usepackagecomment,multicol,graphicx
usepackageamsmath
usepackageamssymb
usepackagemarvosym
usepackagepdfsync




%SETTING THEME
usethemeBoadilla
definecolorHalloweenRGB250,155,30
usecolorthemeseahorse



setbeamerfontfootlinesize=fontsize1212selectfont
setbeamertemplatefootline

leavevmode




setbeamertemplatenavigation symbols
setbeamersizetext margin left=.5 cm, text margin right=.5 cm


makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother

makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother


begindocument

beginexample
beginenumerate[1.]
item La
item La La
endenumerate
endexample

enddocument









share|improve this question



















  • 1





    Please add a minimal example which reproduces your error.

    – CarLaTeX
    Nov 14 '18 at 20:29















7















I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use beginenumerate[1.] so that it will print 1., 2., etc. instead of the numbers with the circles around them. But, after the reinstallation, it is doing the circles, even for the exact same files where it was okay before even with TeXshop on a Mac.



My example code:



documentclass[12pt]beamer


%PACKAGES
usepackagemultimedia,pdfpages,mathtools,enumerate
usepackageempheq
geometrypaperwidth=7.5in,paperheight=10.5in
usepackageamsmath
usepackage[normalem]ulem
usepackagecomment,multicol,graphicx
usepackageamsmath
usepackageamssymb
usepackagemarvosym
usepackagepdfsync




%SETTING THEME
usethemeBoadilla
definecolorHalloweenRGB250,155,30
usecolorthemeseahorse



setbeamerfontfootlinesize=fontsize1212selectfont
setbeamertemplatefootline

leavevmode




setbeamertemplatenavigation symbols
setbeamersizetext margin left=.5 cm, text margin right=.5 cm


makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother

makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother


begindocument

beginexample
beginenumerate[1.]
item La
item La La
endenumerate
endexample

enddocument









share|improve this question



















  • 1





    Please add a minimal example which reproduces your error.

    – CarLaTeX
    Nov 14 '18 at 20:29













7












7








7


0






I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use beginenumerate[1.] so that it will print 1., 2., etc. instead of the numbers with the circles around them. But, after the reinstallation, it is doing the circles, even for the exact same files where it was okay before even with TeXshop on a Mac.



My example code:



documentclass[12pt]beamer


%PACKAGES
usepackagemultimedia,pdfpages,mathtools,enumerate
usepackageempheq
geometrypaperwidth=7.5in,paperheight=10.5in
usepackageamsmath
usepackage[normalem]ulem
usepackagecomment,multicol,graphicx
usepackageamsmath
usepackageamssymb
usepackagemarvosym
usepackagepdfsync




%SETTING THEME
usethemeBoadilla
definecolorHalloweenRGB250,155,30
usecolorthemeseahorse



setbeamerfontfootlinesize=fontsize1212selectfont
setbeamertemplatefootline

leavevmode




setbeamertemplatenavigation symbols
setbeamersizetext margin left=.5 cm, text margin right=.5 cm


makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother

makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother


begindocument

beginexample
beginenumerate[1.]
item La
item La La
endenumerate
endexample

enddocument









share|improve this question
















I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use beginenumerate[1.] so that it will print 1., 2., etc. instead of the numbers with the circles around them. But, after the reinstallation, it is doing the circles, even for the exact same files where it was okay before even with TeXshop on a Mac.



My example code:



documentclass[12pt]beamer


%PACKAGES
usepackagemultimedia,pdfpages,mathtools,enumerate
usepackageempheq
geometrypaperwidth=7.5in,paperheight=10.5in
usepackageamsmath
usepackage[normalem]ulem
usepackagecomment,multicol,graphicx
usepackageamsmath
usepackageamssymb
usepackagemarvosym
usepackagepdfsync




%SETTING THEME
usethemeBoadilla
definecolorHalloweenRGB250,155,30
usecolorthemeseahorse



setbeamerfontfootlinesize=fontsize1212selectfont
setbeamertemplatefootline

leavevmode




setbeamertemplatenavigation symbols
setbeamersizetext margin left=.5 cm, text margin right=.5 cm


makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother

makeatletter
renewcommand*env@matrix[1][*c@MaxMatrixCols c]%
hskip -arraycolsep
let@ifnextcharnew@ifnextchar
array#1
makeatother


begindocument

beginexample
beginenumerate[1.]
item La
item La La
endenumerate
endexample

enddocument






beamer formatting numbering enumerate






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '18 at 20:50









Werner

449k719941699




449k719941699










asked Nov 14 '18 at 20:26









Joe Johnson 126Joe Johnson 126

511416




511416







  • 1





    Please add a minimal example which reproduces your error.

    – CarLaTeX
    Nov 14 '18 at 20:29












  • 1





    Please add a minimal example which reproduces your error.

    – CarLaTeX
    Nov 14 '18 at 20:29







1




1





Please add a minimal example which reproduces your error.

– CarLaTeX
Nov 14 '18 at 20:29





Please add a minimal example which reproduces your error.

– CarLaTeX
Nov 14 '18 at 20:29










1 Answer
1






active

oldest

votes


















8














Don't use the enumerate package with beamer since it provides templates to set these things. Specifically, you're interested in the [default] template for enumerate item:



enter image description here



documentclassbeamer

usethemeBoadilla
usecolorthemeseahorse

begindocument

beginframe
beginenumerate
item La
item La La
endenumerate

setbeamertemplateenumerate item[default]

beginenumerate
item La
item La La
endenumerate
endframe

enddocument





share|improve this answer






















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



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460013%2fenumerate-not-using-the-correct-number-format%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    8














    Don't use the enumerate package with beamer since it provides templates to set these things. Specifically, you're interested in the [default] template for enumerate item:



    enter image description here



    documentclassbeamer

    usethemeBoadilla
    usecolorthemeseahorse

    begindocument

    beginframe
    beginenumerate
    item La
    item La La
    endenumerate

    setbeamertemplateenumerate item[default]

    beginenumerate
    item La
    item La La
    endenumerate
    endframe

    enddocument





    share|improve this answer



























      8














      Don't use the enumerate package with beamer since it provides templates to set these things. Specifically, you're interested in the [default] template for enumerate item:



      enter image description here



      documentclassbeamer

      usethemeBoadilla
      usecolorthemeseahorse

      begindocument

      beginframe
      beginenumerate
      item La
      item La La
      endenumerate

      setbeamertemplateenumerate item[default]

      beginenumerate
      item La
      item La La
      endenumerate
      endframe

      enddocument





      share|improve this answer

























        8












        8








        8







        Don't use the enumerate package with beamer since it provides templates to set these things. Specifically, you're interested in the [default] template for enumerate item:



        enter image description here



        documentclassbeamer

        usethemeBoadilla
        usecolorthemeseahorse

        begindocument

        beginframe
        beginenumerate
        item La
        item La La
        endenumerate

        setbeamertemplateenumerate item[default]

        beginenumerate
        item La
        item La La
        endenumerate
        endframe

        enddocument





        share|improve this answer













        Don't use the enumerate package with beamer since it provides templates to set these things. Specifically, you're interested in the [default] template for enumerate item:



        enter image description here



        documentclassbeamer

        usethemeBoadilla
        usecolorthemeseahorse

        begindocument

        beginframe
        beginenumerate
        item La
        item La La
        endenumerate

        setbeamertemplateenumerate item[default]

        beginenumerate
        item La
        item La La
        endenumerate
        endframe

        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 14 '18 at 20:48









        WernerWerner

        449k719941699




        449k719941699



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460013%2fenumerate-not-using-the-correct-number-format%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            Kleinkühnau

            Makov (Slowakei)

            Deutsches Schauspielhaus