Re: [Mpi3-tools] Fail to build latex
On Mar 22, 2010, at 10:59 AM, William Gropp wrote:
Try removing the \usepackage{color}. It may be that some other package is now including it (google the error message for more choices).
That didn't do it for me (still got the same errors) -- this did: Index: mpi-report.tex =================================================================== --- mpi-report.tex (revision 542) +++ mpi-report.tex (working copy) @@ -34,7 +34,7 @@ \usepackage[dvips]{color} \fi -\usepackage[outerbars,color]{changebar} +\usepackage[outerbars]{changebar} \usepackage{xspace} \include{mpi-macs} But I am not a latex guru; I may have chosen a non-optimal solution. Is there a way for latex to determine if "color" is valid with the changebar package? Maybe something with an \if* kind of construct...? -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
participants (1)
-
Jeff Squyres