Skip to content

Commit

Permalink
Removed superfluous call to rubber-pipe in letter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 13, 2011
1 parent 8f3a11a commit 993a5c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions letter
Expand Up @@ -118,13 +118,6 @@ end

output = RTeX::Document.new(latexall).to_pdf

output = IO.popen("rubber-pipe --pdf --module graphicx", "w+") do |pipe|
pipe.puts latexall
pipe.close_write
pipe.read
end


if $? == 0
File.open(basename + '.pdf', 'wb').write(output)
puts "Created #{basename}.pdf"
Expand Down

0 comments on commit 993a5c9

Please sign in to comment.