100
101
102
103
104
105
106
107
|
# File 'lib/review/latexbuilder.rb', line 100
def result
check_printendnotes
if @chapter.is_a?(ReVIEW::Book::Part) && !@book.config.check_version('2', exception: false)
puts '\end{reviewpart}'
end
solve_nest(@output.string)
end
|