Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
goerz opened this issue Jul 31, 2018 · 0 comments
Open

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

goerz opened this issue Jul 31, 2018 · 0 comments

Comments

@goerz
Copy link
Member

goerz commented Jul 31, 2018

>>> 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant