Mathematical notation
-
Subscript n is Unicode number U+2099. Superscript 2 is Unicode number U+00B2
Mircea
-
alt+253 gives 2 superscript so I imagine there are other alt sequences to do what you want.
As the aircraft designer said, "Simplicate and add lightness". PartsBin an Electronics Part Organizer - Release Version 1.3.0 JaxCoder.com Latest Article: SimpleWizardUpdate
-
Thanks Mike see my other replies
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
See if this helps https://altcodeunicode.com/alt-codes-superscript-subscript-letters/[^] and herre is a complete list Unicode Character Table - Full List of Unicode Symbols (◕‿◕) SYMBL[^]
As the aircraft designer said, "Simplicate and add lightness". PartsBin an Electronics Part Organizer - Release Version 1.3.0 JaxCoder.com Latest Article: SimpleWizardUpdate
-
Thanks Richard what I'm trying to do is 2^P -1 in my hobby Mersenne Prime project documentation
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
-
Hi guys, I copied this Mₙ = 2ⁿ − 1 from some web site, does anyone know how to produce this in notepad or the like ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
Word processors can easily do super/subscript using hotkeys combos and have a equation editor for more complex equations - LibreOffice is free and has editor called Math (I've not used it, so this is not a recommendation).
-
Thanks Richard what I'm trying to do is 2^P -1 in my hobby Mersenne Prime project documentation
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
-
Hi guys, I copied this Mₙ = 2ⁿ − 1 from some web site, does anyone know how to produce this in notepad or the like ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
It's very old school, but try using
charmap
. It's built into Windows, and can be accessed using Start, Run, charmap.Software Zen:
delete this;
-
Hi guys, I copied this Mₙ = 2ⁿ − 1 from some web site, does anyone know how to produce this in notepad or the like ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
Is this just for poops and giggles (copy pasting only) or you plan on taking this seriously? If it's the latter, get a LaTeX editor for Windows. You have to learn a syntax, but it's easier than always going back and forth to charmap. If it's just for poops and giggles, notepad copies and pastes superscripts and subscripts just fine for me on Win10.
Jeremy Falcon
-
Hi guys, I copied this Mₙ = 2ⁿ − 1 from some web site, does anyone know how to produce this in notepad or the like ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
pkfox wrote:
to produce this in notepad or the like ?
No you are going about that backwards. (From other post.)
pkfox wrote:
hobby Mersenne Prime project documentation
Someone or several someones perhaps even you will attempt to display something in the future which documents what your stuff does. What does that something consist of exactly? A text file? A word file? A static html page? Text that gets displayed in an app? That drives how the content that you want gets created. After you figure it out then you figure out how to create it. Lets say it is a simple (ascii 7) text file. Then you can NOT document it as you documented in your post. Why did I stipulate the character set? Because that is the most simple form of a text file. To show the complication you can (maybe) create a 'text' file which shows the form you proposed but then someone that attempts to look at it would need to know which character set to attempt to display it. A 'simple text file' does not include that information.
-
Hi guys, I copied this Mₙ = 2ⁿ − 1 from some web site, does anyone know how to produce this in notepad or the like ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP