From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32551 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Using vim's syntax highlighting in (TeX) publicaions (fwd) Date: Fri, 5 Jan 2007 02:52:19 -0500 (EST) Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167983582 17150 80.91.229.12 (5 Jan 2007 07:53:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 07:53:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 05 08:53:00 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1H2jsh-0005xi-88 for gctc-ntg-context-518@m.gmane.org; Fri, 05 Jan 2007 08:52:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98D82201BE; Fri, 5 Jan 2007 08:49:57 +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 18558-01-5; Fri, 5 Jan 2007 08:49:51 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DC7C201B6; Fri, 5 Jan 2007 08:49:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7F714201A1 for ; Fri, 5 Jan 2007 08:49:43 +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 18498-08-2 for ; Fri, 5 Jan 2007 08:49:32 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with ESMTP id B489A201B0 for ; Fri, 5 Jan 2007 08:49:30 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 459E03B5.F2130.2602 ; 5 Jan 2007 02:52:22 -0500 Original-To: mailing list for ConTeXt users 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:32551 Archived-At: Hi, I forgot to announce the t-vim module here. So here is a copy of Mojca's announcement on the vim mailing list. Aditya From: Mojca Miklavec Date: Thu, 4 Jan 2007 07:53:07 +0100 Subject: using vim's syntax highlighting in (TeX) publications Hello, just in case anyone is interested in typesetting publications using vim's syntax highlighter. This is a new module written in ConTeXt (a flavour of TeX) that can be used in documents: http://modules.contextgarden.net/t-vim The idea was "stolen" from 2html.vim (which converts any syntax to html): this one converts any syntax to something "TeX"-friendly; typesetting itself is done by TeX then. Mojca