OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Fix for table cell indents and margins in PDF files


Dan York <dyork@e-smith.com> writes:

> Next, I went into Norm's 1.62 DSSSL stylesheets, into the file
> 'print/dbtable.dsl' and did the following:
> 
> 1. Adjusted top and bottom cell margins by changing these two lines:
> 
>   (define %cals-cell-before-row-margin% 3pt)
>   (define %cals-cell-after-row-margin% 3pt)
> 
> 2. Adjusted the right side cell margin by modifying this line:
> 
>   (define %cals-cell-after-column-margin% 3pt)
> 
> 3. Adjusted the left side cell margin by first commenting out 
>    Adam Di Carlo's fix in the stylesheet:
> 
>      ;; seems to be a bug in JadeTeX -- we get a wierd indent on table
>      ;;   cells for the first line only.  This is a workaround.
>      ;; Adam Di Carlo, adam@onshore.com
>      (define %cals-cell-before-column-margin% 
>        (cond ((equal? (print-backend) 'tex)
>               0pt)
>              (else
>               3pt)))
> 
>    and replacing it with the single line:
> 
>      (define %cals-cell-before-column-margin% 3pt)

Norm, it seem that you can remove the hack I had done before working
around jade/jadetex problems that have been fixed.

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC