/ Norman Walsh <[EMAIL PROTECTED]> was heard to say:
| | I want to generate change bars on printed output.  Can I use 
| | XSL style sheets to render into PostScript?
| 
| Ah, changebars.xsl is an HTML stylesheet. I haven't written a print one
| yet. Off the top of my head, I can't think of a way to make Jade or
| XSL FO produce traditional print change bars.

Simple brain cramp on my part. Doing it in FO is pretty easy, at least
for blocks, one can just use, for example:

  <fo:block border-end-color="black"
            border-end-style="solid"
            border-end-width="0.5pt"
            padding-end="3pt">

That's not going to do the right thing for inlines, but maybe
something could be worked out. Color could be used, of course, but it
would be nice to have a b&w solution too.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]>      | One must look for one thing only,
http://www.oasis-open.org/docbook/ | to find many.--Cesare Pavese
Chair, DocBook Technical Committee |

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>

Reply via email to