From 1cbd3eae3085b47fbd980ee53191ae6c991b72a0 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 18 Nov 2008 01:38:55 +0100 Subject: [PATCH] Doc: Removing doc for non-pure function setbboxgroup. --- doc/parts/bindings/non-pure.sxml | 45 +++++++---------------------------- doc/parts/state-types/containers.sxml | 23 ++++++++++++++++++ 2 files changed, 31 insertions(+), 37 deletions(-) rewrite doc/parts/bindings/non-pure.sxml (84%) diff --git a/doc/parts/bindings/non-pure.sxml b/doc/parts/bindings/non-pure.sxml dissimilarity index 84% index 727fdef5..3be4ba72 100644 --- a/doc/parts/bindings/non-pure.sxml +++ b/doc/parts/bindings/non-pure.sxml @@ -1,37 +1,8 @@ -
-Non-pure functions - -

This section contains non-pure functions that are used to modify states.

-
- - - - - - - - - - - - - - -

Define the bounding box key to be used for pages subsequently tacked on to the catalog. These pages will get equal media boxes in the end, being the smallest that contains all the bounding boxes of the pages in the group.

-
-
- - - - - - - - -

Clear the bounding box key to be used for pages subsequently tacked on to the catalog. Pages will get a media box equal to their own bounding box.

-
-
-
-
- -
+
+Non-pure functions + +

This section contains non-pure functions that are used to modify states.

+
+ + +
diff --git a/doc/parts/state-types/containers.sxml b/doc/parts/state-types/containers.sxml index b788cfa9..dd50136b 100644 --- a/doc/parts/state-types/containers.sxml +++ b/doc/parts/state-types/containers.sxml @@ -223,6 +223,29 @@ will not remove the stroke from the page, since the value being tacked + + + + + + + + + + +

Define the bounding box key to be used for pages subsequently tacked on to the catalog. These pages will get equal media boxes in the end, being the smallest that contains all the bounding boxes of the pages in the group.

+
+
+ + + + + +

Clear the bounding box key to be used for pages subsequently tacked on to the catalog. Pages will get a media box equal to their own bounding box.

+
+
+
+
-- 2.11.4.GIT