pkgsrc/print/tex-babel-german/Makefile
markd a883daad0e tex-babel-german: update to 2.11
This release fixes an old hyphenation regression which was introduced
with babel 3.7 (16 years ago!) in a number of shorthands: Since then,
\allowhyphens is deactivated in T1 encoding. Thus, hyphenation did not
work as intended in T1 with shorthands that used \allowhyphens.
As a fix, babel-german now uses \bbl at allowhyphens which is synonymous
to \allowhyphens, except that it works in T1, in these shorthands.

Affected by this change: "a "o "u "A "O "U "f "| shorthands, and the \ck macro.

Note that this change might affect line/page breaking. But then, the
unnoticed regression fixed here did so as well.
This change also restitutes compatibility with [n]german.sty for the
mentioned shorthands.
2019-01-28 11:11:04 +00:00

15 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/01/28 11:11:04 markd Exp $
DISTNAME= babel-german
PKGNAME= tex-${DISTNAME}-2.11
TEXLIVE_REV= 49391
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/babel-german
COMMENT= Babel support for documents written in German
LICENSE= lppl-1.3c
DEPENDS+= tex-babel>=3.9l:../../print/tex-babel
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"