Re: test for available packeges

2002-07-18 Thread Andre Poenitz
On Thu, Jul 18, 2002 at 06:07:46PM +0200, Herbert Voss wrote: > what is the best way to store the list of all available > latex packages. at this time I have > > vector packageList; > > bool packageAvailable(string const & p) > { > // lyxrc.noPackageCheck allows a LaTeX-run without >

test for available packeges

2002-07-18 Thread Herbert Voss
what is the best way to store the list of all available latex packages. at this time I have vector packageList; bool packageAvailable(string const & p) { // lyxrc.noPackageCheck allows a LaTeX-run without // any check bool found = find(packageList.begin(), packageLis