Class: TeXML::ParmNode
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
124 125 126 |
# File 'lib/texml.rb', line 124 def to_tex return "{" + childrenValue('cmd', 'ctrl', 'spec', '#text') + "}" end |