pkgsrc/print/tex-hitex-doc/Makefile
markd 34bb0cbee3 tex-hitex{,-doc}: Add version 2022
An extension of TeX which generates HINT output. The HINT file
format is an alternative to the DVI and PDF formats which was
designed specifically for on-screen reading of documents.
Especially on mobile devices, reading DVI or PDF documents can
be cumbersome. Mobile devices are available in a large variety
of sizes but typically are not large enough to display
documents formated for a4/letter-size paper. To compensate for
the limitations of a small screen, users are used to
alternating between landscape (few long lines) and portrait
(more short lines) mode. The HINT format supports variable and
varying screen sizes, leveraging the ability of TeX to format a
document for nearly-arbitrary values of \hsize and \vsize.
2022-04-17 11:06:40 +00:00

15 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/17 11:06:41 markd Exp $
DISTNAME= hitex.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2022
TEXLIVE_REV= 62529
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/hitex
COMMENT= Documentation for tex-hitex
LICENSE= x11
TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/man
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"