Class: TeXML::TexmlNode

Inherits:
Node
  • Object
show all
Defined in:
lib/texml.rb

Instance Method Summary collapse

Methods inherited from Node

#childrenValue, create, #initialize

Constructor Details

This class inherits a constructor from TeXML::Node

Instance Method Details

#to_texObject



82
83
84
# File 'lib/texml.rb', line 82

def to_tex
  return childrenValue('cmd', 'env', 'ctrl', 'spec', '#text')
end