Class: OtherWarning

Inherits:
TexWarning show all
Defined in:
lib/trex.rb

Overview

Instance Attribute Summary

Attributes inherited from TexWarning

#filestate, #limit

Instance Method Summary collapse

Methods inherited from TexWarning

#add_error, #empty?, #expand_input, #extract_line, #format_error, #format_warning_message, #handle, #has_error?, #render_line, #size, #sort, #to_s

Constructor Details

#initialize(limits = 10) ⇒ OtherWarning

Returns a new instance of OtherWarning.



790
791
792
793
# File 'lib/trex.rb', line 790

def initialize(limits=10)
    super('Other Warnings', /LaTeX Warning:/,
          /[^(LaTeX Warning)].*/, limits)
end