Date: Mon, 10 Sep 2001 23:07:31 -0700 From: Murray Stokely <murray@FreeBSD.org> To: Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-doc@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml freebsd.dsl Message-ID: <20010910230731.C6718@windriver.com> In-Reply-To: <20010911145918.A1405@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Tue, Sep 11, 2001 at 02:59:18PM %2B0930 References: <200109110206.f8B263I07784@freefall.freebsd.org> <200109110335.f8B3ZWT39208@intruder.bmah.org> <20010910215201.B6718@windriver.com> <20010911145918.A1405@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010910230731.C6718>