I cannot find this kind of letters in the pallete.

math calligraphy?
I can only find this in Mathemtica.

Answer
You can do it if your system has a script font available. In my case, I chose for example Bickham Script Pro (from Adobe, I got it with the purchase of some other software). You'll have to look around on your computer or on the web for a matching font. It's not part of the standard installation on my computer, so I can only ask you to find it yourself.
Assuming this step is completed, here is an example:

To enter the script letter in the inline equation, I typed the C and the rest of the equation, then highlighted C and used the menu item Show Fonts to select the script font. I had to adjust the font size to match the surrounding sizes visually, and that's all.
Edit
To address the problem mentioned in Bill's comment, you could use the function toPDF I defined in this answer in order to produce outlined paths from the fonts. Then the result can be exported and read by anyone, no matter whether they have the fonts installed or not. Just use Export["file.pdf", toPDF["..."]] where ... is the text with all necessary fonts as shown above.
Comments
Post a Comment