Document Classes ⇒ Problem using breqn
Problem using breqn
I attempted using Michael Downes breqn package (for automatic line breaking in equations) with the following preliminaries and got the error code "illegal parameter number in definition of \@begindocumenthook". I read somewhere that the order of loading packages can cause fatal clashes in the use the breqn package. Can anyone who has used the package help me?
\usepackage{epic}
\usepackage{pifont,citesort,curves,xspace,morehelp,geometry,
fancyhdr,graphicx,graphics,eepic,xr,fancybox,float,array,url,ifpdf}
\usepackage[labelfont={sf,bf},justification=centerlast]{caption}
\usepackage{amssymb,amstext,amsfonts,amsxtra,amsbsy,latexsym}
\usepackage[sort&compress]{natbib}
\usepackage[amsmath,thmmarks,standard,thref,hyperref]{ntheorem}
\usepackage[colorlinks=true,pagebackref,pdfpagemode=UseThumbs,implicit=true, debug=true,naturalnames=false]{hyperref}
% breqn package
\usepackage[cmbase]{flexisym}
\usesymbols{msabm}
\usepackage[debug]{breqn}
\setkeys{breqn}{compact}
\usepackage{cleveref}[/color]
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Problem using breqn
B.A.