Sha256: 475ade2258a53fc85f9552678b334c89ff51c617a1e023d0d2e672dc07ae4e7a
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 Align < 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