Method: ReVIEW::LATEXBuilder#inline_endnote

Defined in:
lib/review/latexbuilder.rb

#inline_endnote(id) ⇒ Object



1154
1155
1156
1157
1158
# File 'lib/review/latexbuilder.rb', line 1154

def inline_endnote(id)
  macro('endnote', compile_inline(@chapter.endnote(id).content.strip))
rescue KeyError
  app_error "unknown footnote: #{id}"
end