Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Module Parser :: Class IBibTeX
[hide private]
[frames] | no frames]

Class IBibTeX

source code

Instance Methods [hide private]
 
flat(self)
Return a textual version of the field, with no visible BibTeX / LaTeX markup
source code
 
subst(self)
Return a flattened list of the balanced expressions composing the field
source code
 
execute(self, environ)
Execute the known LaTeX commands forming the field, substitute the known symbols, and return the resulting string
source code
 
tobib(self)
Return the BibTeX version of the field
source code