Class: Pandoku::Formats::ConTeXt

Inherits:
Pandoku::Format show all
Includes:
OutputFormat
Defined in:
lib/pandoku/formats/context.rb

Overview

ConTeXt format. www.pragma-ade.nl/

Available Options

:no_wrap

Disable text wrapping in output. (Default is to wrap text.)

:toc

Include an instruction to create table of contents.

Instance Attribute Summary

Attributes inherited from Pandoku::Format

#options

Class Method Summary collapse

Methods included from OutputFormat

#compile

Methods inherited from Pandoku::Format

#cliopts, inherited, #initialize

Constructor Details

This class inherits a constructor from Pandoku::Format

Class Method Details

.default_optionsObject



18
19
20
# File 'lib/pandoku/formats/context.rb', line 18

def self.default_options
  { :no_wrap => false, :toc => false }
end

.nameObject



14
15
16
# File 'lib/pandoku/formats/context.rb', line 14

def self.name
  :context
end