Enumerate not using the correct number format











up vote
7
down vote

favorite












I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use begin{enumerate}[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
usepackage{multimedia,pdfpages,mathtools,enumerate}
usepackage{empheq}
geometry{paperwidth=7.5in,paperheight=10.5in}
usepackage{amsmath}
usepackage[normalem]{ulem}
usepackage{comment,multicol,graphicx}
usepackage{amsmath}
usepackage{amssymb}
usepackage{marvosym}
usepackage{pdfsync}




%SETTING THEME
usetheme{Boadilla}
definecolor{Halloween}{RGB}{250,155,30}
usecolortheme{seahorse}



setbeamerfont{footline}{size=fontsize{12}{12}selectfont}
setbeamertemplate{footline}
{
leavevmode
}



setbeamertemplate{navigation symbols}{}
setbeamersize{text 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


begin{document}

begin{example}
begin{enumerate}[1.]
item La
item La La
end{enumerate}
end{example}

end{document}









share|improve this question




















  • 1




    Please add a minimal example which reproduces your error.
    – CarLaTeX
    Nov 14 at 20:29















up vote
7
down vote

favorite












I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use begin{enumerate}[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
usepackage{multimedia,pdfpages,mathtools,enumerate}
usepackage{empheq}
geometry{paperwidth=7.5in,paperheight=10.5in}
usepackage{amsmath}
usepackage[normalem]{ulem}
usepackage{comment,multicol,graphicx}
usepackage{amsmath}
usepackage{amssymb}
usepackage{marvosym}
usepackage{pdfsync}




%SETTING THEME
usetheme{Boadilla}
definecolor{Halloween}{RGB}{250,155,30}
usecolortheme{seahorse}



setbeamerfont{footline}{size=fontsize{12}{12}selectfont}
setbeamertemplate{footline}
{
leavevmode
}



setbeamertemplate{navigation symbols}{}
setbeamersize{text 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


begin{document}

begin{example}
begin{enumerate}[1.]
item La
item La La
end{enumerate}
end{example}

end{document}









share|improve this question




















  • 1




    Please add a minimal example which reproduces your error.
    – CarLaTeX
    Nov 14 at 20:29













up vote
7
down vote

favorite









up vote
7
down vote

favorite











I am using beamer to type slides. Recently, I reinstalled AucTeX and now the numbers don't look right. I use begin{enumerate}[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
usepackage{multimedia,pdfpages,mathtools,enumerate}
usepackage{empheq}
geometry{paperwidth=7.5in,paperheight=10.5in}
usepackage{amsmath}
usepackage[normalem]{ulem}
usepackage{comment,multicol,graphicx}
usepackage{amsmath}
usepackage{amssymb}
usepackage{marvosym}
usepackage{pdfsync}




%SETTING THEME
usetheme{Boadilla}
definecolor{Halloween}{RGB}{250,155,30}
usecolortheme{seahorse}



setbeamerfont{footline}{size=fontsize{12}{12}selectfont}
setbeamertemplate{footline}
{
leavevmode
}



setbeamertemplate{navigation symbols}{}
setbeamersize{text 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


begin{document}

begin{example}
begin{enumerate}[1.]
item La
item La La
end{enumerate}
end{example}

end{document}









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 begin{enumerate}[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
usepackage{multimedia,pdfpages,mathtools,enumerate}
usepackage{empheq}
geometry{paperwidth=7.5in,paperheight=10.5in}
usepackage{amsmath}
usepackage[normalem]{ulem}
usepackage{comment,multicol,graphicx}
usepackage{amsmath}
usepackage{amssymb}
usepackage{marvosym}
usepackage{pdfsync}




%SETTING THEME
usetheme{Boadilla}
definecolor{Halloween}{RGB}{250,155,30}
usecolortheme{seahorse}



setbeamerfont{footline}{size=fontsize{12}{12}selectfont}
setbeamertemplate{footline}
{
leavevmode
}



setbeamertemplate{navigation symbols}{}
setbeamersize{text 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


begin{document}

begin{example}
begin{enumerate}[1.]
item La
item La La
end{enumerate}
end{example}

end{document}






beamer formatting numbering enumerate






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 at 20:50









Werner

432k609511632




432k609511632










asked Nov 14 at 20:26









Joe Johnson 126

506415




506415








  • 1




    Please add a minimal example which reproduces your error.
    – CarLaTeX
    Nov 14 at 20:29














  • 1




    Please add a minimal example which reproduces your error.
    – CarLaTeX
    Nov 14 at 20:29








1




1




Please add a minimal example which reproduces your error.
– CarLaTeX
Nov 14 at 20:29




Please add a minimal example which reproduces your error.
– CarLaTeX
Nov 14 at 20:29










1 Answer
1






active

oldest

votes

















up vote
8
down vote



accepted










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



documentclass{beamer}

usetheme{Boadilla}
usecolortheme{seahorse}

begin{document}

begin{frame}
begin{enumerate}
item La
item La La
end{enumerate}

setbeamertemplate{enumerate item}[default]

begin{enumerate}
item La
item La La
end{enumerate}
end{frame}

end{document}





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








    up vote
    8
    down vote



    accepted










    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



    documentclass{beamer}

    usetheme{Boadilla}
    usecolortheme{seahorse}

    begin{document}

    begin{frame}
    begin{enumerate}
    item La
    item La La
    end{enumerate}

    setbeamertemplate{enumerate item}[default]

    begin{enumerate}
    item La
    item La La
    end{enumerate}
    end{frame}

    end{document}





    share|improve this answer

























      up vote
      8
      down vote



      accepted










      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



      documentclass{beamer}

      usetheme{Boadilla}
      usecolortheme{seahorse}

      begin{document}

      begin{frame}
      begin{enumerate}
      item La
      item La La
      end{enumerate}

      setbeamertemplate{enumerate item}[default]

      begin{enumerate}
      item La
      item La La
      end{enumerate}
      end{frame}

      end{document}





      share|improve this answer























        up vote
        8
        down vote



        accepted







        up vote
        8
        down vote



        accepted






        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



        documentclass{beamer}

        usetheme{Boadilla}
        usecolortheme{seahorse}

        begin{document}

        begin{frame}
        begin{enumerate}
        item La
        item La La
        end{enumerate}

        setbeamertemplate{enumerate item}[default]

        begin{enumerate}
        item La
        item La La
        end{enumerate}
        end{frame}

        end{document}





        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



        documentclass{beamer}

        usetheme{Boadilla}
        usecolortheme{seahorse}

        begin{document}

        begin{frame}
        begin{enumerate}
        item La
        item La La
        end{enumerate}

        setbeamertemplate{enumerate item}[default]

        begin{enumerate}
        item La
        item La La
        end{enumerate}
        end{frame}

        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 14 at 20:48









        Werner

        432k609511632




        432k609511632






























             

            draft saved


            draft discarded



















































             


            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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?