Sha256: 6f7b52f7fe7a7cdf4fe0bf7633db45c9bbe0d00d9bebda11f57a7693b6442246
Contents?: true
Size: 524 Bytes
Versions: 14
Compression:
Stored size: 524 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Multline < 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