Class: Avm::EacLatexBase0::Sources::Runners::BuildChapters

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/eac_latex_base0/sources/runners/build_chapters.rb

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
20
21
# File 'lib/avm/eac_latex_base0/sources/runners/build_chapters.rb', line 15

def run
  runner_context.call(:project_banner)
  output_dir.mkpath
  project.chapters.each_with_index do |c, i|
    ::Avm::EacLatexBase0::Sources::Build.new(project, chapter_build_options(c, i))
  end
end