From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32270 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Making a verbatim file for another language Date: Mon, 25 Dec 2006 19:12:52 +0100 Message-ID: <6faad9f00612251012h6bced162gf38075261e9841b5@mail.gmail.com> References: <58E326FC-9E9E-487E-A9D4-2CCA840F0E4D@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167070390 29126 80.91.229.10 (25 Dec 2006 18:13:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Dec 2006 18:13:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 25 19:13:10 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 dough.gmane.org with esmtp (Exim 4.50) id 1GyuJy-0007d9-4n for gctc-ntg-context-518@m.gmane.org; Mon, 25 Dec 2006 19:13:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 54639200C7; Mon, 25 Dec 2006 19:11:30 +0100 (CET) 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-07; Mon, 25 Dec 2006 19:11:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0EB1C20041; Mon, 25 Dec 2006 19:11:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 600442007D for ; Mon, 25 Dec 2006 19:11:19 +0100 (CET) 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 31776-07-4 for ; Mon, 25 Dec 2006 19:11:15 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with SMTP id 10FD420040 for ; Mon, 25 Dec 2006 19:11:14 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so3955193nfc for ; Mon, 25 Dec 2006 10:12:52 -0800 (PST) Original-Received: by 10.48.43.19 with SMTP id q19mr15084652nfq.1167070372577; Mon, 25 Dec 2006 10:12:52 -0800 (PST) Original-Received: by 10.48.209.2 with HTTP; Mon, 25 Dec 2006 10:12:52 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <58E326FC-9E9E-487E-A9D4-2CCA840F0E4D@mac.com> 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:32270 Archived-At: On 12/25/06, cormullion@mac.com wrote: > I'm going to try to make a 'verbatim- module' (don't know what the > right word is) for another language. I've found: > > /usr/local/teTeX/share/texmf.tetex/tex/context/base/verb-pl.tex > > and can probably have a go at making a version of this. Some > questions occur: > > 1: where should i put my file? > 2: do I have to do anything else to get Context to recognise and use it? > > cheers Unless you need that highlighting urgently, I would wait for luatex in your case and write it in lua then (which is certainly less painful than writing it in plain TeX). But it's up to you. I found those TeX definitions too complicated to even try to understand, I would never dare to try writing one by myself. Mojca