Hojtsy Gabor wrote:
>
>   It looks like I am starting to understand what is going on :))
>   At least I hope...

Hope, and learn more. ;)
 
> 
> Index: phpdoc/html-common.dsl
...
> +;; Print out parameters in italic
>  (element (paramdef parameter)
>    (make sequence
>      font-posture: 'italic
> @@ -81,7 +83,7 @@
>      )
>    )

html-common.dsl is used for HTML output, properties like font-posture
are legal only when trasnforming to flow objects (this is case when
using output for print - tex, rtf, mif). If you want to typeset some
element in different face, than you should use predefined functions like
($italic-seq$), ($mono-seq$) and so on. These functions are avaiable in
both HTML and print stylesheet, so it is easy to share this
customization.

You can study how to use these predefined font style functions in
dbinline.dsl file.

-- 
Jirka Kosek                          
e-mail: [EMAIL PROTECTED]
http://www.kosek.cz

Reply via email to