ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Idris Samawi Hamid" <ishamid@colostate.edu>
Subject: Re: typesetting in Cyrillic with Times
Date: Sun, 17 Dec 2006 10:51:19 -0700	[thread overview]
Message-ID: <op.tkps7t2knx1yh1@walayah-main> (raw)
In-Reply-To: <901248975.20061217031900@gmail.com>

Hi,

On Sat, 16 Dec 2006 18:19:00 -0700, Vyatcheslav Yatskovsky  
<yatskovsky@gmail.com> wrote:

> Hello,
>
> How can I typeset in Cyrillic while using the Adobe Times or Utopia  
> fonts? I don't believe that they contain no cyrillic glyphs. It is very  
> disappointing to be limited to weird-looking computer modern.
>
> (I work with MikTeX).

Depending on your needs and how adventurous you are, Aleph might help as a  
temporary fix. The omlgc font is Times-based and so might look better for  
your tastes. See http://wiki.contextgarden.net/Aleph_Guide for install  
details and setting up your own \start-\stop environments

Unfortunately Aleph is based on an old version of e-TeX and so some  
ConTeXt features might not work well. In a few months you may be able to  
use luaTeX with omlgc with proper access to all ConTeXt features.

For working with Aleph in ConTeXt see the wiki entries. Here is a working  
cyrillic file with three different encodings: utf-8, Win1251, and koi8-r.

Again, a bit adventurous, but hopefully some of the people on the list may  
benefit.

Good luck
Idris

=============omlgc-cyrillic.tex============
% tex=aleph output=dvipdfmx
\input m-gamma.tex
\input type-omg.tex

%input
\definefiltersynonym [Uni]          [inutf8]
\definefiltersynonym [Win]          [incp1251]
\definefiltersynonym [Koi]          [inkoi8]
\definefiltersynonym [LaUniToFont]  [uni2lat]

\definefiltersequence
   [LatinUni]
   [Uni,LaUniToFont]
\definefiltersequence
   [LatinWin]
   [Win,LaUniToFont]
\definefiltersequence
   [LatinKoi]
   [Koi,LaUniToFont]

\setupbodyfont[omlgc,12pt]

\starttext%

\start

\usefiltersequence[LatinUni]

Каландаров, Тохир Сафарбекович

\stop

\start

\usefiltersequence[LatinWin]

Êàëàíäàðîâ, Òîõèð Ñàôàðáåêîâè÷

\stop

\start

\usefiltersequence[LatinKoi]

ëÁÌÁÎÄÁÒÏ×,šôÏÈÉÒ óÁÆÁÒÂÅËÏ×ÉÞ

\stop

\stoptext
===========================================

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  parent reply	other threads:[~2006-12-17 17:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-17  1:19 Vyatcheslav Yatskovsky
2006-12-17 16:54 ` Hans Hagen
2006-12-17 17:51 ` Idris Samawi Hamid [this message]
2006-12-17 23:59 ` gnwiii
2006-12-19  0:10 Vyatcheslav Yatskovsky
2006-12-19  0:17 Vyatcheslav Yatskovsky
2006-12-19  9:36 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.tkps7t2knx1yh1@walayah-main \
    --to=ishamid@colostate.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).