Interface IGuessPackageCallback

IGuessPackageCallback interface

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

public interface IGuessPackageCallback

Methods

NameDescription
GuessPackage(string, bool)Returns the name of a required package that supposedly defines the command or environment.

See Also