summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty')
-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\}}%