Method: ReVIEW::LATEXBuilder#bibpaper_bibpaper
- Defined in:
- lib/review/latexbuilder.rb
#bibpaper_bibpaper(_id, _caption, lines) ⇒ Object
1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'lib/review/latexbuilder.rb', line 1395 def bibpaper_bibpaper(_id, _caption, lines) if @book.config['join_lines_by_lang'] print split_paragraph(lines).join("\n\n") else print split_paragraph(lines).map(&:chomp).join("\n") end puts '' end |