Search results
Results from the WOW.Com Content Network
Deutsch: Dieses Dokument listet 20323 Symbole und die dazugehörigen LaTeX-Befehle auf. Manche Symbole sind in jedem LaTeX-2ε-System verfügbar; andere benötigen zusätzliche Schriftarten oder Pakete, die nicht notwendig in jeder Distribution mitgeliefert werden und daher selbst installiert werden müssen.
LaTeX commands are case-sensitive, and take one of the following two formats: They start with a backslash \ and then have a name consisting of letters only. Command names are terminated by a space, a number or any other "non-letter" character. They consist of a backslash \ and exactly one non-letter.
The first cell in each row gives a symbol; The second is a link to the article that details that symbol, using its Unicode standard name or common alias. (Holding the mouse pointer on the hyperlink will pop up a summary of the symbol's function.);
The ditto mark is a shorthand sign, used mostly in hand-written text, indicating that the words or figures above it are to be repeated. [1] [2]The mark is made using "a pair of apostrophes"; [1] "a pair of marks " used underneath a word"; [3] the symbol " (quotation mark); [2] [4] or the symbol ” (right double quotation mark).
The following table lists many common symbols, together with their name, how they should be read out loud, and the related field of mathematics. Additionally, the subsequent columns contains an informal explanation, a short example, the Unicode location, the name for use in HTML documents, [1] and the LaTeX symbol.
Copy text. CTRL+V. Paste text. CTRL + Z. Undo shortcut. CTRL + Y. Redo something you just undid. Shift + spacebar. Select the row. ALT + I + R. Excel insert row shortcut (Add a new row above the ...
Shaded cells mark small capitals that are not very distinct from minuscules, and Greek letters that are indistinguishable from Latin, and so would not be expected to be supported by Unicode. Little punctuation is encoded. Parentheses are shown above in the basic block above, and the exclamation mark ꜝ is shown
Superscripts and subscripts of arbitrary height can be done with the \raisebox{<dimen>}{<text>} command: the first argument is the amount to raise, and the second is the text; a negative first argument will lower the text. In this case the text is not resized automatically, so a sizing command can be included, e.g. go\raisebox{1ex}{\large home}.