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}
beamer formatting numbering enumerate
add a comment |
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}
beamer formatting numbering enumerate
1
Please add a minimal example which reproduces your error.
– CarLaTeX
Nov 14 at 20:29
add a comment |
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}
beamer formatting numbering enumerate
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
beamer formatting numbering enumerate
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
add a comment |
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
add a comment |
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
:
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}
add a comment |
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
:
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}
add a comment |
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
:
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}
add a comment |
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
:
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}
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
:
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}
answered Nov 14 at 20:48
Werner
432k609511632
432k609511632
add a comment |
add a comment |
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
Required, but never shown
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
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
Required, but never shown
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
Required, but never shown
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
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
1
Please add a minimal example which reproduces your error.
– CarLaTeX
Nov 14 at 20:29