Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need to insert subscripted numbers in glossary marker

Community Expert ,
Oct 30, 2024 Oct 30, 2024

I would like to insert these, subscripted, characters in a glossary marker:

 

FrameMakerdk_0-1730299181901.png

I would expect that there are numbers in unicode which will do this - but how do I find them?

 

 

 


Bjørn Smalbro - FrameMaker.dk
469
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 30, 2024 Oct 30, 2024

re: …but how do I find them?

There are many search sites out there that can turn them up, but here's a cheat-sheet (and these are all SMP BMP codepoints, so should work in FM, if the font populates them):
Superscripts: ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ⁺ ⁻ ˣˢᵗʰᴱ
Subscripts: ₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ₊ ₋ ₙ ⏨

In FM, I would use my usual convention, implementing these as Variables, e.g.
Name: U+2080 SUBSCRIPT ZERO
Def: \u2080

 

Even if a Character Format could be applied to a Glossary def, it would probably break any hype

...
Translate
Community Expert ,
Oct 30, 2024 Oct 30, 2024

The wikipedia entry talks about special subscripts for things like sub(10) and sub(1), sub(2) and sub(3) but doesn't seem to mention subscripting just any old numbers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2024 Oct 30, 2024

Hi,

And why not just use a character format for subscript?

Best regards, Winfried

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2024 Oct 30, 2024

Does that work inside a marker?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 31, 2024 Oct 31, 2024
LATEST

Hi Jeff,

Yes, you can apply a character format in a marker:

https://help.adobe.com/en_US/framemaker/using/using-framemaker/FrameMaker-2022/user-guide/topic_inse...

However, as Bob said: This would probably break the hyperlink. Must be tested.

Best regards, Winfried

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2024 Oct 30, 2024

re: …but how do I find them?

There are many search sites out there that can turn them up, but here's a cheat-sheet (and these are all SMP BMP codepoints, so should work in FM, if the font populates them):
Superscripts: ⁰ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ⁺ ⁻ ˣˢᵗʰᴱ
Subscripts: ₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ₊ ₋ ₙ ⏨

In FM, I would use my usual convention, implementing these as Variables, e.g.
Name: U+2080 SUBSCRIPT ZERO
Def: \u2080

 

Even if a Character Format could be applied to a Glossary def, it would probably break any hypertext created for it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2024 Oct 30, 2024

Thanks a million, @Bob_Niland Saved the day!


Bjørn Smalbro - FrameMaker.dk
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines