From: Yves Codet <yves.codet@sfr.fr><br>> Hello.<br>> <br>> If I compile the attached file I get an irregular spacing of <br>> lines, as you can see on the PDF: the space between the first <br>> and the second line is smaller than between the other lines. But <br>> if I replace:<br>>       \newfontfamily\tibetanfont[Script=Tibetan,Scale=3]{Tibetan <br>> Machine Uni}<br>> with:<br>>        \newfontfamily\tibetanfont[Script=Tibetan]{Tibetan Machine Uni}<br>> the spacing becomes regular. Is there an option I should add to <br>> the \tibetanfont command to get correct spaces with magnified glyphs?<br><br><br>You should modify also \baselineskip; try<br><br><br>\baselineskip=36pt<br><br><br>and look at the result. Define<br><br><br>\newenvironment{tibetan}<br>  {\par\linespread{3}\tibetanfont\noindent\ignorespaces}<br>  {\par}<br><br><br>and use the new environment; \linespread{3} corresponds to \baselineskip=36pt<br>(with the default 10pt size): it sets a multiplication factor. Modify at will.<br><br><br>Ciao<br>Enrico<br>--<br> Enrico Gregorio          + Dipartimento di Informatica          + Tel: +39 045 8027937<br>Enrico.Gregorio@univr.it + Università degli Studi di Verona     +<br>(gregorio@math.unipd.it) + Strada le Grazie 15 / I-37134 Verona + Fax: +39 045 8027928<br><br><br>