Skip to content

Implement macro replacement for \pochhammer{a}{n} #9

Description

@poortho

From @HowardCohl on July 15, 2015 18:22

If you have some math in LaTeX such as

(a)_n this string should be replaced by \pochhammer{a}{n}.

Similarly

\left(a\right)_n 
\Biggl(a\Biggr)_n
(a)_{n}
(a)_{{n}}
(\mu)_\alpha

as well as

(\;a)_{\ n}

should also be replaced by \pochhammer{a}{n}

\left( and \Biggl( are all ways to represent parentheses.
; and \ are space delimiters and should be ignored.

Copied from original issue: DRMF/texvcjs#10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions