From owner-cvs-all Mon Sep 10 19: 6: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E2737B403; Mon, 10 Sep 2001 19:06:03 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8B263I07784; Mon, 10 Sep 2001 19:06:03 -0700 (PDT) (envelope-from murray) Message-Id: <200109110206.f8B263I07784@freefall.freebsd.org> From: Murray Stokely Date: Mon, 10 Sep 2001 19:06:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/10 19:06:03 PDT Modified files: share/sgml freebsd.dsl Log: Wrap in \url{...} if justification is turned on. This prevents the majority of the remaining margin overflows. However, this solution isn't very elegant in that it completely ignores s inside of a element. The normal TeX that gets output inside of \url{..} confuses TeX, so we must simply process the children of replaceable without doing any additional formatting inside of the \url{..} (such as putting the text into italics). More work needs to be done on this. Revision Changes Path 1.54 +29 -1 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message