subscripts
-
@dr-ramaanand said in subscripts:
@Mark-Olson can you please explain how to do that?
The wiki is the best place to get that information.
-
I understood correctly that writing 0 and 1 with a superscript so that they are uniform will not work, since they are in different sections of Unicode?
я правильно понял, что написать 0 и 1 с верхним индексом, чтобы они были однообразными не получится, так как они находятся в разных разделах юникода?
-
@Эндрю-Ципихович said in subscripts:
Did I understand correctly that writing 0 and 1 with a superscript so that they are monotonous will not work, since they are in different sections of Unicode?
No, you did not understand. You enter all the superscripts and subscripts and any other Unicode character with the same style of Alt sequence, with Alt then Numeric Keypad Plus then the hex code using the keypad for digits. However, they just don’t use adjacent numbers – that’s due to Unicode, not due to Windows or Notepad++. You just have to use their real numbers. So if my “monotonous”, you mean “having adjacent numbers”, what you are actually saying is “Please tell me how to enter a Unicode character using my own numbering system, not Unicode’s numbering system”, which is not something we can help you with.
I’ve explained the Alt sequences multiple times. I’ve shown you the numbers to use for every one of the superscript digits. Others have given you multiple alternatives, including plugins that will help you enter them if you don’t like the Alt sequences. At this point, we’ve done everything we can, both in terms of Notepad++ specifics and in terms of general “how to use Windows” (which is off topic for this forum) to help you understand.
If you still cannot figure out how to use Alt sequences on your Windows computer to enter the superscripts, you are going to have to go to some other forum that’s meant for helping people with generic Windows questions, because Your Question Still Has Nothing To Do With Notepad++ (the answer for how to enter those characters with the Alt sequence is the same whether you are using Notepad++ or Windows notepad.exe or any other text editor on Windows).
Good luck.
-
Sorry for translation difficulties
1,2,3 superscript to be the same font size and stay in line
Arrange in line
how to do it? -
1,2,3 superscript to be the same font size and stay in line
What have you tried? Why do you think it’s a problem with Notepad++, rather than a generic Windows question? Can you show a screenshot of it not working for you? It works exactly as expected for me.
If I have the text as follows (which you can copy/paste):
Normal 0123456789, superscript ⁰¹²³⁴⁵⁶⁷⁸⁹
Then I get the working screenshot:
There is nothing wrong. It behaves exactly as expected.
Update: Regarding my statement, “Why do you think it’s a problem with Notepad++”, I will give you a hint: if you try the same thing in
notepad.exe
and it behaves identically, then it’s not a Notepad++ issue, and you need to ask somewhere else. If it does behave differently, then show us a screenshot of Notepad++ vs notepad.exe with the exact same text, and tell us what fonts you have selected for both applications. -
@Эндрю-Ципихович said in subscripts:
Sorry for translation difficulties
1,2,3 superscript to be the same font size and stay in line
Arrange in line
how to do it?I suspect that you are not going about this in a good way. Are you sure that what you want to create are plain text files?
If what you are writing is to be part of a web page, you should be using HTML <sup> and <sub> tags. (Notepad++ is fine for editing HTML, but you’ll have to open the file in a web browser to see how it will look.) If it’s going to be a formatted or printed document, you probably want a word processor (not Notepad++), which will have its own way of doing superscripts and subscripts.
You can put Unicode superscript and subscript numbers in plain text, but that is unusual. If possible, talk with someone familiar with the purpose for which your writing will be used and ask if plain text with Unicode superscript and subscript characters is really the right way to do it.
-
-
https://community.notepad-plus-plus.org/assets/uploads/files/1708022396981-ba108eed-bcce-4219-ba03-21448a8e45db-image.png
here even 1234 are not the same as the others = different -
@Эндрю-Ципихович said in subscripts:
https://community.notepad-plus-plus.org/assets/uploads/files/1708022396981-ba108eed-bcce-4219-ba03-21448a8e45db-image.png
here even 1234 are not the same as the others = differentSuperscript numbers in Unicode are a bit strange (no doubt because superscript 1, 2 and 3 exist in common code pages like Windows-1252 and ISO-8859-1). Superscript 1, 2 and 3 are U+00B9, U+00B2 and U+00B3, while the others are U+207n (n being 0 or 4-9). Probably the font you are using only has superscript 1, 2 and 3, and a different font is being substituted for the others. (Notice how everything else has fixed spacing, including that the superscript 1, 2 and 3 are spread out to have the same character-to-character spacing as the full-size text, but the superscript 4-9 are squeezed together?) Choose a font which contains all the Unicode superscript characters and they will all match.
The problems you are having are likely to plague those who read your files, too. As I mentioned earlier, it seems likely to me that there is a better way to approach your task. Using Unicode superscript and subscript numbers is usually not a good way to present material in which the superscripts and subscripts are important.
-
@Эндрю-Ципихович said in subscripts:
https://community.notepad-plus-plus.org/assets/uploads/files/1708022396981-ba108eed-bcce-4219-ba03-21448a8e45db-image.png
here even 1234 are not the same as the others = differentIn my screenshot? Just barely. And if i zoom in in Notepad++, they are indentical. In your screenshot, they are obviously different. But that’s due to the font’s design, not a problem with Notepad++.
Here is the comparison you refused to do, despite the fact that I asked you to.
As you can see, the same font in Microsoft Notepad (notepad.exe) behaves identially to the way it behaves in Notepad++ – at 10pt, depending on the zoom, the glyphs change relative size.
Two applications show exactly the same behavior. Thus, I emphasize again, because you haven’t seemed to understand this yet:
It is a font issue, and/or the way Windows OS displays them. Once again, it has NOTHING to do with Notepad++
Don’t be surprised if further whining about this earns you downvotes in the forum.
-
@Coises said in subscripts:
The problems you are having are likely to plague those who read your files, too. As I mentioned earlier, it seems likely to me that there is a better way to approach your task. Using Unicode superscript and subscript numbers is usually not a good way to present material in which the superscripts and subscripts are important.
@Эндрю-Ципихович
Coises is correct. I would use LaTeX or MathJax to make a document with superscripts and subscripts.For example, if I wanted to make
I would write this and use MathJax to render it.
\log_{10}(x^2) = \sin(y)
That’s only a tiny fraction of what is possible with LaTeX and MathJax. You can make some very impressive-looking documents from a simple plain-text document once you’re familiar with it.
But I’m not going to talk any more about LaTeX or MathJax here, because that would be off-topic for this forum.