summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-23 23:38:42 +0000
committerKarl Berry <karl@freefriends.org>2012-07-23 23:38:42 +0000
commit6af7a636d58153a07da50f992189ca06599dc439 (patch)
tree950a99065a94648c1b6dfbd6eaedcfac2605d080 /Master/texmf-dist/doc
parent5a5ae35291039c9f1bf0f25c40b5adb3ea956920 (diff)
sort-by-letters 2 (3jun12)
git-svn-id: svn://tug.org/texlive/trunk@27128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/bibtex/sort-by-letters/README62
-rw-r--r--Master/texmf-dist/doc/latex/sort-by-letters/README31
2 files changed, 62 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/bibtex/sort-by-letters/README b/Master/texmf-dist/doc/bibtex/sort-by-letters/README
new file mode 100644
index 00000000000..c66f58e3bfa
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/sort-by-letters/README
@@ -0,0 +1,62 @@
+This is an archive for bibliography style files:
+abbrv-letters.bst
+alpha-letters.bst
+apalike-letters.bst
+frplainnat-letters.bst
+plain-letters.bst
+plainnat-letters.bst
+siam-letters.bst
+
+(sort-by-letters v2)
+
+(C) 2006-2012 - Thomas van Oudenhove <vanouden @ enstimac \dot fr>
+Copying of this file is authorized only if either
+ (1) you make absolutely no changes to your copy, including name, or
+ (2) if you do make changes, you name it something other than all standard
+ styles' names (for consistency reasons).
+
+\alphabibitem is from Mael Hill\'ereau <mael \dot hillereau @ free \dot fr>;
+many thanks to him.
+
+These styles do the same stuff as the original files, but they write in the bbl
+file the first letter of the first author or editor name. the references in the
+bibliography are thus sorted by letter, like this :
+A___
+Aamport,...
+K___
+Knuth, ...
+
+WARNINGS (for frplainnat-letters.bst):
+- You MUST use this style with babel package (french).
+- You MUST define these commands for all kinds of citations to work :
+ \andname, \editorname, \editornames, \volumename, \ofname, \numbername,
+ \Numbername, \inname, \pagesname, \pagename, \chaptername, \Inname,
+ \technicalreportname, \Volumename, \janname, \febname, \marname, \aprname,
+ \mayname, \junname, \julname, \augname, \sepname, \octname, \novname,
+ \decname.
+- Bibentries MUST have an 'author', 'editor' or 'organization' attribute.
+
+AVERTISSEMENTS (pour frplainnat-letters.bst):
+- Vous DEVEZ utiliser le package babel (option french) avec ce style.
+- Pour que tous les types de citations fonctionnent correctement, vous DEVEZ
+ d\'efinir ces commandes :
+ \andname, \editorname, \editornames, \volumename, \ofname, \numbername,
+ \Numbername, \inname, \pagesname, \pagename, \chaptername, \Inname,
+ \technicalreportname, \Volumename, \janname, \febname, \marname, \aprname,
+ \mayname, \junname, \julname, \augname, \sepname, \octname, \novname,
+ \decname.
+- Les entr\'ees DOIVENT avoir un 'author', un 'editor' ou une 'organization'.
+
+Known bugs:
+ - sorting doesn't work with 'organization'
+ - 'odd encoding' are not supported, especially with accents (e.g. \"U will go
+ with the U, but Ü will not be supported... and may go with the next letter)
+
+Workarounded or solved bugs:
+ - problems with frplainnat-letters.bst: this style uses several commands to
+ allow customization of dates and some labels of citation; the warnings
+ above will be more explicit for the user. Example, with xspace package:
+ \newcommand*{\technicalreportname}{Rapport Technique\xspace}
+ - some characters were latin1 encoded, they are now typed with ascii only
+
+Enjoy !
diff --git a/Master/texmf-dist/doc/latex/sort-by-letters/README b/Master/texmf-dist/doc/latex/sort-by-letters/README
deleted file mode 100644
index f61307d91aa..00000000000
--- a/Master/texmf-dist/doc/latex/sort-by-letters/README
+++ /dev/null
@@ -1,31 +0,0 @@
-This is an archive for bibliography style files :
-abbrv-letters.bst
-alpha-letters.bst
-apalike-letters.bst
-frplainnat-letters.bst
-plain-letters.bst
-plainnat-letters.bst
-siam-letters.bst
-
-(C) 2006 - Thomas van Oudenhove <vanouden@enstimac.fr>
-Copying of this file is authorized only if either
- (1) you make absolutely no changes to your copy, including name, or
- (2) if you do make changes, you name it something other than all
- standard styles' names (for consistency reasons).
-
-these styles do the same stuff as the original files, but they write
-in the bbl file the first letter of the first author or editor
-name. the references in the bibliography are thus sorted by letter,
-like this :
-A___
-Aamport,...
-K___
-Knuth, ...
-
-Known bugs :
- - sorting doesn't work with 'organization'
- - 'odd encoding' are not supported, especially with accents
- (e.g. \"U will go with the U, but Ü will not be supported... and may
- go with the next letter)
-
-Enjoy !