lib/review/latexbuilder.rb in review-5.5.0 vs lib/review/latexbuilder.rb in review-5.6.0
- old
+ new
@@ -1348,10 +1348,10 @@
macro('reviewami', escape(str))
end
def inline_icon(id)
if @chapter.image(id).path
- command = 'reviewincludegraphics'
+ command = 'reviewicon'
if @book.config.check_version('2', exception: false)
command = 'includegraphics'
end
macro(command, @chapter.image(id).path)
else