Re: (dsssl) Abstract w/ tex backend

Subject: Re: (dsssl) Abstract w/ tex backend
From: Tammy Fox <tfox@xxxxxxxxxx>
Date: Thu, 1 Nov 2001 23:27:22 -0500
I just give my Abstract a title and it shows up in bold letters
before the para.

      <abstract>
        <title>Abstract</title>
        <para>
          words, words, words
        </para>
      </abstract>

On Thu, Nov 01, 2001 at 04:27:43PM -0800, curt brune wrote:
> Hi,
> 
> I'm using DSSSL version 1.72 with the tex backend to write an article.  Inside
> of my <articleinfo> I have an <abstract> section.  I then run the whole
> openjade, pdfjadetex loop.  The results are really good.  My question is
> how do I have the stylesheets add the phrase "Abstract: " ( in bold ) before
> the <para> of my <abstract> ?
> 
> I went spelunking into dbttlpg.dsl looking for article-titlepage-abstract,
> thinking I could agument the default behaviour.  What I found is :
> 
> 	(define (article-titlepage-abstract node side)
>   	(article-titlepage-element node side))
> 
> But I don't see how that helps me, as every article-titlepage-* calls
> article-titlepage-element .
> 
> When I find the correct place the code I would insert is something like:
> 
>   (make sequence
> 	font-weight: 'bold
> 	(literal "Abstract: "))
> 
> Once I figure out how to do this for the print stylesheet I would also like
> to do it to the html stylesheet.  Any help would be great.
> 
> Cheers,
> Curt
> 
> -- 
> 
> Curt Brune       
> Stanford Linear Accelerator Center
> GLAST -- Flight Software Group
> http://www.slac.stanford.edu/exp/glast/daq
> curt@xxxxxxxxxxxxxxxxx
> 
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

-- 

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread