Method: ReVIEW::LATEXBuilder#dt
- Defined in:
- lib/review/latexbuilder.rb
#dt(str) ⇒ Object
364 365 366 367 |
# File 'lib/review/latexbuilder.rb', line 364 def dt(str) str = str.gsub('[', '\lbrack{}').gsub(']', '\rbrack{}') puts '\item[' + str + '] \mbox{} \\\\' end |