From owner-freebsd-doc Mon Sep 10 23: 7:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id EA11C37B408 for ; Mon, 10 Sep 2001 23:07:39 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id D93BE4B6A6; Mon, 10 Sep 2001 23:07:31 -0700 (PDT) Date: Mon, 10 Sep 2001 23:07:31 -0700 From: Murray Stokely To: Greg Lewis Cc: freebsd-doc@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml freebsd.dsl Message-ID: <20010910230731.C6718@windriver.com> References: <200109110206.f8B263I07784@freefall.freebsd.org> <200109110335.f8B3ZWT39208@intruder.bmah.org> <20010910215201.B6718@windriver.com> <20010911145918.A1405@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010911145918.A1405@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Tue, Sep 11, 2001 at 02:59:18PM +0930 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ Bringing -doc back into this in case anyone else has some experience here. ] On Tue, Sep 11, 2001 at 02:59:18PM +0930, Greg Lewis wrote: > Apologies if you already know this, but _ is a special character in TeX. > You need to escape it with a \, otherwise it will assume you're trying > to do a maths mode subscript. Thanks. It seems like '_' is valid inside of url{..}. The package understands that anything inside of url{..} should be treated literally. The problem is that jade automatically converts _ to \char{95} everywhere. So, right now I'm making a gross hack to the stylesheets (better than a gross hack to jade) that will insert a literal '_', bypassing jade's normal output function. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message