C# Class TeX2img.AnalyzeLaTeXCompile

Show file Open project: abenori/TeX2img Class Usage Examples

Public Properties

Property Type Description
UseBibtex bool

Public Methods

Method Description
AnalyzeLaTeXCompile ( string path ) : System
Check ( ) : Program
ReadAUXFile ( string ext, byte &buf ) : void

Private Methods

Method Description
BibTeXCheck ( ) : bool
LaTeXCheck ( ) : bool
MakeIndexCheck ( ) : bool

Method Details

AnalyzeLaTeXCompile() public method

public AnalyzeLaTeXCompile ( string path ) : System
path string
return System

Check() public method

public Check ( ) : Program
return Program

ReadAUXFile() public method

public ReadAUXFile ( string ext, byte &buf ) : void
ext string
buf byte
return void

Property Details

UseBibtex public property

public bool UseBibtex
return bool