Method: ReVIEW::LATEXBuilder#bibpaper_header

Defined in:
lib/review/latexbuilder.rb

#bibpaper_header(id, caption) ⇒ Object



1390
1391
1392
1393
# File 'lib/review/latexbuilder.rb', line 1390

def bibpaper_header(id, caption)
  puts "[#{@chapter.bibpaper(id).number}] #{compile_inline(caption)}"
  puts macro('label', bib_label(id))
end