error in memoir: Command newfloat already defined
up vote
5
down vote
favorite
Using this preamble:
documentclass[pdftex,11pt,a4paper,openany]{memoir}
usepackage[brazil]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{indentfirst}
usepackage{latexsym}
usepackage{amsmath,amssymb,amsfonts,wasysym}
usepackage[pdftex]{graphicx}
usepackage{wrapfig}
usepackage[left=3cm,right=2cm,top=3cm,bottom=3cm]{geometry}
usepackage{color}
usepackage[dvipsnames]{xcolor}
definecolor{darkgray}{gray}{0.3}
setcounter{secnumdepth}{3}
setcounter{tocdepth}{3}
usepackage[pdftex, colorlinks=true, linkcolor=darkgray, citecolor=blue, urlcolor=blue]{hyperref}
TexMaker gives this error message:
! LaTeX Error: Command newfloat already defined.
Or name end... illegal, see p.192 of the manual.
Where is the problem?
floats errors memoir
add a comment |
up vote
5
down vote
favorite
Using this preamble:
documentclass[pdftex,11pt,a4paper,openany]{memoir}
usepackage[brazil]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{indentfirst}
usepackage{latexsym}
usepackage{amsmath,amssymb,amsfonts,wasysym}
usepackage[pdftex]{graphicx}
usepackage{wrapfig}
usepackage[left=3cm,right=2cm,top=3cm,bottom=3cm]{geometry}
usepackage{color}
usepackage[dvipsnames]{xcolor}
definecolor{darkgray}{gray}{0.3}
setcounter{secnumdepth}{3}
setcounter{tocdepth}{3}
usepackage[pdftex, colorlinks=true, linkcolor=darkgray, citecolor=blue, urlcolor=blue]{hyperref}
TexMaker gives this error message:
! LaTeX Error: Command newfloat already defined.
Or name end... illegal, see p.192 of the manual.
Where is the problem?
floats errors memoir
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
3
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the optionpdftex
.
– egreg
Jul 21 '11 at 18:04
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
1
no, just that there is no reason to specify thepdftex
option. Packages that respond to it will detect it by themselfs
– daleif
Jul 21 '11 at 18:51
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
Using this preamble:
documentclass[pdftex,11pt,a4paper,openany]{memoir}
usepackage[brazil]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{indentfirst}
usepackage{latexsym}
usepackage{amsmath,amssymb,amsfonts,wasysym}
usepackage[pdftex]{graphicx}
usepackage{wrapfig}
usepackage[left=3cm,right=2cm,top=3cm,bottom=3cm]{geometry}
usepackage{color}
usepackage[dvipsnames]{xcolor}
definecolor{darkgray}{gray}{0.3}
setcounter{secnumdepth}{3}
setcounter{tocdepth}{3}
usepackage[pdftex, colorlinks=true, linkcolor=darkgray, citecolor=blue, urlcolor=blue]{hyperref}
TexMaker gives this error message:
! LaTeX Error: Command newfloat already defined.
Or name end... illegal, see p.192 of the manual.
Where is the problem?
floats errors memoir
Using this preamble:
documentclass[pdftex,11pt,a4paper,openany]{memoir}
usepackage[brazil]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{indentfirst}
usepackage{latexsym}
usepackage{amsmath,amssymb,amsfonts,wasysym}
usepackage[pdftex]{graphicx}
usepackage{wrapfig}
usepackage[left=3cm,right=2cm,top=3cm,bottom=3cm]{geometry}
usepackage{color}
usepackage[dvipsnames]{xcolor}
definecolor{darkgray}{gray}{0.3}
setcounter{secnumdepth}{3}
setcounter{tocdepth}{3}
usepackage[pdftex, colorlinks=true, linkcolor=darkgray, citecolor=blue, urlcolor=blue]{hyperref}
TexMaker gives this error message:
! LaTeX Error: Command newfloat already defined.
Or name end... illegal, see p.192 of the manual.
Where is the problem?
floats errors memoir
floats errors memoir
edited Nov 2 '11 at 13:56
doncherry
34.5k23134207
34.5k23134207
asked Jul 21 '11 at 17:31
Rodrigo Thomas
3412312
3412312
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
3
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the optionpdftex
.
– egreg
Jul 21 '11 at 18:04
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
1
no, just that there is no reason to specify thepdftex
option. Packages that respond to it will detect it by themselfs
– daleif
Jul 21 '11 at 18:51
add a comment |
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
3
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the optionpdftex
.
– egreg
Jul 21 '11 at 18:04
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
1
no, just that there is no reason to specify thepdftex
option. Packages that respond to it will detect it by themselfs
– daleif
Jul 21 '11 at 18:51
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
3
3
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the option
pdftex
.– egreg
Jul 21 '11 at 18:04
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the option
pdftex
.– egreg
Jul 21 '11 at 18:04
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
1
1
no, just that there is no reason to specify the
pdftex
option. Packages that respond to it will detect it by themselfs– daleif
Jul 21 '11 at 18:51
no, just that there is no reason to specify the
pdftex
option. Packages that respond to it will detect it by themselfs– daleif
Jul 21 '11 at 18:51
add a comment |
2 Answers
2
active
oldest
votes
up vote
7
down vote
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for defining new floating environments.
See p. 169 in the documentation.
add a comment |
up vote
2
down vote
Just for the record, I had the same problem, using memoir
and floatrow
together. Removing pdflatex
from the preamble did not solve it.
I compiled the document successfully by adding the following line before loading floatrow
:
letnewfloatundefined
usepackage{floatrow}
Thanks to Joseph Wright.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for defining new floating environments.
See p. 169 in the documentation.
add a comment |
up vote
7
down vote
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for defining new floating environments.
See p. 169 in the documentation.
add a comment |
up vote
7
down vote
up vote
7
down vote
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for defining new floating environments.
See p. 169 in the documentation.
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for defining new floating environments.
See p. 169 in the documentation.
edited 2 days ago
Leone
72
72
answered Aug 8 '11 at 17:52
egreg
698k8518573126
698k8518573126
add a comment |
add a comment |
up vote
2
down vote
Just for the record, I had the same problem, using memoir
and floatrow
together. Removing pdflatex
from the preamble did not solve it.
I compiled the document successfully by adding the following line before loading floatrow
:
letnewfloatundefined
usepackage{floatrow}
Thanks to Joseph Wright.
add a comment |
up vote
2
down vote
Just for the record, I had the same problem, using memoir
and floatrow
together. Removing pdflatex
from the preamble did not solve it.
I compiled the document successfully by adding the following line before loading floatrow
:
letnewfloatundefined
usepackage{floatrow}
Thanks to Joseph Wright.
add a comment |
up vote
2
down vote
up vote
2
down vote
Just for the record, I had the same problem, using memoir
and floatrow
together. Removing pdflatex
from the preamble did not solve it.
I compiled the document successfully by adding the following line before loading floatrow
:
letnewfloatundefined
usepackage{floatrow}
Thanks to Joseph Wright.
Just for the record, I had the same problem, using memoir
and floatrow
together. Removing pdflatex
from the preamble did not solve it.
I compiled the document successfully by adding the following line before loading floatrow
:
letnewfloatundefined
usepackage{floatrow}
Thanks to Joseph Wright.
answered May 25 '15 at 22:20
iled
19016
19016
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%2f23726%2ferror-in-memoir-command-newfloat-already-defined%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
Welcome to TeX.sx! A tip: If you indent lines by 4 spaces, then they are marked as a code sample. You can also highlight the code and click the "code" button (with "{}" on it).
– Caramdir
Jul 21 '11 at 17:49
3
There's no error with the preamble you provided. If you are trying to load the package float afterwards, don't: memoir has its built-in mechanism for this. Never use the option
pdftex
.– egreg
Jul 21 '11 at 18:04
Do you mean that I cant use memoir with pdftex?
– Rodrigo Thomas
Jul 21 '11 at 18:24
1
no, just that there is no reason to specify the
pdftex
option. Packages that respond to it will detect it by themselfs– daleif
Jul 21 '11 at 18:51