pkgsrc/print/tex-quoting-doc/Makefile
markd c1315e7af6 tex-quoting{,-doc}: Add version 0.1c
As an alternative to the LaTeX standard environments quotation
and quote, the package provides a consolidated environment for
displayed text. First-line indentation may be activated by
adding a blank line before the quoting environment. A key-value
interface (using kvoptions) allows the user to configure font
properties and spacing and to control orphans within and after
the environment.
2020-05-22 03:23:56 +00:00

13 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/22 03:23:57 markd Exp $
DISTNAME= quoting.doc
PKGNAME= tex-${DISTNAME:S/./-/}-0.1c
TEXLIVE_REV= 32818
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/quoting
COMMENT= Documentation for tex-quoting
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"