Update tex-hyphen-latin to 2010. Support LuaTeX.
This commit is contained in:
parent
c1877afd30
commit
4d0a62d6d5
3 changed files with 21 additions and 14 deletions
|
@ -1,8 +1,7 @@
|
|||
These are patterns for the latin language mainly in modern
|
||||
spelling (u when u is needed and v when v is needed); medieval
|
||||
spelling with the ligatures \ae and \oe and the (uncial)
|
||||
lowercase 'v' written as a 'u' is also supported; apparently
|
||||
there is no conflict between the patterns of modern Latin and
|
||||
those of medieval Latin. The patterns support the restricted
|
||||
character set of the OT1-encoding (obviously without the
|
||||
These are patterns for the latin language mainly in modern spelling (u
|
||||
when u is needed and v when v is needed); medieval spelling with the
|
||||
ligatures \ae and \oe and the (uncial) lowercase 'v' written as a 'u' is
|
||||
also supported; apparently there is no conflict between the patterns of
|
||||
modern Latin and those of medieval Latin. The patterns support the
|
||||
restricted character set of the OT1-encoding (obviously without the
|
||||
ligature characters), as well as T1-encoded usage.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:35 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:59 minskim Exp $
|
||||
|
||||
DISTNAME= hyphen-latin
|
||||
PKGNAME= tex-${DISTNAME}-2009
|
||||
TEXLIVE_REV= 13822
|
||||
PKGNAME= tex-${DISTNAME}-3.1
|
||||
TEXLIVE_REV= 20144
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Hyphenation patterns for the Latin language
|
||||
|
@ -12,6 +12,14 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|||
|
||||
TEX_HYPHEN_DAT+= latin loadhyph-la.tex
|
||||
TEX_HYPHEN_DEF+= \addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
|
||||
TEX_HYPHEN_LUA+= ['latin']={ \
|
||||
\\tloader='loadhyph-la.tex', \
|
||||
\\tlefthyphenmin=2, \
|
||||
\\trighthyphenmin=2, \
|
||||
\\tsynonyms={}, \
|
||||
\\tpatterns='hyph-la.pat.txt', \
|
||||
\\thyphenation='', \
|
||||
},
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/05/24 06:08:35 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/11/08 16:44:59 minskim Exp $
|
||||
|
||||
SHA1 (tex-hyphen-latin-13822/hyphen-latin.tar.xz) = 48857d1d4740216ec1ea7f0365e95521ee794d3c
|
||||
RMD160 (tex-hyphen-latin-13822/hyphen-latin.tar.xz) = 1b75c88690cd0198cbf673eb726649f838371f5e
|
||||
Size (tex-hyphen-latin-13822/hyphen-latin.tar.xz) = 676 bytes
|
||||
SHA1 (tex-hyphen-latin-20144/hyphen-latin.tar.xz) = 2935fce250d352f30e7c31de0ef3bfaaa98d86d4
|
||||
RMD160 (tex-hyphen-latin-20144/hyphen-latin.tar.xz) = d9a29f477e370a797d2ec32dc7fff80bd3a5ff84
|
||||
Size (tex-hyphen-latin-20144/hyphen-latin.tar.xz) = 716 bytes
|
||||
|
|
Loading…
Reference in a new issue