Interface IGuessPackageCallback

Interface IGuessPackageCallback

Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.2.0)

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

public interface IGuessPackageCallback

Methods

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

string

The package name.

 English