Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

subscripts/superscripts

lexpatrie

Structural
Joined
Aug 20, 2009
Messages
1,165
Location
US
Have we lost this ability?
 
I don't see an option for it. For some characters there are unicode options: all numerals, plus, minus, parentheses, and some letters: ⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁽⁾ⁿ ₀₁₂₃₄₅₆₇₈₉ₐₑₔₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓ

We can also just type out LaTeX in code blocks.
Code:
$\int_{a}^{b}f^{\prime}(x)dx=f(b)-f(a)$
It'd be much nicer if the site supported MathJax or similar, though of course you can add that to your own browser through an addon to typeset LaTeX inline. And it doesn't even support Markdown, still uses BBCode, so I don't really expect modern functionality!
 
One types them, using the keyboard and your OS's input method for doing so. E.g. for me on Linux that's a Compose key (where right-control would be), so to type x² I type the sequence x, compose, ^, 2. Windows users are stuck holding alt & memorizing numpad codes, or installing third-party software to support better input methods, but they're masochistic enough to be using Windows so they're used to suffering.

I tend to prefer LaTex in code blocks, since it allows more symbols, but it does require both the reader and the writer to know LaTeX.
 
Have we lost this ability?
The quick brown fox jumps over the lazy dog.

No, we have not, but it is sure as hell not intuitive.
 

Part and Inventory Search

Sponsor

Back
Top