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

\complexnum and complex-root-position #481

Closed
jmollera opened this issue Jun 10, 2021 · 0 comments
Closed

\complexnum and complex-root-position #481

jmollera opened this issue Jun 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix

Comments

@jmollera
Copy link

In version 3 the option complex-root-position = before-number does not work when the number has only imaginary part.

\sisetup{
    output-decimal-marker = {,},
    output-complex-root = \ensuremath{\mathrm{j}},
    complex-root-position = before-number
}

\complexnumber{0,4 + j 0,3} --> 0,4 + j0,3 (CORRECT)

\complexnumber{j 0,1} --> 0,1j (INCORRECT)

@josephwright josephwright self-assigned this Jun 10, 2021
@josephwright josephwright added bug Something isn't working hotfix A change that will be addressed in a hotfix labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix
Projects
None yet
Development

No branches or pull requests

2 participants