Class: TeXML::GroupNode
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_tex ⇒ Object
145 146 147 |
# File 'lib/texml.rb', line 145 def to_tex return "{" + childrenValue('cmd', 'env', 'ctrl', 'spec', '#text') + "}" end |