pkgsrc/print/tex-savesym/Makefile
markd 374325f632 tex-savesym: Add version 1.2
There are a number of symbols (e.g., \Square) that are defined
by several packages. In order to typeset all the variants in a
document, we have to give the glyph a unique name. To do that,
we define \savesymbol{XXX}, which renames a symbol from \XXX to
\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX
back to \XXX and defines a new command, \yyyXXX, which
corresponds to the most recently loaded version of \XXX.
2020-05-22 03:24:54 +00:00

13 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/22 03:24:54 markd Exp $
DISTNAME= savesym
PKGNAME= tex-${DISTNAME}-1.2
TEXLIVE_REV= 31565
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/savesym
COMMENT= Redefine symbols where names conflict
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"