C# Class TeX2img.TeXSource

Show file Open project: abenori/TeX2img Class Usage Examples

Public Properties

Property Type Description
mudraw string

Public Methods

Method Description
ChangeReturnCode ( string str ) : string
ChangeReturnCode ( string str, string returncode ) : string
EmbedSource ( string file, string text ) : void
ParseTeXSourceFile ( TextReader file, string &preamble, string &body ) : bool
ReadEmbededSource ( string file ) : string
WriteTeXSourceFile ( TextWriter sw, string preamble, string body ) : void

Private Methods

Method Description
PDFEmbed ( string file, string text ) : void
PDFRead ( string file ) : string
ReadAppleDouble ( string file ) : string

Method Details

ChangeReturnCode() public static method

public static ChangeReturnCode ( string str ) : string
str string
return string

ChangeReturnCode() public static method

public static ChangeReturnCode ( string str, string returncode ) : string
str string
returncode string
return string

EmbedSource() public static method

public static EmbedSource ( string file, string text ) : void
file string
text string
return void

ParseTeXSourceFile() public static method

public static ParseTeXSourceFile ( TextReader file, string &preamble, string &body ) : bool
file TextReader
preamble string
body string
return bool

ReadEmbededSource() public static method

public static ReadEmbededSource ( string file ) : string
file string
return string

WriteTeXSourceFile() public static method

public static WriteTeXSourceFile ( TextWriter sw, string preamble, string body ) : void
sw System.IO.TextWriter
preamble string
body string
return void

Property Details

mudraw public static property

public static string mudraw
return string