summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sort-by-letters
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-05 23:30:15 +0000
committerKarl Berry <karl@freefriends.org>2006-07-05 23:30:15 +0000
commit00149bf947cdeb755f3dc06a76b88e50b6be6d0c (patch)
tree40c8ec8909e90c368879fd7f325396885015d7a9 /Master/texmf-dist/doc/latex/sort-by-letters
parent45a44ceea935e148d12f3c3044f559d962f721c2 (diff)
new bibtex package sort-by-letters
git-svn-id: svn://tug.org/texlive/trunk@1773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sort-by-letters')
-rw-r--r--Master/texmf-dist/doc/latex/sort-by-letters/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sort-by-letters/README b/Master/texmf-dist/doc/latex/sort-by-letters/README
new file mode 100644
index 00000000000..f61307d91aa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sort-by-letters/README
@@ -0,0 +1,31 @@
+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 !