Date: Mon, 10 Sep 2001 19:06:03 -0700 (PDT) From: Murray Stokely <murray@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl Message-ID: <200109110206.f8B263I07784@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
murray 2001/09/10 19:06:03 PDT Modified files: share/sgml freebsd.dsl Log: Wrap <filename> 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 <replaceable>s inside of a <filename> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109110206.f8B263I07784>