5
$\begingroup$

In Mathematica I plot

Plot[Sin[x], {x, -6 Pi, 6 Pi}, PlotRange -> {{-6 Pi, 6 Pi}, {-5, 5}}, 
 Frame -> True, Axes -> False, FrameLabel -> {HoldForm[z], T}, 
LabelStyle -> 
 Directive[FontSize -> 20, FontFamily -> "CMUSerif", 
 FontSlant -> "Plain"]]

When plot saved as .eps then pdf generated form is enter image description here

Howeve I want T as enter image description here

which I wrote in Miktex using

\usepackage{newtxmath}

and

{$\mathcal{T}$.

Can not figure out which kind of T should be used in Mathematica for this purpose.

Also want to find what should be font style for

$\mathbf[T]$

For the same package used in Miktex

$\endgroup$
1
  • $\begingroup$ Would it be possible to install the font as a system accessible type? You could try this one. $\endgroup$ Commented Mar 17, 2015 at 19:06

1 Answer 1

13
$\begingroup$

I think what you want is script style. You can enter letters in that style in two ways: For example,

\[ScriptCapitalT]

$\mathcal{T}$

or alternatively by the keyboard commands

ESCscTESC

Other letters would be entered in complete analogy by replacing T witht the letter you want.

All the available glyphs are found in the "special Characters" palette that you can open from the "Basic Math Assistant" palette under "All Special Symbols and Characters".

$\endgroup$
3
  • $\begingroup$ Thank you. Please can you giude about the other part of the question what if I want font for \mathbf in Miktex? $\endgroup$
    – zenith
    Commented Mar 18, 2015 at 17:01
  • 1
    $\begingroup$ If I generalize, how can I see all the available fonts in Mathematica for a given letter? $\endgroup$
    – zenith
    Commented Mar 18, 2015 at 17:02
  • $\begingroup$ The boldface part is trivial: just make the input boldface and (if desired) toggle italic. The keyboard shortcuts for this are the same as in most other application but that depends on your operating system. Maybe it's best to refer you to this link: Mathematical Typesetting $\endgroup$
    – Jens
    Commented Mar 18, 2015 at 19:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.