From: "Karlsson Karl" Received: by relay1.vsu.ru (CommuniGate Pro PIPE 5.2.18) with PIPE id 225427971; Mon, 21 Dec 2009 20:23:07 +0300 X-drweb-hash: Received: from forward5.mail.yandex.net ([77.88.46.21] verified) by relay1.vsu.ru (CommuniGate Pro SMTP 5.2.18) with ESMTP id 225427961 for cyrtex-ru@vsu.ru; Mon, 21 Dec 2009 20:22:57 +0300 Received-SPF: pass receiver=relay1.vsu.ru; client-ip=77.88.46.21; envelope-from=karl-karlsson@yandex.ru Received: from webmail50.yandex.ru (webmail50.yandex.ru [77.88.32.223]) by forward5.mail.yandex.net (Yandex) with ESMTP id 8090B870861 for ; Mon, 21 Dec 2009 20:22:57 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail50.yandex.ru (Yandex) with ESMTP id 53EE9E7C060 for ; Mon, 21 Dec 2009 20:22:57 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail50 X-Yandex-TimeMark: 1261416177 Received: from 176-130.lulin-net.com (176-130.lulin-net.com [77.78.130.176]) by mail.yandex.ru with HTTP; Mon, 21 Dec 2009 20:22:56 +0300 To: Cyrillic TeX Users Group In-Reply-To: References: Subject: =?koi8-r?B?UmU6IPfZws/SIPDvIMTM0SDXxdLT1MvJ?= MIME-Version: 1.0 Message-Id: <9971261416176@webmail50.yandex.ru> Date: Mon, 21 Dec 2009 20:22:56 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-DrWeb-FlyTrap-Class: NON-SPAM X-DrWeb-FlyTrap-CID: 2 X-DrWeb-FlyTrap-ID: 58966970 Самый большой оптический размер - 35.83. Все оптические размеры: 6, 7, 8, 9, 10, 10.95, 12, 14.40, 17.28, 20.74, 24.88, 29.86, 35.83. Как стандарт LaTeX использует только эти размеры. Так как масштабируемые шрифты доступны, сделаны пакеты type1ec, type1cm, fix-cm, используемые, для интерполяции к произвольным размерам. Проблема здесь: \documentclass[a4paper,10pt]{article} type1ec не работает как надо. Так как 10pt является стандартным: \documentclass[a4paper]{article} то же самое, и type1ec работает как надо. (и opticals и Буквицы) Кажется type1ec считывает опция 10pt с documentclass и в итоги получается: \usepackage[10pt]{type1ec} Который точно означает - no opticals (SFRM1000 only) http://mirror.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf Important notice: the sizing works fine with fully scalable fonts (like the stan- dard PostScript fonts), but might not work well with CM/EC fonts which have two limitations: only a limited number of sizes is available by default (precise adjustments are impossible), and the largest size (25pt or 35pt) is often too small. The CM fonts are now available in PostScript type1 format for free (cour- tesy of BlueSky/Y&Y), to make them fully scalable, it is mandatory to add \usepackage{type1cm} in the preamble of your document. The EC fonts are also available in type1 format for free (thanks to Vladimir Volovich, they are called cm-super), and adding \usepackage{type1ec} 2 in the preamble will make them fully scalable too. So, if you want lettrine.sty to work properly with CM or EC fonts, you will need PostScript versions of these fonts and one of the packages type1cm.sty or type1ec.sty. Так проверьте это. Мы нуждаемся 1. 2 и 3 дают одинаковый результат. 1) \documentclass[a4paper]{article} \usepackage{type1ec} 2) \documentclass[a4paper]{article} \usepackage[10pt]{type1ec} 3) \documentclass[a4paper,10pt]{article} \usepackage{type1ec}