OneNote equations - Bigger integrals and other hidden features Announcing the arrival of...
Can a USB port passively 'listen only'?
How does the particle を relate to the verb 行く in the structure「A を + B に行く」?
How to tell that you are a giant?
How to find out what spells would be useless to a blind NPC spellcaster?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
Using et al. for a last / senior author rather than for a first author
How to call a function with default parameter through a pointer to function that is the return of another function?
Why do people hide their license plates in the EU?
How do I stop a creek from eroding my steep embankment?
How do pianists reach extremely loud dynamics?
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
Can a non-EU citizen traveling with me come with me through the EU passport line?
What is Arya's weapon design?
What exactly is a "Meth" in Altered Carbon?
Generate an RGB colour grid
Abandoning the Ordinary World
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
How do I keep my slimes from escaping their pens?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Do I really need recursive chmod to restrict access to a folder?
ListPlot join points by nearest neighbor rather than order
Seeking colloquialism for “just because”
Why are Kinder Surprise Eggs illegal in the USA?
OneNote equations - Bigger integrals and other hidden features
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)OneNote: Import data from other sources?OneNote and GroupWiseSharing OneNote 2010? Desktop and Laptop and the Web(Skydrive)?Can anyone suggest a program like OneNote, but with more database-like features?Reference equations using letters and numbers in Microsoft Word 2010OneNote 2013 is not showing math equations. The variables show up as boxesOneNote is laggy and takes too long to respondMicrosoft OneNote hidden on installing Windows 10Two versions of OneNote (2010 and 2016) I want 2010 to handle the onenote:/// urls. How can I achieve that?OneNote online and Android Equations
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I can't find any useful official documentation for the many features (and bugs) of the OneNote equation editor invoked with Alt+= or with insert -> Math.
One thing I discovered "by accident" today is how to make integrals (and sums and other such symbols) larger:
normal input:
int_1^2[space](a/b)/(c/d)[space]dx
Result:
It turns out that if I add "130" after int
, like so:
int130_1^2[space](a/b)/(c/d)[space]dx
Result:
And finally, through experimentation, if I use 140 instead of 130 it puts the limits above and below the integral symbol, rather than as subscript and superscript:
My question is: What do 130 and 140 mean? What other options are there? Where do they come from?
microsoft-onenote equation-editor
add a comment |
I can't find any useful official documentation for the many features (and bugs) of the OneNote equation editor invoked with Alt+= or with insert -> Math.
One thing I discovered "by accident" today is how to make integrals (and sums and other such symbols) larger:
normal input:
int_1^2[space](a/b)/(c/d)[space]dx
Result:
It turns out that if I add "130" after int
, like so:
int130_1^2[space](a/b)/(c/d)[space]dx
Result:
And finally, through experimentation, if I use 140 instead of 130 it puts the limits above and below the integral symbol, rather than as subscript and superscript:
My question is: What do 130 and 140 mean? What other options are there? Where do they come from?
microsoft-onenote equation-editor
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago
add a comment |
I can't find any useful official documentation for the many features (and bugs) of the OneNote equation editor invoked with Alt+= or with insert -> Math.
One thing I discovered "by accident" today is how to make integrals (and sums and other such symbols) larger:
normal input:
int_1^2[space](a/b)/(c/d)[space]dx
Result:
It turns out that if I add "130" after int
, like so:
int130_1^2[space](a/b)/(c/d)[space]dx
Result:
And finally, through experimentation, if I use 140 instead of 130 it puts the limits above and below the integral symbol, rather than as subscript and superscript:
My question is: What do 130 and 140 mean? What other options are there? Where do they come from?
microsoft-onenote equation-editor
I can't find any useful official documentation for the many features (and bugs) of the OneNote equation editor invoked with Alt+= or with insert -> Math.
One thing I discovered "by accident" today is how to make integrals (and sums and other such symbols) larger:
normal input:
int_1^2[space](a/b)/(c/d)[space]dx
Result:
It turns out that if I add "130" after int
, like so:
int130_1^2[space](a/b)/(c/d)[space]dx
Result:
And finally, through experimentation, if I use 140 instead of 130 it puts the limits above and below the integral symbol, rather than as subscript and superscript:
My question is: What do 130 and 140 mean? What other options are there? Where do they come from?
microsoft-onenote equation-editor
microsoft-onenote equation-editor
edited 16 hours ago
NeatNit
asked 18 hours ago
NeatNitNeatNit
163
163
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago
add a comment |
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago
add a comment |
1 Answer
1
active
oldest
votes
I've discovered enough info via experimentation to answer my own question.
The number immediately following the integral (before the limits) - I call it the attribute - seems to be treated as a bit field.
The 3 least significant bits (values 0 to 7) seem to control whether the limits go above/below the integral or as subscript/superscript:
Values 1 make the limits go above and below the integral symbol.
Values 0, 2, 3 and 7 make the limits appear as subscript and superscript. This is also the default behavior.
Values 4 and 6 make above/below in OneNote for Windows 10 and OneNote 2016, but on the web version of OneNote they make sub/supertext.
Value 5 makes above/below on the web, but not in the apps.
The bit with significance of 128 enables the vertical auto-sizing that I was talking about. It only affects rendering in the apps, not in the web version.
All other bits don't seem to affect anything that I could see. Only 8 bits are saved, meaning 128 is the most significant bit, and the largest argument that could be used hypothetically is 255.
Conclusions:
If you want the limits to go above and below the integral symbol, use int1_a^b.
If you want the integral to resize automatically to match the contents, use int128_a^b. The limits _a and ^b are optional.
If you want both, use int129_a^b.
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1425996%2fonenote-equations-bigger-integrals-and-other-hidden-features%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
I've discovered enough info via experimentation to answer my own question.
The number immediately following the integral (before the limits) - I call it the attribute - seems to be treated as a bit field.
The 3 least significant bits (values 0 to 7) seem to control whether the limits go above/below the integral or as subscript/superscript:
Values 1 make the limits go above and below the integral symbol.
Values 0, 2, 3 and 7 make the limits appear as subscript and superscript. This is also the default behavior.
Values 4 and 6 make above/below in OneNote for Windows 10 and OneNote 2016, but on the web version of OneNote they make sub/supertext.
Value 5 makes above/below on the web, but not in the apps.
The bit with significance of 128 enables the vertical auto-sizing that I was talking about. It only affects rendering in the apps, not in the web version.
All other bits don't seem to affect anything that I could see. Only 8 bits are saved, meaning 128 is the most significant bit, and the largest argument that could be used hypothetically is 255.
Conclusions:
If you want the limits to go above and below the integral symbol, use int1_a^b.
If you want the integral to resize automatically to match the contents, use int128_a^b. The limits _a and ^b are optional.
If you want both, use int129_a^b.
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
add a comment |
I've discovered enough info via experimentation to answer my own question.
The number immediately following the integral (before the limits) - I call it the attribute - seems to be treated as a bit field.
The 3 least significant bits (values 0 to 7) seem to control whether the limits go above/below the integral or as subscript/superscript:
Values 1 make the limits go above and below the integral symbol.
Values 0, 2, 3 and 7 make the limits appear as subscript and superscript. This is also the default behavior.
Values 4 and 6 make above/below in OneNote for Windows 10 and OneNote 2016, but on the web version of OneNote they make sub/supertext.
Value 5 makes above/below on the web, but not in the apps.
The bit with significance of 128 enables the vertical auto-sizing that I was talking about. It only affects rendering in the apps, not in the web version.
All other bits don't seem to affect anything that I could see. Only 8 bits are saved, meaning 128 is the most significant bit, and the largest argument that could be used hypothetically is 255.
Conclusions:
If you want the limits to go above and below the integral symbol, use int1_a^b.
If you want the integral to resize automatically to match the contents, use int128_a^b. The limits _a and ^b are optional.
If you want both, use int129_a^b.
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
add a comment |
I've discovered enough info via experimentation to answer my own question.
The number immediately following the integral (before the limits) - I call it the attribute - seems to be treated as a bit field.
The 3 least significant bits (values 0 to 7) seem to control whether the limits go above/below the integral or as subscript/superscript:
Values 1 make the limits go above and below the integral symbol.
Values 0, 2, 3 and 7 make the limits appear as subscript and superscript. This is also the default behavior.
Values 4 and 6 make above/below in OneNote for Windows 10 and OneNote 2016, but on the web version of OneNote they make sub/supertext.
Value 5 makes above/below on the web, but not in the apps.
The bit with significance of 128 enables the vertical auto-sizing that I was talking about. It only affects rendering in the apps, not in the web version.
All other bits don't seem to affect anything that I could see. Only 8 bits are saved, meaning 128 is the most significant bit, and the largest argument that could be used hypothetically is 255.
Conclusions:
If you want the limits to go above and below the integral symbol, use int1_a^b.
If you want the integral to resize automatically to match the contents, use int128_a^b. The limits _a and ^b are optional.
If you want both, use int129_a^b.
I've discovered enough info via experimentation to answer my own question.
The number immediately following the integral (before the limits) - I call it the attribute - seems to be treated as a bit field.
The 3 least significant bits (values 0 to 7) seem to control whether the limits go above/below the integral or as subscript/superscript:
Values 1 make the limits go above and below the integral symbol.
Values 0, 2, 3 and 7 make the limits appear as subscript and superscript. This is also the default behavior.
Values 4 and 6 make above/below in OneNote for Windows 10 and OneNote 2016, but on the web version of OneNote they make sub/supertext.
Value 5 makes above/below on the web, but not in the apps.
The bit with significance of 128 enables the vertical auto-sizing that I was talking about. It only affects rendering in the apps, not in the web version.
All other bits don't seem to affect anything that I could see. Only 8 bits are saved, meaning 128 is the most significant bit, and the largest argument that could be used hypothetically is 255.
Conclusions:
If you want the limits to go above and below the integral symbol, use int1_a^b.
If you want the integral to resize automatically to match the contents, use int128_a^b. The limits _a and ^b are optional.
If you want both, use int129_a^b.
edited 5 hours ago
answered 5 hours ago
NeatNitNeatNit
163
163
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
add a comment |
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
I still need to check how this affects other big operators like sum, prod and the like, but I'm not sure if I will.
– NeatNit
5 hours ago
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1425996%2fonenote-equations-bigger-integrals-and-other-hidden-features%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
Worth noting in case this makes it into Google results: while writing this question I found this great unofficial reference/tutorial: cs.bgu.ac.il/~khitron/Equation%20Editor.pdf
– NeatNit
18 hours ago