Skip to content

Commit

Permalink
Remove unwanted lines due to #908
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmsnr committed Jan 11, 2018
1 parent 4d1d7a2 commit a542176
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/review/pdfmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ def generate_pdf(yamlfile)

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

@config['usepackage'] = ''
@config['usepackage'] = "\\usepackage{#{@config['texstyle']}}" if @config['texstyle']

copy_images(@config['imagedir'], File.join(@path, @config['imagedir']))
copy_sty(File.join(Dir.pwd, 'sty'), @path)
copy_sty(File.join(Dir.pwd, 'sty'), @path, 'fd')
Expand Down

0 comments on commit a542176

Please sign in to comment.