From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13291 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Soul Package in ConTeXt Date: Wed, 17 Sep 2003 14:29:01 +0200 Organization: privat 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 1063802265 30728 80.91.224.253 (17 Sep 2003 12:37:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 12:37:45 +0000 (UTC) Cc: TeX on Mac OS X Mailing List , ntg-context@ntg.nl, a8603365@unet.univie.ac.at Original-X-From: ntg-context-admin@ntg.nl Wed Sep 17 14:37:43 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 19zbZ1-00061n-00 for ; Wed, 17 Sep 2003 14:37:43 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B464310B33; Wed, 17 Sep 2003 14:37:40 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ref.ntg.nl (Postfix) with ESMTP id 5687010B31 for ; Wed, 17 Sep 2003 14:31:30 +0200 (MEST) Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19zbSX-00047H-00; Wed, 17 Sep 2003 14:31:01 +0200 Original-Received: from [62.72.92.84] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19zbSW-0004yB-00; Wed, 17 Sep 2003 14:31:00 +0200 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 19zbQX-0000XA-00; Wed, 17 Sep 2003 14:28:57 +0200 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id h8HCT2BK001975; Wed, 17 Sep 2003 14:29:02 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h8HCT2Pn001974; Wed, 17 Sep 2003 14:29:02 +0200 (CEST) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: Steffen Wolfrum X-Lieblings-Musik: the_capricorns In-Reply-To: (Steffen Wolfrum's message of "Wed, 17 Sep 2003 13:52:54 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:13291 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13291 Steffen Wolfrum writes: Hi, > But how? > > \input soul.sty > > gives me in ConTeXt: > >> (/Users/steffen/Library/texmf/tex/latex/misc/soul.sty >> ! Undefined control sequence. >> l.49 \NeedsTeXFormat >> {LaTeX2e} >> ? this is because in core-mis.tex, ConTeXt defines \documentclass. I wonder why. This works, but I don't know about any drawbacks: \starttext \let\documentclass\undefined \input soul.sty \textul{foo} \stoptext But: (this is for Melchior Franz) IMO there is a newcommand* in soul.sty where it does not belong (line 89): \newskip\SOUL@spaceskip \newif\ifSOUL@ignorespaces \newcommand*\soulomit{\noexpand\soulomit} \def\SOUL@stopM{\SOUL@stop} \let\SOUL@stop\relax $Id: soul.dtx,v 1.82 2002/05/07 22:09:30 m Exp $ If you replace it with \def{..} everything looks fine. Patrick