summary refs log tree commit diff
diff options
context:
space:
mode:
-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")