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