From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29602 Path: news.gmane.org!not-for-mail From: "Arkady Shraer" Newsgroups: gmane.comp.tex.context Subject: Russian hyphenation how to use? Date: Sun, 23 Jul 2006 16:57:58 +0400 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153659508 16248 80.91.229.2 (23 Jul 2006 12:58:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jul 2006 12:58:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jul 23 14:58:27 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1G4dXN-00012P-Tv for gctc-ntg-context-518@m.gmane.org; Sun, 23 Jul 2006 14:58:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7170D127E5; Sun, 23 Jul 2006 14:58:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31585-10; Sun, 23 Jul 2006 14:58:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0D69B127CD; Sun, 23 Jul 2006 14:58:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48066127CD for ; Sun, 23 Jul 2006 14:58:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32112-01 for ; Sun, 23 Jul 2006 14:58:03 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by ronja.ntg.nl (Postfix) with SMTP id 9FA41127CC for ; Sun, 23 Jul 2006 14:57:59 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id c31so1921683pyd for ; Sun, 23 Jul 2006 05:57:58 -0700 (PDT) Original-Received: by 10.35.100.6 with SMTP id c6mr5420982pym; Sun, 23 Jul 2006 05:57:58 -0700 (PDT) Original-Received: by 10.35.54.6 with HTTP; Sun, 23 Jul 2006 05:57:58 -0700 (PDT) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:29602 Archived-At: Hello, Recently, I made lang-ru.hyp and lang-ru.pat files from TeX's ruhyphal.tex . I read Hans' "Hyphenation patterns" and didn't understand how to use my patterns to enable hyphenation (btw, in manual used key --patterns but in current ctxtools used --patternfiles) What I've done: 1. Created lang-ru.hyp (UTF-8) and lang-ru.pat (UTF-8) from TeX's ruhyphal.tex by hands (ctxtools generated patterns, but russian and ukrainian didn't) 2. Copied files to directory with other languages' patterns 3. texexec --make --all (get an error while compiling lang-cyr.tex ..... undefined sequence) 4. in tex file used \language[ru] 5. Still don't have my text hyphenated. What I do wrong? Should I upgrade my ConTeXt to recent version?