From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18588 Path: main.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: lettrine.sty, but not LaTeX Date: Wed, 2 Mar 2005 00:44:23 +0100 Message-ID: References: <20050301223721.32436.qmail@web80409.mail.yahoo.com> Reply-To: VnPenguin , 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 1109720442 21626 80.91.229.2 (1 Mar 2005 23:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2005 23:40:42 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 02 00:40:41 2005 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 1D6Gxu-0001gB-88 for gctc-ntg-context-518@m.gmane.org; Wed, 02 Mar 2005 00:39:46 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 84F80127D4; Wed, 2 Mar 2005 00:44:30 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19551-05; Wed, 2 Mar 2005 00:44:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB9B3127C7; Wed, 2 Mar 2005 00:44:27 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 783D8127C7 for ; Wed, 2 Mar 2005 00:44:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19486-05 for ; Wed, 2 Mar 2005 00:44:24 +0100 (CET) Original-Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by ronja.ntg.nl (Postfix) with ESMTP id 6921912798 for ; Wed, 2 Mar 2005 00:44:24 +0100 (CET) Original-Received: by rproxy.gmail.com with SMTP id r35so24711rna for ; Tue, 01 Mar 2005 15:44:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gqzPVGPp6wv8IPzrz2O2EE42XWygfdioKlE+99N5cK4rYpes9ZqzG1fnIlofLSWAutj7VlinYRtmustvQBjlQVOb4A3Vk1Mesu5KGBdW9ogb/u0ZK7dNrLigHkJ8tYnL7ClUQGMHfbAuKm1BnKXTN25erx60F3mQTugywuhoWcA= Original-Received: by 10.38.71.31 with SMTP id t31mr119233rna; Tue, 01 Mar 2005 15:44:23 -0800 (PST) Original-Received: by 10.38.67.47 with HTTP; Tue, 1 Mar 2005 15:44:23 -0800 (PST) Original-To: ciro@kavyata.com In-Reply-To: <20050301223721.32436.qmail@web80409.mail.yahoo.com> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18588 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18588 On Tue, 1 Mar 2005 14:37:21 -0800 (PST), Ciro A. Soto wrote: > trivial question from a novice: > What are the steps to use a new module > like the lettrine.sty? Where do I put this file? > what command should I type to make is available to > context? etc... > thank you > ciro > > PS: I am using Fedora Core 3 + texlive2004 + context > from February 2005. In teTeX 3.0 (FC3 box) I put the file t-lettri.tex in $HOME/texmf/tex/context/user/ and run command "texhash". That's all :) HTH, Q.