Class: Deplate::Command::MAKEBIB

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



535
536
537
538
539
540
# File 'lib/deplate/commands.rb', line 535

def setup_command
    unless @text.nil? or @text.empty? or @deplate.variables['bibStyle']
        log(['Setting variable', 'bibStyle', @text], :anyway)
        @deplate.variables['bibStyle'] = @text
    end
end