symbol ^ is used as power ( superscript ) in math, how about symbol for subscript?

WAY KYI
Posts: 136
I know there are Alt+code or code+AltX for these. Some graphics applications have sup/sub button to activate. But I am looking for universal use of symbols for power, subscript, root etc. Thanks
Tagged:
0
Best Answer
-
For variable names in physics, the underscore feels most intuitive: F_res = ...That also matches LaTeX usage.4
Answers
-
For example: 3^2 means 3 to the power 2. So I can write ligature ^2 to substitute Superscript number 2. So I like to know symbols for subscript and root etc.0
-
Oh, I got it. Thank you very much. So, there is LaTeX font for English and I may have to follow the same syntax for my Language. Thanks a lot.
By the way, which LaTeX font is best ( Free version ) to use as reference?0 -
Really, there is no ASCII character that is universally accepted for this purpose. Underscore is a reasonable choice, but not everyone will interpret it correctly. And having a ligature in your font, that activates from this combination is… obviously risky and problematic. I certainly would not recommend it. People use underscores next to numbers for plenty of other reasons.
It’s on the _2nd floor_
(underscores for emphasis in place of underline or italic)3 -
LaTeX is able to interpret OpenType MATH table and math feature data. You could take a look at STIX Two Math (open source; see link to GitHub repo at bottom of that page).2
-
Thomas Phinney said:Really, there is no ASCII character that is universally accepted for this purpose. Underscore is a reasonable choice, but not everyone will interpret it correctly. And having a ligature in your font, that activates from this combination is… obviously risky and problematic. I certainly would not recommend it. People use underscores next to numbers for plenty of other reasons.
It’s on the _2nd floor_
(underscores for emphasis in place of underline or italic)0 -
John Hudson said:LaTeX is able to interpret OpenType MATH table and math feature data. You could take a look at STIX Two Math (open source; see link to GitHub repo at bottom of that page).0
-
Math equation layout requires support from a math layout engine. LaTeX provides this, as does Microsoft Word. The math layout engine applies a combination of math-specific OpenType features and the contents of the MATH table in the font. This is all fairly complicated stuff, and you need some special tools or Glyphs plugin to add the MATH table to a font.
You could start by taking a look at the MATH table specification, which will at least give you some idea of what is involved.
Yes, the STIX Two Math font is very large, but this is in part because it also includes a lot of technical and miscellaneous symbol characters, and other things not necessary for math.0 -
umm... this is very complicated than I thought. In high school, they use KaTex for math equations which my son showed me how to write them with some coding. Just like MS Word uses for equations ( better UI with no coding ) with separate Math Engine. So, there is Math Engine behind them and it is more than I would like to implement. I like to do very limited set of basic math capabilities for text writing in the font. Thanks you very much for all.0
Categories
- All Categories
- 46 Introductions
- 3.8K Typeface Design
- 475 Type Design Critiques
- 555 Type Design Software
- 1.1K Type Design Technique & Theory
- 639 Type Business
- 829 Font Technology
- 29 Punchcutting
- 507 Typography
- 120 Type Education
- 313 Type History
- 74 Type Resources
- 109 Lettering and Calligraphy
- 30 Lettering Critiques
- 79 Lettering Technique & Theory
- 528 Announcements
- 84 Events
- 110 Job Postings
- 164 Type Releases
- 169 Miscellaneous News
- 274 About TypeDrawers
- 54 TypeDrawers Announcements
- 118 Suggestions and Bug Reports