Class: Plurimath::Math::Function::Table::Align
- Inherits:
-
Table
- Object
- Table
- Plurimath::Math::Function::Table::Align
- Defined in:
- lib/plurimath/math/function/table/align.rb
Instance Method Summary collapse
-
#initialize(value, open_paren = "[", close_paren = "]", options = {}) ⇒ Align
constructor
A new instance of Align.
- #to_latex(options:) ⇒ Object
Constructor Details
#initialize(value, open_paren = "[", close_paren = "]", options = {}) ⇒ Align
Returns a new instance of Align.
8 9 10 11 12 13 |
# File 'lib/plurimath/math/function/table/align.rb', line 8 def initialize(value, open_paren = "[", close_paren = "]", = {}) super end |
Instance Method Details
#to_latex(options:) ⇒ Object
15 16 17 |
# File 'lib/plurimath/math/function/table/align.rb', line 15 def to_latex(options:) "\\begin#{opening}#{latex_content(options: )}\\end#{matrix_class}" end |