summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty')
-rw-r--r--macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty7
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty b/macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty
index 1099f7728c..72b5cde68a 100644
--- a/macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty
+++ b/macros/latex/contrib/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\}}%