Interface IGuessPackageCallback
Interface IGuessPackageCallback
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.8.0)
Defines the interface for an external method to guess a required LaTeX package by command name.
public interface IGuessPackageCallbackMethods
GuessPackage(string, bool)
Returns the name of a required package that supposedly defines the command or environment.
string GuessPackage(string commandName, bool isEnvironment)Parameters
commandName string
The command name.
isEnvironment bool
Specifies whether to guess a package for a command or an environment.
Returns
The package name.