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]
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Problem using breqn
B.A.