Class: Deplate::Command::MAKETITLE

Inherits:
Deplate::Command show all
Defined in:
lib/deplate/commands.rb

Instance Method Summary collapse

Methods inherited from Deplate::Command

commands, #finish, #format_special, #process, register_as, #setup, update_variables

Methods included from Names

name_match_c, name_match_fs, name_match_sf

Methods inherited from Element

#join_lines, #join_lines_re_zh_cn

Instance Method Details

#setup_commandObject



524
525
526
527
528
# File 'lib/deplate/commands.rb', line 524

def setup_command
    if @args['page']
        @deplate.variables['classOptions'] = Deplate::Core.push_value(@deplate.variables['classOptions'], 'titlepage')
    end
end