#ifndef TEX_HH #define TEX_HH #include "string.hh" #include "boxes.hh" String substitute_args(String source, svec args); /** this structure provides a simple macro mechanism: if source == "tex%bla%", then eval({"X","Y"}) == "texXblaY" */ /// #h# is in points String vstrut(Real h); #endif