texlive[61648]
commits+karl at tug.org
commits+karl at tug.org
Tue Jan 18 22:30:23 CET 2022
Revision: 61648
http://tug.org/svn/texlive?view=revision&revision=61648
Author: karl
Date: 2022-01-18 22:30:22 +0100 (Tue, 18 Jan 2022)
Log Message:
-----------
biblatex2bibitem (18jan22)
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
Modified: trunk/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty 2022-01-18 21:30:07 UTC (rev 61647)
+++ trunk/Master/texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty 2022-01-18 21:30:22 UTC (rev 61648)
@@ -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\}}%
More information about the tex-live-commits
mailing list.