Click or drag to resize

BibTexEntryBaseGetSource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calls UpdateSource(translationTextTable) and returns reconstructed BibTex source (source)

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public string GetSource(
	translationTextTable table
)
Request Example View Source

Parameters

table
Type: imbSCI.DataComplex.specialtranslationTextTable
The LaTex entity translation table

Return Value

Type: String
BibTex source
See Also