Skip to content

Commit a542176

Browse files
committed
Remove unwanted lines due to #908
1 parent 4d1d7a2 commit a542176

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/review/pdfmaker.rb

-3
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ def generate_pdf(yamlfile)
218218

219219
check_compile_status(@config['ignore-errors'])
220220

221-
@config['usepackage'] = ''
222-
@config['usepackage'] = "\\usepackage{#{@config['texstyle']}}" if @config['texstyle']
223-
224221
copy_images(@config['imagedir'], File.join(@path, @config['imagedir']))
225222
copy_sty(File.join(Dir.pwd, 'sty'), @path)
226223
copy_sty(File.join(Dir.pwd, 'sty'), @path, 'fd')

0 commit comments

Comments
 (0)