From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14127 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: german hyphenation patterns Date: Sun, 30 Nov 2003 01:47:17 +0100 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070153896 7394 80.91.224.253 (30 Nov 2003 00:58:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 00:58:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Nov 30 01:58:14 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQFuf-0006PP-00 for ; Sun, 30 Nov 2003 01:58:13 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id AD31C10B38; Sun, 30 Nov 2003 01:58:09 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by ref.ntg.nl (Postfix) with ESMTP id 8149F10AFB for ; Sun, 30 Nov 2003 01:50:11 +0100 (MET) Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AQFmt-00037m-00 for ntg-context@ntg.nl; Sun, 30 Nov 2003 01:50:11 +0100 Original-Received: from [62.72.92.86] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AQFms-0003ZR-00 for ntg-context@ntg.nl; Sun, 30 Nov 2003 01:50:11 +0100 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1AQFk7-0000NR-00 for ; Sun, 30 Nov 2003 01:47:19 +0100 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id hAU0lIqx004417 for ; Sun, 30 Nov 2003 01:47:18 +0100 (CET) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id hAU0lI0D004416; Sun, 30 Nov 2003 01:47:18 +0100 (CET) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: (Patrick Gundlach's message of "Sat, 22 Nov 2003 00:32:01 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:d43e4e6267c3e50bafb8d1f4173761b4 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14127 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14127 Patrick Gundlach writes: > How can I activate german hyphenation patterns? I have used > \mainlanguage[de] in my document and it was OK some time ago. > Meanwhile I have updated ConTeXt and my TeX (current texlive). Somehow the format file did not load any hyphenation patterns besides english. I cannot reproduce the problem any more. I wonder how this could have happened... from the cont-en.log: [...] language : patterns en for en loaded (n=2) (/opt/texlive/8/texmf/tex/generic/hyphen/hyphen.tex) language : no hyphenations en for en (n=2) language : no patterns uk for uk (n=3) language : no hyphenations uk for uk (n=3) language : no patterns de for de (n=4) language : no hyphenations de for de (n=4) language : no patterns fr for fr (n=5) [...] regenerating the format solves the problem. Patrick