Sha256: 662620d830e04a94285aa17e010215693ae12f11a9990555edb7c01523f830ce

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
desc "transfer hikis/*.hiki to latex"
task :latex do
  target = 'handout_sample'
  command = "hiki2latex --pre latexes/handout_pre.tex hikis/#{target}.hiki > latexes/#{target}.tex"
  system command
  command = "open latexes/#{target}.tex"
  system command
end


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
weight-recorder-0.1.10 Rakefile.orig
weight-recorder-0.1.9 Rakefile.orig
weight-recorder-0.1.8 Rakefile.orig
weight-recorder-0.1.7 Rakefile.orig
weight-recorder-0.1.6 Rakefile.orig
weight-recorder-0.1.5 Rakefile.orig