aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2008-02-03 21:39:56 +0100
committerLudovic Courtès2008-02-03 21:39:56 +0100
commitcbbace864245be0ed918aee85c49d38ea66d4015 (patch)
tree8176dc0c8625f9f3aad9cd6fe705e8493165ab95
parent71529195046227ccbecfd84d9492cc3a1f91f310 (diff)
downloadskribilo-cbbace864245be0ed918aee85c49d38ea66d4015.tar.gz
skribilo-cbbace864245be0ed918aee85c49d38ea66d4015.tar.lz
skribilo-cbbace864245be0ed918aee85c49d38ea66d4015.zip
doc: Insignificant cleanups.
-rw-r--r--NEWS5
-rw-r--r--doc/user/user.skb6
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ff9cfcb..f5e39a7 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,11 @@ New in Skribilo 0.9.0 (user-visible changes compared to Skribe 1.2d)
`latex' engine, consequently, has a new custom named
`class-has-chapters?'.
+* Unique node identifiers
+
+ No two nodes within a document can have the same identifier (`:ident'
+ parameter). Duplicate identifiers are reported as an error.
+
* Bug fixes
Most notably in the `resolve' subsystem.
diff --git a/doc/user/user.skb b/doc/user/user.skb
index 3b14c77..48d3933 100644
--- a/doc/user/user.skb
+++ b/doc/user/user.skb
@@ -173,6 +173,9 @@ as HTML, PostScript, Info pages, etc.])))))
;;; Pie charts
(if %have-ploticus? (include "pie.skb"))
+;;; Packages
+(include "package.skb")
+
;;; Standard Library
(include "lib.skb")
@@ -185,9 +188,6 @@ as HTML, PostScript, Info pages, etc.])))))
;;; Slides
(include "slide.skb")
-;;; Packages
-(include "package.skb")
-
;;; skribilo-config
(include "skribilo-config.skb")