cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common
new.sgml
Murray Stokely
murray at freebsdmall.com
Tue Jun 14 02:17:21 GMT 2005
On Mon, Jun 13, 2005 at 01:01:45PM -0700, Bruce A. Mah wrote:
> If memory serves me right, Murray Stokely wrote:
> > On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote:
> > > I fixed the right margin just now. However, the footnote issue seems
> > > more complicated as far as I checked. Generating footnotes from <ulink>
> > > is directly processed in (element ulink) by using (make page-footnote),
> > > so it may need to define a "footnote-mode" and rewrite this part to
> > > use it...
> >
> > Is it OK to just put the ulink inline in parenthesis rather than
> > generating a broken footnote for it? If so, just use <ulink
> > role="inline">.
>
> Hmmm...I didn't know you could do that. But I'm going to guess that the
> destination of the link is going to overflow the limited space in the
> table column allotted for the name of the advisory...???...
Ahh. Turns out this was a local patch, so you can't just use
'role=inline' by default. I have a lot of code related to ulinks and
footnotes for print output available here :
http://www.FreeBSD.org/~murray/wrsfootnote.dsl
Not sure if this will help do what you want.
- Murray
More information about the cvs-src
mailing list