Jean-Marc Lasgouttes wrote: > > >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> | I tried it with a > Lars> | > Lars> | /// | typedef std::set<string> UsedPackages; | /// | > Lars> UsedPackages usedPackages; > > Lars> Except for the part that order of inclusion is sometimes > Lars> important for LaTeX packages. > > Yes, there should be kind of ordering of the packages, and the
sure > packages we actually handle should be declared (in the right order) in > LaTeXFeatures, so that we can catch calls with wrong names. you want catch typos, but you never try to catch calls of packages which are not available ... Herbert