diff options
author | Norbert Preining <norbert@preining.info> | 2022-01-19 03:01:05 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-01-19 03:01:05 +0000 |
commit | 67acf92f90956827364ebe689dbdc659c3d402e3 (patch) | |
tree | 6168f960e27b9d6e20b3fad98f62ade76aab76e0 /macros/latex/contrib/biblatex2bibitem | |
parent | 42225b2641eab592f67f238c364b237ee036bf0a (diff) |
CTAN sync 202201190301
Diffstat (limited to 'macros/latex/contrib/biblatex2bibitem')
-rw-r--r-- | macros/latex/contrib/biblatex2bibitem/biblatex2bibitem.sty | 7 |
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\}}% |