diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-04 23:39:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-04 23:39:42 +0000 |
commit | 9887db96f6bd00a498bd06f2d0411a4a0542b86a (patch) | |
tree | 45551e2652130eb3ca108288a2bd4ca56d903411 /Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx | |
parent | c7f11261a82371f868980fd5c05f76c00646d036 (diff) |
biblatex-gost (2apr13)
git-svn-id: svn://tug.org/texlive/trunk@29663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx b/Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx new file mode 100644 index 00000000000..5847e4a1c5d --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-gost/gost-numeric.cbx @@ -0,0 +1,16 @@ +\ProvidesFile{gost-numeric.cbx} +[2013/04/03\space v0.8\space biblatex-gost styles] + +\RequireCitationStyle{numeric-comp} +\ExecuteBibliographyOptions{dashed=false,citeisbn,citeurl,citedoi,citeeprint} +\renewcommand*{\multicitedelim}{\addsemicolon\space} + +\AtEveryCitekey{% + \ifcsdef{abx@field@hyphenation}{% + \edef\blx@languagename{\abx@field@hyphenation}% + \select@language{\abx@field@hyphenation}% + \blx@hyphenreset}% + {}% +} + +\endinput |