Aspose::TeX::Features::IGuessPackageCallback class

IGuessPackageCallback class

Defines the interface for an external method to guess a required LaTeX package by command name.

class IGuessPackageCallback : public virtual System::Object

Methods

MethodDescription
virtual GuessPackage(System::String, bool)Returns the name of a required package that supposedly defines the command or environment.

See Also