Skip to content

CircuitSymbols labels should always be rendered as text in Latex #79

@goerz

Description

@goerz
>>> latex(CircuitSymbol('BS', cdim=2))
'BS'
>>> latex(CircuitSymbol('BSBS', cdim=2))
'\\text{BSBS}'

It would be better not to make a distinction between "short" and "long" labels, but always set the labels in a \text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions