Menu

#2 unicode fonts containing more symbols

open
nobody
None
5
2005-03-07
2005-03-07
lokros73
No

Hello!

I would like to add or substitute some symbols by truetype font characters.
Assume that I user arial as my desired editing font for writing latex.
The fonts coming with windows contain a huge amount of symbols, that look like the usual characters of the font.
would you mind telling me how I could start creating a
-cset, a -fonts, and -table If I would like to use the character \Psi
(Psi 936 (greek "Y" psi "Psi"))
would such a line be sufficient to get the unicode character U+03A8???
If I use the substitutions
(setq x-symbol-xsymb0-fonts
'(
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
)
)

(setq x-symbol-xsymb1-fonts
'(
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
)
)

(setq x-symbol-latin1-fonts
'(
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
("-monotype-arial-medium-r-*-*-*-*-*-*-*-*-iso10646-1")
)
)

Best regards

Stefan

Discussion


Log in to post a comment.