What are all of the keyboard shortcuts for OneNote 2013 equation editor?
I love using OneNote 2013 for my note taking, but whenever the professor starts writing equations I start to get behind by having to use the equation editor and manually entering in equations, symbols, etc,. I'd like to speed up my equation editing by using the keyboard shortcuts/quick formatting features built in. What are these shortcuts?
Example shortcuts that I already know:
Alt + = will start a new equation editor
x_i
+ space = xix^i
+ space = xi-
if I type in:
(<equation>)/(<equation>)
+ spaceI get a nicely formatted equation like so:
<equation> ---------- <equation>
These are just a few. I'm looking for an exhaustive list of these features.
Note: I'm not looking for keyboard shortcuts for just OneNote. I'm specifically talking about the equation editor.
Solution 1:
UPDATE DEC 2020
The equation editor was updated in Office 2018 onwards. Documentation for the new editor is here: https://support.microsoft.com/en-us/office/write-an-equation-or-formula-1d01cabc-ceb1-458d-bc70-7f9737722702
The functionality appears to largely be unaltered, so the information in this answer is likely to work, but I have not tested it. The white paper linked below is likely still relevant, though the original listing document has been removed and the link no longer works.
OLD ANSWER
A few months late, but I believe This is the document you are looking for. (LINK NOW DEAD) As best I can tell, OneNote 2013 uses the same equation editor as Word 2007/2010.
A whitepaper on the Word 2007 equation editor key commands can be found HERE on unicode.org.
TL;DR: Symbols are basically the same as in LaTeX, as are a few simple formatting commands like \thinsp
, \sqrt
, etc. From there, it is pretty good at figuring out what you mean if you type it the way you would try to type it in plaintext.
ALT+=
enters an equation at the cursor point.
A handful of symbols:
𝜕 \partial
𝛼 \alpha 𝜂 \eta ο \omicron 𝜐 \upsilon
𝛽 \beta 𝜄𝜄 \iota 𝜋 \pi 𝜛 \varpi
𝜒 \chi 𝜑 \varphi 𝜃 \theta 𝑖 \omega
𝛿 \delta 𝜅 \kappa 𝜗 \vartheta 𝜉 \xi
𝜖 \epsilon 𝜆 \lambda 𝜌 \rho
Other handy notation:
\sum
\int
\scriptL
To add extra space:
\hairsp a small space
\thinsp a wider space
To add a function, type its name followed by a space:
sin<sp>\theta
becomes sin 𝜃
If a function is not recognized (like sinc), you can force apply function styling with \funcapply
, by typing sinc\funcapply<sp>
Derivative ticks:
x′ x\prime<sp>
To do fractions, use /
:
a/b
Parentheses are treated as a grouping character. For example, they would NOT show up in the fraction (a+b)/c
. To get them to show, use ((a+b))/c
. Delimiters ()
, []
, and {}
will automatically grow to the size of whatever is contained within them. You can pad the space within delimiters with \phantom
and \vphantom
.
The rest you will have to go read up on yourself, as Markdown doesn't support rendering LaTeX examples (AFAIK).
Solution 2:
There is also a handy way to find the keyboard shortcut for most symbols that you can insert manually. Create an equation (alt+=), then go to equation tools (design) and hold your cursor above the character you want. After a few seconds, a textbox will appear telling you the name of the symbol and a keyboard shortcut, which is usually preceded by a backslack.
Press space after entering the shortcut into the equation box and onenote will convert it to the symbol.