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
>
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