How can I find out which fonts have the Georgian alphabet? Basically, I'd like to swap my preamble specification DejaVuSerif for something else that will:
let me continue to write English and Georgian (and maybe Russian)
give me small caps
look less adolescent than
DejaVuSerif
(Other information. (a) I know you can fake small caps but shrinking full caps, but I have reasons for wanting to avoid doing so. (b) I'm a font dunce. I downloaded and followed the read me instructions for http://www.fonts2u.com/tinano.font but couldn't get TeXShop to find the installed font. DejaVuSerif must have come for free in my set up.)
I’m compiling the code below in TeXShop via XeLaTeX.
% !TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage[georgian]{babel}
\usepackage{fontspec}
\setmainfont
[Extension=.ttf,
UprightFont={*},
BoldFont={*-Bold},
ItalicFont={*-Italic},
BoldItalicFont={*-BoldItalic},]
{DejaVuSerif}
\begin{document}
თქვენ თაგვებს ჩვენ ბუები მოგიტყუებივართ
DejaVuSerif doesn't have \sc small caps
\end{document}
