summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex2bibitem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-18 21:30:22 +0000
committerKarl Berry <karl@freefriends.org>2022-01-18 21:30:22 +0000
commite9fe4486526aa48f4404c5eb9464c8a91948381c (patch)
treee66757c70db81e617c5707c1c443020b41d8c4dd /Master/texmf-dist/tex/latex/biblatex2bibitem
parent658cb26f1896dcd0de904e8cb3a3d367db0a8bef (diff)
biblatex2bibitem (18jan22)
git-svn-id: svn://tug.org/texlive/trunk@61648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex2bibitem')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty b/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
index 1099f7728cc..72b5cde68ab 100644
--- a/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
+++ b/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
@@ -10,7 +10,7 @@
%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{biblatex2bibitem}
- [2021/10/26 v0.2.1 LaTeX package to convert biblatex-generated bibliography to bibitem commands]
+ [2022/01/17 v0.2.2 LaTeX package to convert biblatex-generated bibliography to bibitem commands]
\RequirePackage{biblatex}
@@ -30,6 +30,11 @@
\hyphenpenalty=10000
\exhyphenpenalty=10000
\raggedright
+ % Ignore curly braces when putting dots to avoid
+ % \emph{Banach) \emph{S.}.
+ \sfcode`\{=\z@
+ \sfcode`\}=\z@
+ %
\renewcommand*{\&}{\textbackslash \symbol{38}}%
\ifcsname mkbibsc\endcsname% Sometimes it is not defined
\renewcommand*{\mkbibsc}[1]{\textbackslash textsc\{##1\}}%