Method: IsoDoc::PresentationXMLConvert#sourcecode1

Defined in:
lib/isodoc/presentation_function/sourcecode.rb

#sourcecode1(elem) ⇒ Object



50
51
52
53
54
55
# File 'lib/isodoc/presentation_function/sourcecode.rb', line 50

def sourcecode1(elem)
  source_highlight(elem)
  source_label(elem)
  callouts(elem)
  annotations(elem)
end