================ btex.tex =================== \starttext \startreusableMPgraphic{fig} label(btex in b/e tex etex, origin); \stopreusableMPgraphic
outside btex..etex\quad \reuseMPgraphic{fig} \stoptext ============================================
works here
Hmm, it works on the garden as well. With more testing I found that it fails when I use \runMPTEXgraphicstrue (set in my cont-sys.tex), but works when that parameter is false.
Just tested it again, and I think I had it backwards. This fails (2006.09.28 22:43 beta): =========================== \runMPgraphicstrue \runMPTEXgraphicsfalse \starttext \startreusableMPgraphic{fig} label(btex sun etex, origin); \stopreusableMPgraphic \reuseMPgraphic{fig} \stoptext =========================== This works: =========================== \runMPgraphicstrue \runMPTEXgraphicstrue \starttext \startreusableMPgraphic{fig} label(btex sun etex, origin); \stopreusableMPgraphic \reuseMPgraphic{fig} \stoptext =========================== Should one always turn on runMPTEXgraphics along with runMPgraphics? Or just give up on btex..etex and use \sometxt, which works fine with either setting of runMPTEXgraphics? -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.