[Mpi3-tools] Fail to build latex

Jeff Squyres jsquyres at cisco.com
Mon Mar 22 11:00:02 CDT 2010


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
jsquyres at cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/





More information about the mpiwg-tools mailing list