Class: TeXML::GroupNode

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



145
146
147
# File 'lib/texml.rb', line 145

def to_tex
  return "{" + childrenValue('cmd', 'env', 'ctrl', 'spec', '#text') + "}"
end