diff options
author | Ludovic Courtès | 2016-01-13 09:37:04 +0100 |
---|---|---|
committer | Ludovic Courtès | 2016-01-13 09:37:04 +0100 |
commit | 23ab14a2b86cc7153ca88da11bf8ef62c6d8895e (patch) | |
tree | c30ed93c0fd441ece9623a12599aec65bc184562 | |
parent | 1a7336172a267fa6827dde3dbe12a65a18b0a5aa (diff) | |
download | skribilo-23ab14a2b86cc7153ca88da11bf8ef62c6d8895e.tar.gz skribilo-23ab14a2b86cc7153ca88da11bf8ef62c6d8895e.tar.lz skribilo-23ab14a2b86cc7153ca88da11bf8ef62c6d8895e.zip |
doc: Mention the effect of locales on bibliographies.
* doc/user/bib.skb (Printing a Bibliography): Add note on the effect of
locales.
-rw-r--r-- | doc/user/bib.skb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/bib.skb b/doc/user/bib.skb index f7213af..d3011e0 100644 --- a/doc/user/bib.skb +++ b/doc/user/bib.skb @@ -1,7 +1,7 @@ ;;; bib.skb -- The Skribilo bibliography. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007, 2008, 2012 Ludovic Courtès <ludo@gnu.org> +;;; Copyright 2007, 2008, 2012, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; ;;; @@ -219,6 +219,12 @@ markup.]) (example :legend "Printing a Bibliography" (prgm :file "src/bib2.skb")) (disp (include "src/bib2.skb"))) +(index "locale" :note "effect of locales on the bibliography") +(p [Note that the current locale setting affects the language used in +bibliography entries. For instance, if the ,(code [LC_ALL]) environment +variable is set to ,(code [sv_SE.utf8]), then phrases like ``Chapter'' +or ``Technical Report'' will be written in Swedish.]) + ;; filtering bibliography (subsection :title "Filtering Bibliography Entries" (index "the-bibliography" :note "filtering") |