diff options
author | Ludovic Courtès | 2008-03-06 17:13:13 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-03-06 17:13:13 +0100 |
commit | 45d172a9a2dbf865de095df88bc9be79f96ad8c9 (patch) | |
tree | 74c6c4bfe00f278be8df4a95f87ee6358347497a /doc/user/colframe.skb | |
parent | 270d306388ec76c81c515386ebf83c060c293d40 (diff) | |
download | skribilo-45d172a9a2dbf865de095df88bc9be79f96ad8c9.tar.gz skribilo-45d172a9a2dbf865de095df88bc9be79f96ad8c9.tar.lz skribilo-45d172a9a2dbf865de095df88bc9be79f96ad8c9.zip |
`base' package: Add `:rulecolor' option to `table'.
* NEWS, doc/user/colframe.skb, doc/user/table.skb: Update.
* src/guile/skribilo/engine/lout.scm (table): Support `:rulecolor'.
* src/guile/skribilo/package/base.scm (table): Support `:rulecolor'.
Diffstat (limited to 'doc/user/colframe.skb')
-rw-r--r-- | doc/user/colframe.skb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/colframe.skb b/doc/user/colframe.skb index 307b95c..a69db05 100644 --- a/doc/user/colframe.skb +++ b/doc/user/colframe.skb @@ -1,5 +1,6 @@ ;;; colframe.skb -- Skribe color and frame ;;; +;;; Copyright 2008 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -21,7 +22,7 @@ ;*---------------------------------------------------------------------*/ ;* Frame and color */ ;*---------------------------------------------------------------------*/ -(section :title "Frame and color" :file #t +(section :title "Frames and Colors" :file #t (p [The function ,(code "frame") embeds a text inside a frame. The function ,(code "color") may also use the same purpose when it is @@ -61,6 +62,7 @@ acts as a container. Otherwise, it acts as an ,(ref :section "Ornaments").]) (disp (include "src/api13.skb"))))) - - - +;;; Local Variables: +;;; coding: latin-1 +;;; ispell-local-dictionary: "american" +;;; End: |