Sha256: 01ea19222f45b86551afe52d6b75dc472d4e1b36c7c23c3b867da4dd5a543e64
Contents?: true
Size: 493 Bytes
Versions: 42
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Align < Table def initialize(value, open_paren = "[", close_paren = "]", options = {}) super end def to_latex "\\begin#{opening}#{latex_content}\\end#{matrix_class}" end end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems