Class: Pandoku::Formats::OpenDocument

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

Overview

OpenDocument XML format. www.gnu.org/software/texinfo/

Available Options

: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



16
17
18
# File 'lib/pandoku/formats/opendocument.rb', line 16

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

.nameObject



12
13
14
# File 'lib/pandoku/formats/opendocument.rb', line 12

def self.name
  :opendocument
end