diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-02 23:32:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-02 23:32:37 +0000 |
commit | 765026f4d90f6962b8a1bf9e9aecb1d70ae95f0a (patch) | |
tree | ab3659349c7ccfc12252888783509905ea041761 /Master/texmf-dist/tex/latex/biblatex/biblatex.def | |
parent | 5ef548762bb0e9f317aec1ec1e357e07caac1932 (diff) |
biblatex 1.4 (1apr11)
git-svn-id: svn://tug.org/texlive/trunk@21926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index afb5b88937a..b62b75bf3df 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -1,7 +1,7 @@ -% $Id: biblatex.def,v 1.3a 2011/03/18 12:20:20 lehman stable $ +% $Id: biblatex.def,v 1.4 2011/03/31 21:55:36 lehman stable $ \ProvidesFile{biblatex.def} -[\abx@rcsid $Id: biblatex.def,v 1.3a 2011/03/18 12:20:20 lehman stable $ +[\abx@rcsid $Id: biblatex.def,v 1.4 2011/03/31 21:55:36 lehman stable $ biblatex generic definitions] % ------------------------------------------------------------------ @@ -62,6 +62,17 @@ {\textendash} {\textemdash}}}} +% Used for indexing + +\newcommand*{\bibindexnamedelima}{ } +\newcommand*{\bibindexnamedelimb}{ } +\newcommand*{\bibindexnamedelimc}{ } +\newcommand*{\bibindexnamedelimd}{ } +\newcommand*{\bibindexnamedelimi}{ } +\newcommand*{\bibindexinitperiod}{.} +\newcommand*{\bibindexinitdelim}{ } +\newcommand*{\bibindexinithyphendelim}{.-} + % \bibsetup is a generic hook controlling the (low-level) layout of % the bibliography and the list of shorthands. The default % definition should work fine in most cases. |