diff options
author | Ludovic Courtes | 2006-09-03 11:43:41 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-09-03 11:43:41 +0000 |
commit | 242821c06c44429369cbf1f542bf07be5d51e955 (patch) | |
tree | 2784624e96491312e5bb4a6300c496156e80d89f /doc/user/src/links1.skb | |
parent | 4901580f449aa13851543d83fe9d4996ed8f1b72 (diff) | |
download | skribilo-242821c06c44429369cbf1f542bf07be5d51e955.tar.gz skribilo-242821c06c44429369cbf1f542bf07be5d51e955.tar.lz skribilo-242821c06c44429369cbf1f542bf07be5d51e955.zip |
Doc: Various fixes (non-unique idents, dangling refs).
* doc/modules/skribilo/documentation/api.scm (doc-markup): Added an
`ident' argument, use it.
* doc/user/package.skb (Articles): Differentiate the identifiers for the
various `abstract' markups.
* doc/user/Makefile.am (skribilo): Look for it in `$(top_builddir)'
rather than `$(top_srcdir)'.
* doc/user/markup.skb (Standard Markups): Added an identifier.
* doc/user/src/links1.skb: When referring to `Standard Markups' by
identifier, use its current identifier (`std-markups').
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-56
Diffstat (limited to 'doc/user/src/links1.skb')
-rw-r--r-- | doc/user/src/links1.skb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/src/links1.skb b/doc/user/src/links1.skb index e0ce61c..e0b393b 100644 --- a/doc/user/src/links1.skb +++ b/doc/user/src/links1.skb @@ -1,6 +1,6 @@ [This hyperlink points to the ,(ref :figure "The great Penguin" :text "figure") of the chapter ,(ref :chapter "Standard Markups") (or also, the -,(ref :ident "Standard Markups" :text "chapter") about markups). +,(ref :ident "std-markups" :text "chapter") about markups). In the second example of reference, no ,(code ":text") option is specified: ,(ref :figure "The great Penguin"). One may use the ,(param ":ident") field when specified such as: ,(ref :ident "fig1") or ,(ref :figure "fig1"). |