What is the name for a scripted letter in a paper?

  • Context: News 
  • Thread starter Thread starter Afonso Campos
  • Start date Start date
  • Tags Tags
    Papers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Afonso Campos
Messages
28
Reaction score
0
I was wondering if someone could help me figure out what a scripted letter in a paper I'm reading is called.

The scripted letter is in equation (3). It looks like some kind of a scripted T.

10335c10db.png
 
Mathematics news on Phys.org
Fightfish said:
It looks like a J in Fraktur script to me (i.e. the mathfrak command in LaTeX).
It is actually an I, representing the imaginary part, obtained using \Im:
$$
\Im \omega_0 \leq \pi T_\mathrm{BH}\, .
$$
 
  • Like
Likes   Reactions: Afonso Campos
Arrrgg! MathJax doesn't render that with the right font. Here is how it will look in ##\LaTeX##:
image-493.jpg
 
  • Like
Likes   Reactions: Afonso Campos
Afonso Campos said:
The scripted letter is in equation (3). It looks like some kind of a scripted T.
You can test it in the editor section: type something included in ##\textrm{## \mathfrak{something} ##}## and see what it looks like - ## \mathfrak{something} ## - by the editor function "preview".

Frequently used fonts are:
\mathbb{} for double lines as in ##\mathbb{R}##
\mathcal{} for a look similar to hand writing ##\mathcal{G}##
\mathfrak{} fraktura for "old" letters like in ##\mathfrak{su}(2)##

Here's an overview of LaTeX symbols: http://detexify.kirelabs.org/symbols.html
 
  • Like
Likes   Reactions: Afonso Campos
DrClaude said:
It is actually an I, representing the imaginary part, obtained using \Im:
$$
\Im \omega_0 \leq \pi T_\mathrm{BH}\, .
$$

Makes sense! Thanks!