Sha256: e848166b94cb8e1ca45d4f87b320b23577762be6ce6241e1f594af6bebd3c191
Contents?: true
Size: 495 Bytes
Versions: 28
Compression:
Stored size: 495 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Pmatrix < 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
28 entries across 28 versions & 1 rubygems