Placeholder number with siunitx The Next CEO of Stack Overflow
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
Anatomically Correct Strange Women In Ponds Distributing Swords
How easy is it to start Magic from scratch?
Does the Brexit deal have to be agreed by both Houses?
How do I go from 300 unfinished/half written blog posts, to published posts?
Should I tutor a student who I know has cheated on their homework?
The King's new dress
Is HostGator storing my password in plaintext?
How do spells that require an ability check vs. the caster's spell save DC work?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
What can we do to stop prior company from asking us questions?
Anatomically Correct Mesopelagic Aves
Only print output after finding pattern
Visit to the USA with ESTA approved before trip to Iran
Why do professional authors make "consistency" mistakes? And how to avoid them?
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
I believe this to be a fraud
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
How long to clear the 'suck zone' of a turbofan after start is initiated?
Can a single photon have an energy density?
Are there languages with no euphemisms?
How to be diplomatic in refusing to write code that breaches the privacy of our users
What does this shorthand mean?
Why did we only see the N-1 starfighters in one film?
Placeholder number with siunitx
The Next CEO of Stack Overflow
I would like to add a placeholder number in my text, to remind me that I still have to look it up, later. I usually just use something like "XYZ" or "???" for this. But when I'm using the SI notation I get an error that "?" is not a number.
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI???percent.
enddocument
The error I get is:
siunitx error: "invalid-token-in-number" Invalid token '?' in numerical input. For immediate help type H <return>. ...at number to place here: SI???percent
What is the best/suggested way to add a placeholder number or symbol in SI-notation?
siunitx
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I would like to add a placeholder number in my text, to remind me that I still have to look it up, later. I usually just use something like "XYZ" or "???" for this. But when I'm using the SI notation I get an error that "?" is not a number.
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI???percent.
enddocument
The error I get is:
siunitx error: "invalid-token-in-number" Invalid token '?' in numerical input. For immediate help type H <return>. ...at number to place here: SI???percent
What is the best/suggested way to add a placeholder number or symbol in SI-notation?
siunitx
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
SI[parse-numbers=false]???percentcompiles. Of course that could be made global withusepackage[parse-numbers=false]siunitx. Slightly nicer:usepackage[input-symbols=?]siunitx.
– moewe
2 mins ago
add a comment |
I would like to add a placeholder number in my text, to remind me that I still have to look it up, later. I usually just use something like "XYZ" or "???" for this. But when I'm using the SI notation I get an error that "?" is not a number.
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI???percent.
enddocument
The error I get is:
siunitx error: "invalid-token-in-number" Invalid token '?' in numerical input. For immediate help type H <return>. ...at number to place here: SI???percent
What is the best/suggested way to add a placeholder number or symbol in SI-notation?
siunitx
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I would like to add a placeholder number in my text, to remind me that I still have to look it up, later. I usually just use something like "XYZ" or "???" for this. But when I'm using the SI notation I get an error that "?" is not a number.
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI???percent.
enddocument
The error I get is:
siunitx error: "invalid-token-in-number" Invalid token '?' in numerical input. For immediate help type H <return>. ...at number to place here: SI???percent
What is the best/suggested way to add a placeholder number or symbol in SI-notation?
siunitx
siunitx
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 mins ago
Vincent W.Vincent W.
1
1
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Vincent W. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
SI[parse-numbers=false]???percentcompiles. Of course that could be made global withusepackage[parse-numbers=false]siunitx. Slightly nicer:usepackage[input-symbols=?]siunitx.
– moewe
2 mins ago
add a comment |
SI[parse-numbers=false]???percentcompiles. Of course that could be made global withusepackage[parse-numbers=false]siunitx. Slightly nicer:usepackage[input-symbols=?]siunitx.
– moewe
2 mins ago
SI[parse-numbers=false]???percent compiles. Of course that could be made global with usepackage[parse-numbers=false]siunitx. Slightly nicer: usepackage[input-symbols=?]siunitx.– moewe
2 mins ago
SI[parse-numbers=false]???percent compiles. Of course that could be made global with usepackage[parse-numbers=false]siunitx. Slightly nicer: usepackage[input-symbols=?]siunitx.– moewe
2 mins ago
add a comment |
1 Answer
1
active
oldest
votes
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI10percent.
enddocument
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
);
);
Vincent W. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481994%2fplaceholder-number-with-siunitx%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
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI10percent.
enddocument
add a comment |
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI10percent.
enddocument
add a comment |
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI10percent.
enddocument
documentclassarticle
usepackagesiunitx
begindocument
I don't know yet what number to place here: SI10percent.
enddocument
answered 8 secs ago
SebastianoSebastiano
11.3k42164
11.3k42164
add a comment |
add a comment |
Vincent W. is a new contributor. Be nice, and check out our Code of Conduct.
Vincent W. is a new contributor. Be nice, and check out our Code of Conduct.
Vincent W. is a new contributor. Be nice, and check out our Code of Conduct.
Vincent W. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481994%2fplaceholder-number-with-siunitx%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
SI[parse-numbers=false]???percentcompiles. Of course that could be made global withusepackage[parse-numbers=false]siunitx. Slightly nicer:usepackage[input-symbols=?]siunitx.– moewe
2 mins ago