Module: LatexToUnicode::Latex::Unary0

Defined in:
lib/latex_grammar.rb

Instance Method Summary collapse

Instance Method Details

#elementObject



492
493
494
# File 'lib/latex_grammar.rb', line 492

def element
  elements[1]
end

#unary_commandObject



488
489
490
# File 'lib/latex_grammar.rb', line 488

def unary_command
  elements[0]
end