How to write values with uncertainty and units with brackets: (339+-14) m/s Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Remove parentheses from number with uncertainty and the separate-uncertainty=true option with siunitxRecommend way to get angular velocity in degree with siunitxSIlist with uncertainty AND unitsPut brackets around value and uncertainty with exponent in tables with siunitxsiunitx with product-units, mixed unitsFormat table with aligned values +/- errors and units (and parentheses)siunitx displaying wrong uncertainty values for integersCan siunitx parse uncertainty values (the bracketed values) in the same magnitude as the main value in a table?Wrong value with Decimals and Uncertainty in siunitxHow to add zeros to numbers with uncertainty with siunitx
How to market an anarchic city as a tourism spot to people living in civilized areas?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Can't figure this one out.. What is the missing box?
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
Why does this iterative way of solving of equation work?
Complexity of many constant time steps with occasional logarithmic steps
What is the largest species of polychaete?
Why is "Captain Marvel" translated as male in Portugal?
Simulating Exploding Dice
Keep going mode for require-package
How to add zeros to reach same number of decimal places in tables?
I'm thinking of a number
What LEGO pieces have "real-world" functionality?
What do you call a plan that's an alternative plan in case your initial plan fails?
Passing functions in C++
Geometric mean and geometric standard deviation
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Single author papers against my advisor's will?
Active filter with series inductor and resistor - do these exist?
How to retrograde a note sequence in Finale?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Why use gamma over alpha radiation?
Need a suitable toxic chemical for a murder plot in my novel
Who can trigger ship-wide alerts in Star Trek?
How to write values with uncertainty and units with brackets: (339+-14) m/s
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Remove parentheses from number with uncertainty and the separate-uncertainty=true option with siunitxRecommend way to get angular velocity in degree with siunitxSIlist with uncertainty AND unitsPut brackets around value and uncertainty with exponent in tables with siunitxsiunitx with product-units, mixed unitsFormat table with aligned values +/- errors and units (and parentheses)siunitx displaying wrong uncertainty values for integersCan siunitx parse uncertainty values (the bracketed values) in the same magnitude as the main value in a table?Wrong value with Decimals and Uncertainty in siunitxHow to add zeros to numbers with uncertainty with siunitx
This code
documentclass[a4paper]article
usepackage[separate-uncertainty=true,multi-part-units=single,list-units=repeat]siunitx
begindocument
[SI339pm14meterpersecond]
enddocument
outputs

But I want

[v_s= (339 pm 14), simeterpersecond]
siunitx
add a comment |
This code
documentclass[a4paper]article
usepackage[separate-uncertainty=true,multi-part-units=single,list-units=repeat]siunitx
begindocument
[SI339pm14meterpersecond]
enddocument
outputs

But I want

[v_s= (339 pm 14), simeterpersecond]
siunitx
add a comment |
This code
documentclass[a4paper]article
usepackage[separate-uncertainty=true,multi-part-units=single,list-units=repeat]siunitx
begindocument
[SI339pm14meterpersecond]
enddocument
outputs

But I want

[v_s= (339 pm 14), simeterpersecond]
siunitx
This code
documentclass[a4paper]article
usepackage[separate-uncertainty=true,multi-part-units=single,list-units=repeat]siunitx
begindocument
[SI339pm14meterpersecond]
enddocument
outputs

But I want

[v_s= (339 pm 14), simeterpersecond]
siunitx
siunitx
edited Mar 23 at 10:55
Lorenzo B.
asked Mar 23 at 10:14
Lorenzo B.Lorenzo B.
1256
1256
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From page 42 of the manual https://ctan.org/pkg/siunitx:
documentclass[a4paper]article
usepackage[separate-uncertainty=true,list-units=repeat,multi-part-units=brackets]siunitx
begindocument
[SI339pm14meterpersecond, SI339meterpersecond]
enddocument

I am not an expert on that package but I guess the global option does not do any harm, anyway: Please read the fine manual (RTFM).
2
You may want to rewrite the answer so thatmulti-part-units=bracketsreplacesmulti-part-units=singlein the list of arguments of theusepackagesiunitx.
– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481044%2fhow-to-write-values-with-uncertainty-and-units-with-brackets-339-14-m-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From page 42 of the manual https://ctan.org/pkg/siunitx:
documentclass[a4paper]article
usepackage[separate-uncertainty=true,list-units=repeat,multi-part-units=brackets]siunitx
begindocument
[SI339pm14meterpersecond, SI339meterpersecond]
enddocument

I am not an expert on that package but I guess the global option does not do any harm, anyway: Please read the fine manual (RTFM).
2
You may want to rewrite the answer so thatmulti-part-units=bracketsreplacesmulti-part-units=singlein the list of arguments of theusepackagesiunitx.
– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
add a comment |
From page 42 of the manual https://ctan.org/pkg/siunitx:
documentclass[a4paper]article
usepackage[separate-uncertainty=true,list-units=repeat,multi-part-units=brackets]siunitx
begindocument
[SI339pm14meterpersecond, SI339meterpersecond]
enddocument

I am not an expert on that package but I guess the global option does not do any harm, anyway: Please read the fine manual (RTFM).
2
You may want to rewrite the answer so thatmulti-part-units=bracketsreplacesmulti-part-units=singlein the list of arguments of theusepackagesiunitx.
– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
add a comment |
From page 42 of the manual https://ctan.org/pkg/siunitx:
documentclass[a4paper]article
usepackage[separate-uncertainty=true,list-units=repeat,multi-part-units=brackets]siunitx
begindocument
[SI339pm14meterpersecond, SI339meterpersecond]
enddocument

I am not an expert on that package but I guess the global option does not do any harm, anyway: Please read the fine manual (RTFM).
From page 42 of the manual https://ctan.org/pkg/siunitx:
documentclass[a4paper]article
usepackage[separate-uncertainty=true,list-units=repeat,multi-part-units=brackets]siunitx
begindocument
[SI339pm14meterpersecond, SI339meterpersecond]
enddocument

I am not an expert on that package but I guess the global option does not do any harm, anyway: Please read the fine manual (RTFM).
edited Mar 23 at 10:35
answered Mar 23 at 10:25
CampanIgnisCampanIgnis
3,11721034
3,11721034
2
You may want to rewrite the answer so thatmulti-part-units=bracketsreplacesmulti-part-units=singlein the list of arguments of theusepackagesiunitx.
– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
add a comment |
2
You may want to rewrite the answer so thatmulti-part-units=bracketsreplacesmulti-part-units=singlein the list of arguments of theusepackagesiunitx.
– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
2
2
You may want to rewrite the answer so that
multi-part-units=brackets replaces multi-part-units=single in the list of arguments of the usepackagesiunitx.– Mico
Mar 23 at 10:27
You may want to rewrite the answer so that
multi-part-units=brackets replaces multi-part-units=single in the list of arguments of the usepackagesiunitx.– Mico
Mar 23 at 10:27
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
@Mico Indeed. Thank you very much. Didn't your answer utilized a different way to achieve the same effect? Why was it deleted? You were even faster than me.
– CampanIgnis
Mar 23 at 10:33
1
1
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
I deleted my answer because your's is a lot better. :-)
– Mico
Mar 23 at 10:35
1
1
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
@Mico I feel honored to read such a statement from you, Mico, a more experienced, more knowledgable, always friendly and helpful member of the community, and author of the great and useful package ctan.org/pkg/selnolig.
– CampanIgnis
Mar 23 at 10:40
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481044%2fhow-to-write-values-with-uncertainty-and-units-with-brackets-339-14-m-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown